This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Sanitize gdbarch access on probe/SDT API
- From: Tom Tromey <tromey at redhat dot com>
- To: Sergio Durigan Junior <sergiodj at redhat dot com>
- Cc: Pedro Alves <palves at redhat dot com>, GDB Patches <gdb-patches at sourceware dot org>
- Date: Thu, 05 Dec 2013 16:30:23 -0700
- Subject: Re: [PATCH] Sanitize gdbarch access on probe/SDT API
- Authentication-results: sourceware.org; auth=none
- References: <1386225226-18549-1-git-send-email-sergiodj at redhat dot com> <52A079DD dot 5050101 at redhat dot com> <m361r3hrrf dot fsf_-_ at redhat dot com> <m3y53yhp9v dot fsf at redhat dot com>
Sergio> As it turns out, I saw Tom's approach to make probes program-space
Sergio> independent, and my patch touches many points that are also touched by
Sergio> Tom's. Therefore, I will wait until he commits his patches, and then
Sergio> I'll rebase this one on top of them and resubmit.
Don't wait -- those patches depend on the minsym series.
I don't plan to check that in until 7.7, since it seems imminent,
since the minsym series is fairly large, and since the series could
probably use more testing on hosts that I don't have access to.
Tom