This is the mail archive of the archer@sourceware.org mailing list for the Archer project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: systemtap markers and gdb


Tom Tromey <tromey@redhat.com> writes:

> Sergio and I are working on letting gdb stop when a systemtap static
> marker is hit.
>
> I thought I would post the documentation for the user-facing bits for
> comments.
>
> The diff below is missing a little context.  The main new command is:
>
>     catch marker PROVIDER NAME
>
> Let me know what you think.

Why the catch syntax, and not just an addition to the linespec code so
that we can just set regular breakpoints on them?  It would be neat then
to interface with the upcoming condition/action python code. 

(Though I guess in mediation, though we have no catchpoint support in
the Python API at present, there is no reason that we cannot at some
point).

Cheers

Phil


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]