Re: [Kgdb-bugreport] About kgdb some questions

2008-03-27 Thread Sergei Shtylyov
Hello. Josh Zhao wrote: > void breakpoint(void) { > ... > wmb(); > BREAKPOINT(); > wmb(); > When host gdb running "target remote udp:targetip:6443 ", kgdb will > entry into kgdb_handle_exception(), my target will be stopped and any > program can n't run, I can't press any ke

Re: [Kgdb-bugreport] About kgdb some questions

2008-03-27 Thread George Anzinger
On 03/26/2008 06:16 AM, Sergei Shtylyov was caught saying: > Hello. > > Josh Zhao wrote: > >> Hi everyone, I have some questions after reading kgdb patch, ~ > >> 2. Kgdb will process the data that host kgdb sent, so where is the > > Host *gdb*. > >> protocol specification? > > I

Re: [Kgdb-bugreport] About kgdb some questions

2008-03-27 Thread Josh Zhao
Hello Sergei, Thanks for your reply. I think I was confused with JTAG debugger. I also have some questions about it. void breakpoint(void) { ... wmb(); BREAKPOINT(); wmb(); When host gdb running "target remote udp:targetip:6443 ", kgdb will entry into kgdb_handle_exception