HomeSort by: relevance | last modified time | path
    Searched refs:exited (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /src/usr.bin/make/unit-tests/
opt-keep-going-indirect.exp 7 exited 1
14 exited 1
23 exited 1
30 exited 1
varmod-shell.exp 1 make: varmod-shell.mk:25: warning: Command "echo word; (exit 13)" exited with status 13
2 make: varmod-shell.mk:29: warning: Command "echo word; (exit 13)" exited with status 13
8 make: varmod-shell.mk:36: warning: Command "echo word; (exit 13)" exited with status 13
var-op-shell.exp 1 make: var-op-shell.mk:32: warning: Command "echo "failed"; (exit 13)" exited with status 13
2 make: var-op-shell.mk:39: warning: Command "exit 13" exited with status 13
3 make: var-op-shell.mk:62: warning: "kill $$" exited on a signal
5 make: var-op-shell.mk:69: warning: Command "/bin/no/such/command" exited with status 127
varmod-assign-shell.exp 1 make: varmod-assign-shell.mk:21: warning: Command "echo output; (exit 13)" exited with status 13
7 make: varmod-assign-shell.mk:26: warning: Command "echo output; (exit 13)" exited with status 13
varmod-sun-shell.exp 1 make: varmod-sun-shell.mk:17: warning: Command "echo word; (exit 13)" exited with status 13
8 make: varmod-sun-shell.mk:24: warning: Command "echo word; (exit 13)" exited with status 13
varmod-sun-shell.mk 16 # expect+1: warning: Command "echo word; (exit 13)" exited with status 13
23 # expect+1: warning: Command "echo word; (exit 13)" exited with status 13
  /src/external/bsd/kyua-cli/dist/utils/process/
status.hpp 47 /// Note that the process has exited already and been awaited for, so the
51 /// The exit status of the process, if it exited cleanly.
66 bool exited(void) const;
status_test.cpp 100 ATF_REQUIRE(fake.exited());
111 ATF_REQUIRE(!fake.exited());
122 ATF_REQUIRE(exit_success.exited());
127 ATF_REQUIRE(exit_failure.exited());
137 ATF_REQUIRE(!sigterm.exited());
143 ATF_REQUIRE(!sigkill.exited());
160 ATF_REQUIRE(!coredump.exited());
status.cpp 118 /// Returns whether the process exited cleanly or not.
120 /// \return True if the process exited cleanly, false otherwise.
122 process::status::exited(void) const function in class:process::status
130 /// \pre The process must have exited cleanly (i.e. exited() must be true).
136 PRE(exited());
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-exitedevent.c 51 will create a new Python exited event object. */
56 if (evregpy_no_listeners_p (gdb_py_events.exited))
62 return evpy_emit_event (event.get (), gdb_py_events.exited);
py-all-events.def 28 GDB_PY_DEFINE_EVENT(exited)
py-event-types.def 44 GDB_PY_DEFINE_EVENT_TYPE (exited,
46 "GDB exited event object",
56 "GDB thread exited event object",
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
jit-reader-exec.exp 53 gdb_test "continue" "Inferior .* exited normally.*"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
attach-many-short-lived-threads.exp 152 set exited 0
157 set exited 1
163 if { $exited } {
168 if { $exited } {
  /src/external/gpl3/gdb/dist/gdb/python/
py-exitedevent.c 51 will create a new Python exited event object. */
56 if (evregpy_no_listeners_p (gdb_py_events.exited))
62 return evpy_emit_event (event.get (), gdb_py_events.exited);
py-all-events.def 28 GDB_PY_DEFINE_EVENT(exited)
py-event-types.def 44 GDB_PY_DEFINE_EVENT_TYPE (exited,
46 "GDB exited event object",
56 "GDB thread exited event object",
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
jit-reader-exec.exp 54 gdb_test "continue" "Inferior .* exited normally.*"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
attach-many-short-lived-threads.exp 152 set exited 0
157 set exited 1
163 if { $exited } {
168 if { $exited } {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-thread-exited.exp 30 set pyfile [gdb_remote_download host ${srcdir}/${subdir}/py-thread-exited.py]
52 ".*event type: thread-exited. global num: 2.*"
54 ".*event type: thread-exited. global num: 3.*"
tui-window-disabled.py 40 gdb.events.exited.connect(self._exit_listener)
68 gdb.events.exited.disconnect(self._exit_listener)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
log-message.exp 54 dap_wait_for_event_and_check "inferior exited" exited
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-thread-exited.exp 30 set pyfile [gdb_remote_download host ${srcdir}/${subdir}/py-thread-exited.py]
52 ".*event type: thread-exited. global num: 2.*"
54 ".*event type: thread-exited. global num: 3.*"
  /src/external/bsd/atf/dist/atf-c++/
check.hpp 87 //! \brief Returns whether the command exited correctly or not.
89 bool exited(void) const;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/
log-message.exp 63 dap_wait_for_event_and_check "inferior exited" exited

Completed in 61 milliseconds

1 2 3