here is my step:
launch psplink 3.0 OE in PSP
start usbhostfs_pc and use pspsh to get the shell
type debug ./XXX.prx
then gdb ./XXX.elf and target to 127.0.0.1:10001(actually I got Eclipse to do this for me)
if I define the stop point in startup at "module_start"(_start), I got
Code: Select all
Previous frame identical to this frame (corrupt stack?)
if I define it "main_thread"(I know it's wrong), I got
Code: Select all
Previous frame identical to this frame (corrupt stack?)
[Switching to thread 60432969]
warning: GDB can't find the start of the function at 0x88267d28.
Previous frame identical to this frame (corrupt stack?)
warning: GDB can't find the start of the function at 0x88267d28.
Previous frame identical to this frame (corrupt stack?)
could somebody figure out what's the wrong? thx