Home
last modified time | relevance | path

Searched refs:keep_going (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dinfrun.c943 static void keep_going (struct execution_control_state *ecs);
1407 keep_going (ecs); in handle_inferior_event()
1457 keep_going (ecs); in handle_inferior_event()
1666 keep_going (ecs); in handle_inferior_event()
1958 keep_going (ecs); in handle_inferior_event()
1985 keep_going (ecs); in handle_inferior_event()
1998 keep_going (ecs); in handle_inferior_event()
2073 keep_going (ecs); in handle_inferior_event()
2207 keep_going (ecs); in handle_inferior_event()
2227 keep_going (ecs); in handle_inferior_event()
[all …]
H A Dsomsolib.c896 goto keep_going; in som_solib_create_inferior_hook()
906 goto keep_going; in som_solib_create_inferior_hook()
926 goto keep_going; in som_solib_create_inferior_hook()
967 goto keep_going; in som_solib_create_inferior_hook()
980 goto keep_going; in som_solib_create_inferior_hook()
988 keep_going: in som_solib_create_inferior_hook()
H A Dsymtab.c2922 int keep_going = 1; in search_symbols() local
2934 while (keep_going) in search_symbols()
2944 keep_going = 0; in search_symbols()
2963 keep_going = 0; in search_symbols()
H A DChangeLog1996 (keep_going): Delete code handling
6326 (handle_inferior_event, keep_going): Delete update_step_sp and
6448 (currently_stepping, keep_going): Delete most uses of
12434 * infrun.c (keep_going): Likewise.
H A DChangeLog-19994015 * infrun.c (keep_going): New function, broken out from the
4016 keep_going label in handle_inferior_event.
H A DChangeLog-20039908 (stop_stepping, keep_going, context_switch): Do not swap
10760 (stop_stepping, keep_going): Update.
H A DChangeLog-20004912 * infrun.c (handle_inferior_event): Add missing call to keep_going
H A DChangeLog-20014824 Call keep_going, instead of target_resume. Handle the subsequent
H A DChangeLog-20021898 (keep_going): Likewise.
/openbsd-src/regress/lib/libc/sys/
H A Dt_select.c50 static sig_atomic_t keep_going = 1; variable
55 keep_going = 0; in sig_handler()
126 if (!keep_going) in child()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mn10300.c1465 goto keep_going;
1499 goto keep_going;
1550 goto keep_going;
1565 goto keep_going;
1580 goto keep_going;
1595 goto keep_going;
1610 goto keep_going;
1625 goto keep_going;
1636 goto keep_going;
1651 goto keep_going;
[all …]
H A Dtc-mn10200.c992 goto keep_going; in md_assemble()
1026 goto keep_going; in md_assemble()
1041 goto keep_going; in md_assemble()
1141 keep_going: in md_assemble()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-mn10300.c1460 goto keep_going;
1494 goto keep_going;
1545 goto keep_going;
1560 goto keep_going;
1575 goto keep_going;
1590 goto keep_going;
1605 goto keep_going;
1620 goto keep_going;
1631 goto keep_going;
1646 goto keep_going;
[all …]
H A Dtc-mn10200.c854 goto keep_going;
888 goto keep_going;
903 goto keep_going;
1003 keep_going:
/openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/
H A Dmsan_interface.h76 void __msan_set_keep_going(int keep_going);
/openbsd-src/gnu/llvm/llvm/utils/
H A Dllvm-compilers-check483 if (configrc == 0 or self.options.keep_going) :
493 if (buildrc == 0 or self.options.keep_going) :
504 if ((testrc == 0 or self.options.keep_going)
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interface_internal.h132 void __msan_set_keep_going(int keep_going);
H A Dmsan.cpp508 void __msan_set_keep_going(int keep_going) { in __msan_set_keep_going() argument
509 flags()->halt_on_error = !keep_going; in __msan_set_keep_going()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp5038 bool keep_going = false; in RunThreadPlan() local
5064 keep_going = true; in RunThreadPlan()
5074 keep_going = false; in RunThreadPlan()
5083 keep_going = true; in RunThreadPlan()
5104 if (keep_going) in RunThreadPlan()