Program: GDB 5.0
Build: arm-elf, running on a Redhat Linux 6.x host to perform remote
debugging

Problem: xbreak
Description: When using the xbreak command, I find that it does not put
the breakpoint in the proper location. It seems to put the breakpoint at
the first opcode AFTER the end of the function in question, rather than
at the last opcode of the function in question (which is typically a
"ldmdb" opcode).

This problem seems to occur regardless of whether or not the program is
compiled with "-O0" or "-O2".

Thank you.

--Gary Parnes
[EMAIL PROTECTED]



_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to