This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2] Fix for PR tdep/15653: Implement SystemTap SDT probe support for AArch64
- From: Sergio Durigan Junior <sergiodj at redhat dot com>
- To: GDB Patches <gdb-patches at sourceware dot org>
- Cc: Marcus Shawcroft <marcus dot shawcroft at arm dot com>, Tom Tromey <tromey at redhat dot com>
- Date: Fri, 20 Dec 2013 01:07:53 -0200
- Subject: Re: [PATCH v2] Fix for PR tdep/15653: Implement SystemTap SDT probe support for AArch64
- Authentication-results: sourceware.org; auth=none
- References: <m38uvgmqjk dot fsf at redhat dot com>
On Thursday, December 19 2013, I wrote:
> Tom asked me in a previous message how I did my tests. I believe I
> replied that, but just in case: I ran the tests on
> gdb.base/stap-probe.exp by hand. As I write this message, I'm working
> on getting a way to run the full testsuite. Will update this thread
> if/when I succeed.
I ran the regression test. The patch did not introduce any errors, and
actually made gdb.cp/nextoverthrow.exp PASS in many tests (because of
the helper probes in libgcc).
--
Sergio