Searched refs:shell_file (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dfork-inferior.c43 const char *shell_file);
70 const char *shell_file);
142 escape_bang_in_quoted_argument (const char *shell_file) argument
144 size_t shell_file_len = strlen (shell_file);
153 if (shell_file[shell_file_len - 3] == 'c'
154 && shell_file[shell_file_len - 2] == 's'
155 && shell_file[shell_file_len - 1] == 'h')
165 const char *shell_file)
167 if (shell_file == NULL)
170 init_for_shell (exec_file, allargs, shell_file);
163 execv_argv(const char *exec_file, const std::string &allargs, const char *shell_file) argument
176 init_for_shell(const char *exec_file, const std::string &allargs, const char *shell_file) argument
279 const char *shell_file; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dfork-inferior.c43 const char *shell_file);
70 const char *shell_file);
142 escape_bang_in_quoted_argument (const char *shell_file) argument
144 size_t shell_file_len = strlen (shell_file);
153 if (shell_file[shell_file_len - 3] == 'c'
154 && shell_file[shell_file_len - 2] == 's'
155 && shell_file[shell_file_len - 1] == 'h')
165 const char *shell_file)
167 if (shell_file == NULL)
170 init_for_shell (exec_file, allargs, shell_file);
163 execv_argv(const char *exec_file, const std::string &allargs, const char *shell_file) argument
176 init_for_shell(const char *exec_file, const std::string &allargs, const char *shell_file) argument
279 const char *shell_file; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprocfs.c2783 const char *shell_file = get_shell (); local
2787 if (strchr (shell_file, '/') == NULL)
2790 /* We will be looking down the PATH to find shell_file. If we
2822 tryname = (char *) alloca (strlen (path) + strlen (shell_file) + 2);
2833 strcat (tryname, shell_file);
2850 __LINE__, shell_file);
2852 shell_file = tryname;
2859 NULL, procfs_pre_trace, shell_file, NULL);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprocfs.c2762 const char *shell_file = get_shell (); local
2766 if (strchr (shell_file, '/') == NULL)
2769 /* We will be looking down the PATH to find shell_file. If we
2801 tryname = (char *) alloca (strlen (path) + strlen (shell_file) + 2);
2812 strcat (tryname, shell_file);
2829 __LINE__, shell_file);
2831 shell_file = tryname;
2839 NULL, procfs_pre_trace, shell_file, NULL);

Completed in 220 milliseconds