This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Restarting gdbserver
On Thursday January 20 2011, Jan Kratochvil wrote:
> or also:
> gdbserver --multi COMM
> using `target extended-remote ...' instead.
WOW!!!!!!!!
How could I not find this!!??
1001 of thanks!
Works fine. I start thegdb with:
set sysroot /opt/FS/
set remote exec-file /common/csu
target extended-remote 192.168.50.4:44000
---
The only one problem left for me is that when stopped/broken, the stack frame
is not presented as it usually is:
(gdb) frame
#0 0x400314bc in pthread_cond_wait@@GLIBC_2.4 () from
/opt/FS/lib/libpthread.so.0
And nothing else...:-(
Thousands of thanks ahead for the help...
--
Leon