Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h244 void ResetDiscoverableSettings(bool did_exec);
HDProcessGDBRemote.cpp1815 bool did_exec = false; in SetThreadStopInfo() local
1894 did_exec = true; in SetThreadStopInfo()
1918 if (!handled && signo && !did_exec) { in SetThreadStopInfo()
2620 const bool did_exec = in SetLastStopPacket() local
2622 if (did_exec) { in SetLastStopPacket()
2629 m_gdb_comm.ResetDiscoverableSettings(did_exec); in SetLastStopPacket()
HDGDBRemoteCommunicationClient.cpp267 void GDBRemoteCommunicationClient::ResetDiscoverableSettings(bool did_exec) { in ResetDiscoverableSettings() argument
268 if (!did_exec) { in ResetDiscoverableSettings()