This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[FYI v2 0/3] make probes independent of the program space
- From: Tom Tromey <tromey at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Mon, 3 Mar 2014 13:10:58 -0700
- Subject: [FYI v2 0/3] make probes independent of the program space
- Authentication-results: sourceware.org; auth=none
I'm checking this in.
This is an updated revision of this series:
https://sourceware.org/ml/gdb-patches/2013-12/msg00092.html
This makes the SystemTap probes independent of the program space and
moves them to the per-BFD object.
Rebasing required some minor changes in patch #2.
This series is one patch shorter than the previous series, because I
put in one of the patches earlier, on request.
Built and regtested on x86-64 Fedora 18.
Tom