gdb/
[deliverable/binutils-gdb.git] / gdb / infrun.c
index b036682460308b9949d04dc59e13583cfeff7f3c..27b6d20d7d3caf60d8bde186660f30e6c1adea88 100644 (file)
@@ -4976,7 +4976,8 @@ process_event_stop_test:
 
        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))
+           && !function_name_is_marked_for_skip (ecs->stop_func_name,
+                                                 &tmp_sal))
          {
            if (execution_direction == EXEC_REVERSE)
              handle_step_into_function_backward (gdbarch, ecs);
This page took 0.03686 seconds and 4 git commands to generate.