HomeSort by: relevance | last modified time | path
    Searched refs:startup_with_shell (Results 1 - 19 of 19) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbsupport/
common-inferior.h 53 extern bool startup_with_shell;
common-inferior.cc 25 bool startup_with_shell = true; variable
34 if (startup_with_shell)
  /src/external/gpl3/gdb/dist/gdbsupport/
common-inferior.h 53 extern bool startup_with_shell;
common-inferior.cc 25 bool startup_with_shell = true; variable
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
startup-with-shell.exp 42 proc initial_setup_simple { startup_with_shell run_args } {
48 gdb_test_no_output "set startup-with-shell $startup_with_shell"
67 foreach startup_with_shell { "on" "off" } {
68 with_test_prefix "$testname, startup_with_shell: ${startup_with_shell}" {
69 if {![initial_setup_simple $startup_with_shell $args]} {
73 if { $startup_with_shell } {
inferior-args.exp 29 # STARTUP_WITH_SHELL is either 'on' or 'off' and determines if the
42 proc do_test { method startup_with_shell inferior_args expected_results \
49 gdb_test_no_output "set startup-with-shell $startup_with_shell"
220 foreach_with_prefix startup_with_shell { on off } {
221 do_test $set_method $startup_with_shell $args $re_list \
args.exp 50 foreach_with_prefix startup_with_shell { on off } {
57 gdb_test_no_output "set startup-with-shell ${startup_with_shell}" \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
startup-with-shell.exp 40 proc initial_setup_simple { startup_with_shell run_args } {
45 gdb_test_no_output "set startup-with-shell $startup_with_shell"
63 with_test_prefix "startup_with_shell = on; run_args = *.unique-extension" {
73 with_test_prefix "startup_with_shell = off; run_args = *.unique-extension" {
80 with_test_prefix "startup_with_shell = on; run_args = \$TEST" {
91 with_test_prefix "startup_with_shell = off; run_args = \$TEST" {
  /src/external/gpl3/gdb.old/dist/gdb/
fork-child.c 173 &startup_with_shell, _("\
darwin-nat.c 1984 if (startup_with_shell && may_have_sip ())
1989 restore_startup_with_shell.emplace (&startup_with_shell, 0);
remote.c 11011 "QStartupWithShell:%d", startup_with_shell ? 1 : 0);
  /src/external/gpl3/gdb/dist/gdb/
fork-child.c 171 &startup_with_shell, _("\
darwin-nat.c 1984 if (startup_with_shell && may_have_sip ())
1989 restore_startup_with_shell.emplace (&startup_with_shell, 0);
main.c 1099 startup_with_shell);
remote.c 11039 "QStartupWithShell:%d", startup_with_shell ? 1 : 0);
  /src/external/gpl3/gdb.old/dist/gdb/nat/
fork-inferior.c 283 /* 'startup_with_shell' is declared in inferior.h and bound to the
286 if (startup_with_shell)
450 if (startup_with_shell)
  /src/external/gpl3/gdb/dist/gdb/nat/
fork-inferior.c 242 /* 'startup_with_shell' is declared in inferior.h and bound to the
245 if (startup_with_shell)
409 if (startup_with_shell)
  /src/external/gpl3/gdb.old/dist/gdbserver/
server.cc 1048 startup_with_shell = true;
1050 startup_with_shell = false;
1061 startup_with_shell ? "be" : "not be");
4313 startup_with_shell = true;
4315 startup_with_shell = false;
  /src/external/gpl3/gdb/dist/gdbserver/
server.cc 1041 startup_with_shell = true;
1043 startup_with_shell = false;
1054 startup_with_shell ? "be" : "not be");
4333 startup_with_shell = true;
4337 startup_with_shell = false;

Completed in 81 milliseconds