This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 4/6] Implement support for SystemTap probes
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Sergio Durigan Junior <sergiodj at redhat dot com>
- Cc: gdb-patches at sourceware dot org, tromey at redhat dot com
- Date: Mon, 04 Apr 2011 22:06:29 +0300
- Subject: Re: [PATCH 4/6] Implement support for SystemTap probes
- References: <m3k4fapvb8.fsf@redhat.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Sergio Durigan Junior <sergiodj@redhat.com>
> Cc: Tom Tromey <tromey@redhat.com>
> Date: Mon, 04 Apr 2011 00:08:43 -0300
>
> This is the biggest patch of the series. It implements a bunch of new
> functions used to support SystemTap probes (they live in
> `stap-probe.[ch]'), and also modifies internal mechanisms to adapt them
> to this new feature. The patch also includes testcases, documentation,
> and modifications on the tracepoint code to support collecting probe
> arguments.
Thanks, the doco parts are okay.