This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 6/9] Support for DTrace USDT probes in x86_64 targets.
- From: jose dot marchesi at oracle dot com (Jose E. Marchesi)
- To: Sergio Durigan Junior <sergiodj at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 10 Oct 2014 18:40:18 +0200
- Subject: Re: [PATCH 6/9] Support for DTrace USDT probes in x86_64 targets.
- Authentication-results: sourceware.org; auth=none
- References: <1411724905-31234-1-git-send-email-jose dot marchesi at oracle dot com> <1411724905-31234-7-git-send-email-jose dot marchesi at oracle dot com> <874mvebbmk dot fsf at redhat dot com>
Hi Sergio.
> This patch adds the target-specific code in order to support the
> calculation of DTrace probes arguments in x86_64 targets, and also the
> enabling and disabling of probes. This is done by implementing the
> `dtrace_*' gdbarch handlers.
Thanks. Comments below.
I agree/comply with all these comments :)