Move parts of inferior job control to common/
[deliverable/binutils-gdb.git] / gdb / utils.c
index 88a178930e11c84444521c5a5e96bb8c09eefa0f..3d50ea4cc23050e21b918886cad0b7b27c2b8d15 100644 (file)
@@ -65,6 +65,7 @@
 #include "gdb_usleep.h"
 #include "interps.h"
 #include "gdb_regex.h"
+#include "job-control.h"
 
 #if !HAVE_DECL_MALLOC
 extern PTR malloc ();          /* ARI: PTR */
@@ -102,10 +103,6 @@ static std::chrono::steady_clock::duration prompt_for_continue_wait_time;
 
 static int debug_timestamp = 0;
 
-/* Nonzero if we have job control.  */
-
-int job_control;
-
 /* Nonzero means that strings with character values >0x7F should be printed
    as octal escapes.  Zero means just print the value (e.g. it's an
    international character, and the terminal or window can cope.)  */
This page took 0.024599 seconds and 4 git commands to generate.