mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-16 16:47:52 +00:00
2009-10-22 Michael Snyder <msnyder@vmware.com>
* infrun.c (keep_going): If insert_breakpoints fails, print the reason.
This commit is contained in:
parent
5186414052
commit
97bd5475e3
@ -1,3 +1,8 @@
|
||||
2009-10-22 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* infrun.c (keep_going): If insert_breakpoints fails,
|
||||
print the reason.
|
||||
|
||||
2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||
|
||||
PR gdb/10819
|
||||
|
@ -4863,6 +4863,7 @@ keep_going (struct execution_control_state *ecs)
|
||||
}
|
||||
if (e.reason < 0)
|
||||
{
|
||||
exception_print (gdb_stderr, e);
|
||||
stop_stepping (ecs);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user