diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2012-06-15 08:50:29 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2012-06-15 08:50:29 +0000 |
commit | a210c23822203e9688401cee6697ebd2f3df11dc (patch) | |
tree | c3bd0c217ace54042e5255f7d40fbd363a06ce58 /gdb/infrun.c | |
parent | a9322fc66abad8a81d453bb97a6fe4637e668f1e (diff) | |
download | gdb-a210c23822203e9688401cee6697ebd2f3df11dc.zip gdb-a210c23822203e9688401cee6697ebd2f3df11dc.tar.gz gdb-a210c23822203e9688401cee6697ebd2f3df11dc.tar.bz2 |
* infrun.c (handle_inferior_event): Correct indentation.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index a260620..95a3ae9 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -4069,10 +4069,10 @@ handle_inferior_event (struct execution_control_state *ecs) skip_inline_frames call would break things. Fortunately that's an extremely unlikely scenario. */ if (!pc_at_non_inline_function (aspace, stop_pc, &ecs->ws) - && !(ecs->event_thread->suspend.stop_signal == GDB_SIGNAL_TRAP - && ecs->event_thread->control.trap_expected - && pc_at_non_inline_function (aspace, - ecs->event_thread->prev_pc, + && !(ecs->event_thread->suspend.stop_signal == GDB_SIGNAL_TRAP + && ecs->event_thread->control.trap_expected + && pc_at_non_inline_function (aspace, + ecs->event_thread->prev_pc, &ecs->ws))) { skip_inline_frames (ecs->ptid); |