m68k command 'next'
Jörg Rapka
joerg.rapka@duagon.com
Mon May 22 06:23:00 GMT 2000
Hi
I have a problem during debugging my m68k target.
Breakpoints and single stepping through C-source lines
(commands 'step') or assembler lines (commands 'stepi') works well.
But if I want to perform the command 'next' on a C-source line
which is a function call (perform function call without stopping)
the target crashed (GDB want to set a breakpoint on an invalid
address, which causes a bus error).
Ok, I noticed that GDB want to set a breakpoint. But I did not know
where it want to set it and where it get the address.
Any suggestions?
Best regards
Joerg
More information about the Gdb
mailing list