Problem with psplink + psp-gdb

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Rekai
Posts: 5
Joined: Tue Sep 12, 2006 6:14 am

Problem with psplink + psp-gdb

Post by Rekai »

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
Post Reply