Home
last modified time | relevance | path

Searched refs:did_exec (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h323 ResetDiscoverableSettings (bool did_exec);
HDProcessGDBRemote.cpp1954 bool did_exec = false; in SetThreadStopInfo() local
2018 did_exec = true; in SetThreadStopInfo()
2024 if (!handled && signo && did_exec == false) in SetThreadStopInfo()
2811 const bool did_exec = response.GetStringRef().find(";reason:exec;") != std::string::npos; in SetLastStopPacket() local
2812 if (did_exec) in SetLastStopPacket()
2821 m_gdb_comm.ResetDiscoverableSettings (did_exec); in SetLastStopPacket()
HDGDBRemoteCommunicationClient.cpp338 GDBRemoteCommunicationClient::ResetDiscoverableSettings (bool did_exec) in ResetDiscoverableSettings() argument
340 if (did_exec == false) in ResetDiscoverableSettings()
/NextBSD/sbin/launchd/
HDcore.c709 did_exec:1, member
3768 if (!j->did_exec && _launchd_support_system) { in job_reap()
3838 if (j->crashed || !(j->did_exec || j->anonymous)) { in job_reap()
3844 if (!j->did_exec && msi->reset && job_assumes(j, !msi->isActive)) { in job_reap()
4189 if (j->xpc_service && j->did_exec) { in job_callback_proc()
4193 j->did_exec = true; in job_callback_proc()
4532 j->did_exec = false; in job_start()
6190 if (!j->did_exec && WEXITSTATUS(j->last_exit_status) == EBADARCH) { in job_useless()