This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/2] Fix a bug and extend SDT probe parser
- From: Sergio Durigan Junior <sergiodj at redhat dot com>
- To: GDB Patches <gdb-patches at sourceware dot org>
- Cc: Sergio Durigan Junior <sergiodj at redhat dot com>
- Date: Thu, 1 May 2014 18:52:09 -0300
- Subject: [PATCH 0/2] Fix a bug and extend SDT probe parser
- Authentication-results: sourceware.org; auth=none
Hi,
This series was actually inspired by PR breakpoints/16889. The first
commit fixes a bug that is happening when a probe argument does not
provide a prefix (i.e., the "N@" part). There is a description in the
e-mail. The second commit actually extends the SDT parser in order to
recognize other possible values for the argument bitness.
OK to apply?