mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
* infrun.c (handle_inferior_event): Fix spelling in comment.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2007-12-19 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* infrun.c (handle_inferior_event): Fix spelling in comment.
|
||||||
|
|
||||||
2007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
|
2007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* minsyms.c (lookup_minimal_symbol): Also check the separate
|
* minsyms.c (lookup_minimal_symbol): Also check the separate
|
||||||
|
@ -1907,7 +1907,7 @@ handle_inferior_event (struct execution_control_state *ecs)
|
|||||||
&& gdbarch_single_step_through_delay_p (current_gdbarch)
|
&& gdbarch_single_step_through_delay_p (current_gdbarch)
|
||||||
&& currently_stepping (ecs))
|
&& currently_stepping (ecs))
|
||||||
{
|
{
|
||||||
/* We're trying to step of a breakpoint. Turns out that we're
|
/* We're trying to step off a breakpoint. Turns out that we're
|
||||||
also on an instruction that needs to be stepped multiple
|
also on an instruction that needs to be stepped multiple
|
||||||
times before it's been fully executing. E.g., architectures
|
times before it's been fully executing. E.g., architectures
|
||||||
with a delay slot. It needs to be stepped twice, once for
|
with a delay slot. It needs to be stepped twice, once for
|
||||||
|
Reference in New Issue
Block a user