I have never used gdb so I don't know wether it just doesn't work or I am doing it wrong. The problem is:
1.- I start PSPlink, usbhostfs and pcterm
2.- In the term I write debug program.elf
3.- In a new xterm I run psp-gdb program.elf
4.- Type in the gdb shell target remote:10001, it makes the connection, I set a bp in the the function I want to debug, then I type c to begin the execution, and when it reaches the breakpoint the psp-gdb shell stops executing my commands, as if the connection with the psp was broken or something so, i cannot inspect the variable values.
I'll thank any kind of help as well as any link to a debugging guide with psp-gdb for I have found none.
PS: I have the same problem if I use eclipse+PSPLink+psp-gdb