This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Regression for gdb.trace/backtrace.exp [Re: [PATCH 0/4 v3] Add support for static and SystemTap probes]
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Sergio Durigan Junior <sergiodj at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Sat, 28 Apr 2012 22:37:33 +0200
- Subject: Regression for gdb.trace/backtrace.exp [Re: [PATCH 0/4 v3] Add support for static and SystemTap probes]
- References: <m3sjfvuk08.fsf@redhat.com>
Hi Serigo,
On Mon, 23 Apr 2012 06:53:11 +0200, Sergio Durigan Junior wrote:
> Regtested on Fedora x86_64, no regressions. Comments are welcome.
-PASS: gdb.trace/backtrace.exp: run trace experiment
+ERROR: Process no longer exists
1786 loc->probe->pops->set_semaphore (loc->probe, loc->gdbarch);
(gdb) p loc->probe
$1 = (struct probe *) 0x0
It happens only with gdbserver.
Thanks,
Jan