HomeSort by: relevance | last modified time | path
    Searched defs:exec_wrapper (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
fork-child.c 35 static std::string exec_wrapper; variable
42 return !exec_wrapper.empty () ? exec_wrapper.c_str () : nullptr;
144 exec_wrapper.clear ();
160 add_setshow_filename_cmd ("exec-wrapper", class_run, &exec_wrapper, _("\
fork-child.c 35 static std::string exec_wrapper; variable
42 return !exec_wrapper.empty () ? exec_wrapper.c_str () : nullptr;
144 exec_wrapper.clear ();
160 add_setshow_filename_cmd ("exec-wrapper", class_run, &exec_wrapper, _("\
  /src/external/gpl3/gdb/dist/gdb/
fork-child.c 35 static std::string exec_wrapper; variable
42 return !exec_wrapper.empty () ? exec_wrapper.c_str () : nullptr;
144 exec_wrapper.clear ();
158 add_setshow_filename_cmd ("exec-wrapper", class_run, &exec_wrapper, _("\
fork-child.c 35 static std::string exec_wrapper; variable
42 return !exec_wrapper.empty () ? exec_wrapper.c_str () : nullptr;
144 exec_wrapper.clear ();
158 add_setshow_filename_cmd ("exec-wrapper", class_run, &exec_wrapper, _("\
  /src/external/gpl3/gdb.old/dist/gdb/nat/
fork-inferior.c 180 const char *exec_wrapper = get_exec_wrapper (); local
193 if (exec_wrapper != NULL)
195 shell_command += exec_wrapper;
fork-inferior.c 180 const char *exec_wrapper = get_exec_wrapper (); local
193 if (exec_wrapper != NULL)
195 shell_command += exec_wrapper;
  /src/external/gpl3/gdb/dist/gdb/nat/
fork-inferior.c 144 const char *exec_wrapper = get_exec_wrapper (); local
153 if (exec_wrapper != NULL)
155 shell_command += exec_wrapper;
fork-inferior.c 144 const char *exec_wrapper = get_exec_wrapper (); local
153 if (exec_wrapper != NULL)
155 shell_command += exec_wrapper;

Completed in 56 milliseconds