bug-gdb
[Top][All Lists]
Advanced

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

xb bug


From: peter . lai
Subject: xb bug
Date: Mon, 6 Jan 2003 13:08:33 -0800

Hi!

"xb function_name" command is supposed to set up a break at the end of the
named function.  However, the breaking address of this command is wrong
such that the program will break in the next command line in the same file
following the exit of this named function.  In other words, this break can
be inside another function right after the specific function needing break
such that this break may be useless at all.

In order to fix this bug, the breaking address should be substracted 4 in
order for the break to be located exactly at the end of the function
needing break.

Peter L.







reply via email to

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