From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Sergio Durigan Junior <sergiodj@redhat.com>,
gdb-patches@sourceware.org, tromey@redhat.com
Subject: Re: [PATCH 0/3] Implement support for SystemTap probes on userspace
Date: Sat, 10 Mar 2012 08:55:00 -0000 [thread overview]
Message-ID: <20120310085433.GA26446@host2.jankratochvil.net> (raw)
In-Reply-To: <83haxwzy92.fsf@gnu.org>
On Sat, 10 Mar 2012 08:55:05 +0100, Eli Zaretskii wrote:
> > sergio@psique ~/work/src/git/stap-patches/build-64/gdb $ ./gdb -q /tmp/stap-example
> > (gdb) info probes
> > Provider Name Where Semaphore Object
> > teste m4 0x0000000000400505 0x00000000006009f8 /tmp/stap-example
> > teste ps 0x00000000004004cd 0x00000000006009fc /tmp/stap-example
> > teste two 0x0000000000400484 0x00000000006009f6 /tmp/stap-example
> > teste two 0x0000000000400497 0x00000000006009f6 /tmp/stap-example
> > teste user 0x00000000004004ad 0x00000000006009f4 /tmp/stap-example
>
> May I suggest that the new command be called "info stap-probes"
> instead? IMO, "probe" is much too general, and may conflict in the
> future with some other feature that uses similar facilities or
> terminology.
There can be "info probes stap" and "info probes foo" in the future with "info
probes" calling all the existing probe backends. Like "show" shows all
variables. (I have also "info auto-load" in this still but it has not yet been
posted.)
> > As you can see above, there are 5 probes in the binary. We can now ask
> > GDB to put a breakpoint in a probe, by using the new option `-p' or
> > `-probe' in the `break' command:
> >
> > (gdb) b -probe m4
> > Breakpoint 1 at 0x400505
>
> Again, either "break -stap-probe" or even just "break -stap" would be
> better, IMO.
Again -probe may try to find that probe in all the probe backends, later
extensible by -probe-stap and -probe-foo?
Before a real review, so it is a bikeshed.
Jan
next prev parent reply other threads:[~2012-03-10 8:55 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-09 20:29 Sergio Durigan Junior
2012-03-09 20:32 ` [PATCH 1/3] Refactor internal variable mechanism Sergio Durigan Junior
2012-03-09 21:03 ` Tom Tromey
2012-03-10 4:02 ` Sergio Durigan Junior
2012-03-09 20:34 ` [PATCH 3/3] Use longjmp and exception probes when available Sergio Durigan Junior
2012-03-09 20:34 ` [PATCH 2/3] Implement new features needed for handling SystemTap probes Sergio Durigan Junior
2012-03-10 8:38 ` Eli Zaretskii
2012-03-10 16:56 ` Mark Kettenis
2012-03-12 15:11 ` Tom Tromey
2012-03-13 8:58 ` Mark Kettenis
2012-03-13 16:06 ` Sergio Durigan Junior
2012-03-15 20:44 ` Tom Tromey
2012-03-16 14:52 ` Mark Kettenis
2012-03-16 18:17 ` Tom Tromey
2012-03-10 19:22 ` Jan Kratochvil
2012-03-12 20:37 ` Tom Tromey
2012-03-12 23:15 ` Jan Kratochvil
2012-03-15 15:40 ` Pedro Alves
2012-03-15 15:36 ` Pedro Alves
2012-03-15 20:50 ` Tom Tromey
2012-03-09 21:15 ` [PATCH 0/3] Implement support for SystemTap probes on userspace Tom Tromey
2012-03-10 3:51 ` Sergio Durigan Junior
2012-03-10 7:55 ` Eli Zaretskii
2012-03-10 8:55 ` Jan Kratochvil [this message]
2012-03-10 9:06 ` Eli Zaretskii
2012-03-10 15:52 ` Sergio Durigan Junior
2012-03-12 19:59 ` Tom Tromey
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=20120310085433.GA26446@host2.jankratochvil.net \
--to=jan.kratochvil@redhat.com \
--cc=eliz@gnu.org \
--cc=gdb-patches@sourceware.org \
--cc=sergiodj@redhat.com \
--cc=tromey@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