This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/2] Improve error management on probes-based dynamic linker interface (and workaround RH BZ 1196181)
- 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: Fri, 21 Aug 2015 19:37:31 -0400
- Subject: [PATCH 0/2] Improve error management on probes-based dynamic linker interface (and workaround RH BZ 1196181)
- Authentication-results: sourceware.org; auth=none
Hi,
This series improves the error reporting done by the SystemTap SDT
probe support code, and addresses the problem reported on
<https://bugzilla.redhat.com/show_bug.cgi?id=1196181> by making the
error handling on the probes-based dynamic linker interface more
robust.
Further comments on the patches themselves. I intend to push the
first patch soon if there are no comments.
Thanks,
Sergio.