|
From: Philippe W. <phi...@sk...> - 2015-11-29 20:26:41
|
On Sun, 2015-11-29 at 11:06 -0800, John Reiser wrote: > > [[snip]] > > * with valgrind 3.11 and gdb 7.10, gdb will automatically discover > > the executable being debugged. > > gdb is likely to become confused if there is more than one candidate. > Running two sessions side-by-side for A-B comparison is common. Confusion should not happen, as valgrind 3.11 gdbserver reports the executable to debug to gdb, using 'qXfer:exec-file:read' packet. Philippe |