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

  /src/external/gpl3/gdb.old/dist/gdb/nat/
fork-inferior.c 39 /* EXEC_FILE is the file to run. ALLARGS is a string containing the
42 execv_argv (const char *exec_file, const std::string &allargs,
63 void init_for_no_shell (const char *exec_file,
68 void init_for_shell (const char *exec_file,
93 execv_argv::init_for_no_shell (const char *exec_file,
103 m_argv.push_back (exec_file);
163 execv_argv::execv_argv (const char *exec_file,
168 init_for_no_shell (exec_file, allargs);
170 init_for_shell (exec_file, allargs, shell_file);
176 execv_argv::init_for_shell (const char *exec_file,
277 const char *exec_file; local
    [all...]
fork-inferior.c 39 /* EXEC_FILE is the file to run. ALLARGS is a string containing the
42 execv_argv (const char *exec_file, const std::string &allargs,
63 void init_for_no_shell (const char *exec_file,
68 void init_for_shell (const char *exec_file,
93 execv_argv::init_for_no_shell (const char *exec_file,
103 m_argv.push_back (exec_file);
163 execv_argv::execv_argv (const char *exec_file,
168 init_for_no_shell (exec_file, allargs);
170 init_for_shell (exec_file, allargs, shell_file);
176 execv_argv::init_for_shell (const char *exec_file,
277 const char *exec_file; local
    [all...]
  /src/usr.sbin/bootp/common/
bootpd.h 128 exec_file :1, member in struct:flag
180 *exec_file;
179 *exec_file; member in struct:host
bootpd.h 128 exec_file :1, member in struct:flag
180 *exec_file;
179 *exec_file; member in struct:host
  /src/external/gpl3/gdb/dist/gdb/
infcmd.c 426 const char *exec_file = current_program_space->exec_filename ();
444 if (exec_file)
445 uiout->field_string ("execfile", exec_file,
453 run_target->create_inferior (exec_file,
425 const char *exec_file = current_program_space->exec_filename (); local
infcmd.c 426 const char *exec_file = current_program_space->exec_filename ();
444 if (exec_file)
445 uiout->field_string ("execfile", exec_file,
453 run_target->create_inferior (exec_file,
425 const char *exec_file = current_program_space->exec_filename (); local
target.c 3598 const char *exec_file;
3604 exec_file = current_program_space->exec_filename ();
3605 if (exec_file == nullptr)
3610 styled_string (file_name_style.style (), exec_file),
3622 const char *exec_file = current_program_space->exec_filename ();
3624 if (exec_file != nullptr)
3626 styled_string (file_name_style.style (), exec_file),
3597 const char *exec_file; local
3621 const char *exec_file = current_program_space->exec_filename (); local
target.c 3598 const char *exec_file;
3604 exec_file = current_program_space->exec_filename ();
3605 if (exec_file == nullptr)
3610 styled_string (file_name_style.style (), exec_file),
3622 const char *exec_file = current_program_space->exec_filename ();
3624 if (exec_file != nullptr)
3626 styled_string (file_name_style.style (), exec_file),
3597 const char *exec_file; local
3621 const char *exec_file = current_program_space->exec_filename (); local
  /src/external/gpl3/gdb.old/dist/gdb/
infcmd.c 371 const char *exec_file;
425 exec_file = get_exec_file (0);
443 if (exec_file)
444 uiout->field_string ("execfile", exec_file,
452 run_target->create_inferior (exec_file,
370 const char *exec_file; local
infcmd.c 371 const char *exec_file;
425 exec_file = get_exec_file (0);
443 if (exec_file)
444 uiout->field_string ("execfile", exec_file,
452 run_target->create_inferior (exec_file,
370 const char *exec_file; local
target.c 3570 const char *exec_file;
3576 exec_file = get_exec_file (0);
3577 if (exec_file == nullptr)
3581 gdb_printf (_("Detaching from program: %s, %s\n"), exec_file,
3593 const char *exec_file = get_exec_file (0);
3595 if (exec_file != nullptr)
3596 gdb_printf ("Attaching to program: %s, %s\n", exec_file,
3569 const char *exec_file; local
3592 const char *exec_file = get_exec_file (0); local
target.c 3570 const char *exec_file;
3576 exec_file = get_exec_file (0);
3577 if (exec_file == nullptr)
3581 gdb_printf (_("Detaching from program: %s, %s\n"), exec_file,
3593 const char *exec_file = get_exec_file (0);
3595 if (exec_file != nullptr)
3596 gdb_printf ("Attaching to program: %s, %s\n", exec_file,
3569 const char *exec_file; local
3592 const char *exec_file = get_exec_file (0); local

Completed in 878 milliseconds