Searched refs:startup_with_shell (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcommon-inferior.h61 extern bool startup_with_shell;
H A Dcommon-inferior.cc26 bool startup_with_shell = true; variable
35 if (startup_with_shell)
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dcommon-inferior.h58 extern bool startup_with_shell;
H A Dcommon-inferior.cc26 bool startup_with_shell = true; variable
35 if (startup_with_shell)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dstartup-with-shell.exp46 proc initial_setup_simple { startup_with_shell run_args } {
51 gdb_test_no_output "set startup-with-shell $startup_with_shell"
66 with_test_prefix "startup_with_shell = on; run_args = *.unique-extension" {
72 with_test_prefix "startup_with_shell = off; run_args = *.unique-extension" {
78 with_test_prefix "startup_with_shell = on; run_args = \$TEST" {
86 with_test_prefix "startup_with_shell = off; run_args = \$TEST" {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dstartup-with-shell.exp46 proc initial_setup_simple { startup_with_shell run_args } {
51 gdb_test_no_output "set startup-with-shell $startup_with_shell"
66 with_test_prefix "startup_with_shell = on; run_args = *.unique-extension" {
72 with_test_prefix "startup_with_shell = off; run_args = *.unique-extension" {
78 with_test_prefix "startup_with_shell = on; run_args = \$TEST" {
86 with_test_prefix "startup_with_shell = off; run_args = \$TEST" {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dfork-child.c172 &startup_with_shell, _("\
H A Ddarwin-nat.c1953 if (startup_with_shell && may_have_sip ())
1958 restore_startup_with_shell.emplace (&startup_with_shell, 0);
H A Dremote.c10215 "QStartupWithShell:%d", startup_with_shell ? 1 : 0);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dfork-child.c174 &startup_with_shell, _("\
H A Ddarwin-nat.c1972 if (startup_with_shell && may_have_sip ())
1977 restore_startup_with_shell.emplace (&startup_with_shell, 0);
H A Dremote.c10476 "QStartupWithShell:%d", startup_with_shell ? 1 : 0);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dfork-inferior.c294 /* 'startup_with_shell' is declared in inferior.h and bound to the
297 if (startup_with_shell)
462 if (startup_with_shell)
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dfork-inferior.c292 /* 'startup_with_shell' is declared in inferior.h and bound to the
295 if (startup_with_shell)
459 if (startup_with_shell)
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dserver.cc854 startup_with_shell = true;
856 startup_with_shell = false;
868 startup_with_shell ? "be" : "not be");
3740 startup_with_shell = true;
3742 startup_with_shell = false;
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dserver.cc899 startup_with_shell = true;
901 startup_with_shell = false;
912 startup_with_shell ? "be" : "not be");
3822 startup_with_shell = true;
3824 startup_with_shell = false;

Completed in 401 milliseconds