gdb: rename things related to step over chains
[deliverable/binutils-gdb.git] / gdb / infrun.h
index 1517beb0d3eed209b5d5d54e6ac1b772c12d882c..62e289eb6feb9cb36338b8e151112c0cbfdc4590 100644 (file)
@@ -225,7 +225,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.024513 seconds and 4 git commands to generate.