gdb: rename things related to step over chains
[deliverable/binutils-gdb.git] / gdb / infrun.h
index 980854135197c7fd2c66a0c8b40e5746ec10aa2d..a49d8627c0aac8f80cc1b8c340b3ca9a056fbce2 100644 (file)
@@ -245,7 +245,7 @@ extern void mark_infrun_async_event_handler (void);
 
 /* The global queue of threads that need to do a step-over operation
    to get past e.g., a breakpoint.  */
-extern struct thread_info *step_over_queue_head;
+extern struct thread_info *global_thread_step_over_chain_head;
 
 /* Remove breakpoints if possible (usually that means, if everything
    is stopped).  On failure, print a message.  */
This page took 0.023672 seconds and 4 git commands to generate.