Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Pedro Alves <pedro@codesourcery.com>
To: gdb-patches@sourceware.org, pmuldoon@redhat.com
Subject: Re: [patch] [python] Expose some breakpoint operations to Python
Date: Thu, 23 Jun 2011 14:07:00 -0000	[thread overview]
Message-ID: <201106231507.14817.pedro@codesourcery.com> (raw)
In-Reply-To: <m3tybgn2tl.fsf@redhat.com>

On Thursday 23 June 2011 13:35:02, Phil Muldoon wrote:
> This patch exposes to the Python API some breakpoint operations.  The
> operations exported are:
> 
> print_it
> print_one
> print_one_detail
> print_mention
> 
> One of the changes made in this patch is to bind the Python breakpoint
> and the GDB breakpoint much earlier if the breakpoint is created from
> the Python API.  This change was needed as some breakpoint operations
> are called before the observers are notified.  Previously we bound the
> Python object and the breakpoint when the observer was notified.  In the
> case where a breakpoint is not created from the Python API this is still
> the case.  In any case, the ordering of breakpoint operations and
> breakpoint observers means we have to bind some breakpoints at
> creation.  This has meant we have had to alter some of the breakpoint
> APIs to carry the breakpoint object in the parameter list at creation.
> 
> I've included both MI and CLI tests.  These are very similar.  The MI
> tests are needed to prove that the exported Python APIs work
> seamlessly with MI notifications.
> 
> Tested on X8664 Fedora 15 with no regressions.
> 
> What do you think?

Well, here's my kneee jerk reaction.  Last night I started converting
all breakpoints to use breakpoint_ops, and I immediately stumbled on
the fact that the print_one method doesn't appear to work as is.  I
don't like the idea of exposing the API as is and getting stuck
with it when we haven't even made sure it's a good fit for
gdb's own regular breakpoints.  :-(

-- 
Pedro Alves


  parent reply	other threads:[~2011-06-23 14:07 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-23 12:35 Phil Muldoon
2011-06-23 13:19 ` Eli Zaretskii
2011-06-23 14:07 ` Pedro Alves [this message]
2011-06-23 14:46   ` Phil Muldoon
2011-06-23 15:30     ` Pedro Alves
2011-06-23 15:57       ` Phil Muldoon
2011-06-23 17:04         ` Pedro Alves
2011-06-23 18:58           ` Phil Muldoon
2011-06-24 16:42           ` more OO, use breakpoints_ops for all kinds of breakpoints (Re: [patch] [python] Expose some breakpoint operations to Python) Pedro Alves
2011-06-27  8:52             ` Phil Muldoon
2011-07-22 15:06             ` Phil Muldoon
2011-07-22 15:20               ` Pedro Alves

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201106231507.14817.pedro@codesourcery.com \
    --to=pedro@codesourcery.com \
    --cc=gdb-patches@sourceware.org \
    --cc=pmuldoon@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox