This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cli/1860: Linux, Mac OS X, finish, define, break


>Number:         1860
>Category:       cli
>Synopsis:       Linux, Mac OS X, finish, define, break
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 02 14:58:00 UTC 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Griffiths
>Release:        unknown-1.0
>Organization:
>Environment:
 GNU gdb 6.3-debian
 GNU gdb 5.3-20030128 (Apple version gdb-330.1)
>Description:
When the finish command is ran, it appears to stop processing input, thus preventing its usage in an automated method, such as with the break / commands pair. 
>How-To-Repeat:
(x86 linux)

gdb> break hihi if (*($edi + 4))
Breakpoint 9 at 0x804838a
gdb> commands
> finish
> echo "at main now, hopefully"
> end

>Fix:
Perhaps making it so that the finish command can be used in an automated way.
>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]