mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
Minor reformatting in infrun.c:handle_inferior_event
gdb/ChangeLog: * infrun.c (handle_inferior_event): Minor reformatting.
This commit is contained in:
@ -4928,8 +4928,8 @@ process_event_stop_test:
|
||||
struct symtab_and_line tmp_sal;
|
||||
|
||||
tmp_sal = find_pc_line (ecs->stop_func_start, 0);
|
||||
if (tmp_sal.line != 0 &&
|
||||
!function_pc_is_marked_for_skip (ecs->stop_func_start))
|
||||
if (tmp_sal.line != 0
|
||||
&& !function_pc_is_marked_for_skip (ecs->stop_func_start))
|
||||
{
|
||||
if (execution_direction == EXEC_REVERSE)
|
||||
handle_step_into_function_backward (gdbarch, ecs);
|
||||
|
Reference in New Issue
Block a user