tromey at redhat dot com
2013-05-07 17:53:22 UTC
http://sourceware.org/bugzilla/show_bug.cgi?id=15438
Bug #: 15438
Summary: dangling cleanup in keep_going
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: gdb
AssignedTo: ***@sourceware.org
ReportedBy: ***@redhat.com
Classification: Unclassified
infrun.c:keep_going has one return that does not deal with cleanups:
if (e.reason < 0)
{
exception_print (gdb_stderr, e);
stop_stepping (ecs);
return;
}
It isn't clear to me whether this should do_cleanups or discard_cleanups.
Bug #: 15438
Summary: dangling cleanup in keep_going
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: gdb
AssignedTo: ***@sourceware.org
ReportedBy: ***@redhat.com
Classification: Unclassified
infrun.c:keep_going has one return that does not deal with cleanups:
if (e.reason < 0)
{
exception_print (gdb_stderr, e);
stop_stepping (ecs);
return;
}
It isn't clear to me whether this should do_cleanups or discard_cleanups.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.