gdb/
[deliverable/binutils-gdb.git] / gdb / infrun.c
index edd4a40db641768a7b2c1e2eb8353fcdee344ad2..240cd958fc45306ae1fe05c286acd1ffeec9aa7d 100644 (file)
@@ -74,6 +74,8 @@ static int follow_fork (void);
 static void set_schedlock_func (char *args, int from_tty,
                                struct cmd_list_element *c);
 
+static int currently_stepping (struct thread_info *tp);
+
 static int currently_stepping_or_nexting_callback (struct thread_info *tp,
                                                   void *data);
 
@@ -4849,7 +4851,7 @@ infrun: not switching back to stepped thread, it has vanished\n");
 
 /* Is thread TP in the middle of single-stepping?  */
 
-int
+static int
 currently_stepping (struct thread_info *tp)
 {
   return ((tp->step_range_end && tp->step_resume_breakpoint == NULL)
This page took 0.023951 seconds and 4 git commands to generate.