Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h225 void ResetDiscoverableSettings(bool did_exec);
H A DProcessGDBRemote.cpp1723 bool did_exec = false; in SetThreadStopInfo() local
1833 did_exec = true; in SetThreadStopInfo()
1878 if (!handled && signo && !did_exec) { in SetThreadStopInfo()
2475 const bool did_exec = in SetLastStopPacket() local
2477 if (did_exec) { in SetLastStopPacket()
2484 m_gdb_comm.ResetDiscoverableSettings(did_exec); in SetLastStopPacket()
H A DGDBRemoteCommunicationClient.cpp264 void GDBRemoteCommunicationClient::ResetDiscoverableSettings(bool did_exec) { in ResetDiscoverableSettings() argument
265 if (!did_exec) { in ResetDiscoverableSettings()