Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp654 static const char *GetStopReasonString(StopReason stop_reason) { in GetStopReasonString() function
733 const char *stop_reason = GetStopReasonString(tid_stop_info.reason); in GetJSONThreadsInfo()
926 const char *reason_str = GetStopReasonString(tid_stop_info.reason); in SendStopReplyPacketForThread()