mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +08: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:
@ -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>
|
2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||||
|
|
||||||
PR gdb/10819
|
PR gdb/10819
|
||||||
|
@ -4863,6 +4863,7 @@ keep_going (struct execution_control_state *ecs)
|
|||||||
}
|
}
|
||||||
if (e.reason < 0)
|
if (e.reason < 0)
|
||||||
{
|
{
|
||||||
|
exception_print (gdb_stderr, e);
|
||||||
stop_stepping (ecs);
|
stop_stepping (ecs);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user