Re: gdbserver: Child terminated with signal = 5

2006-07-24 Thread Christopher Faylor
On Tue, Jul 25, 2006 at 10:25:13AM +0800, veinson.fu wrote: >i use gdb6.4 for remote debug between windows-xp(gdb) and linux(gdbserver). >the gdb of windows-xp is recompiled by gcc of cygwin and >the gdbserver of linux is also recompiled on linux. > >but i occure two problems. >1. when i set a bre

gdbserver: Child terminated with signal = 5

2006-07-24 Thread veinson.fu
i use gdb6.4 for remote debug between windows-xp(gdb) and linux(gdbserver). the gdb of windows-xp is recompiled by gcc of cygwin and the gdbserver of linux is also recompiled on linux. but i occure two problems. 1. when i set a breakpoint in my source-code(no multithread) at client, the target(g