bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in GDB 5.0


From: Gary Parnes
Subject: Bug in GDB 5.0
Date: Fri, 01 Dec 2000 09:47:27 -0600

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
address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]