Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp737 struct ThreadStopInfo tid_stop_info; in GetJSONThreadsInfo() local
739 if (!thread.GetStopReason(tid_stop_info, description)) in GetJSONThreadsInfo()
743 const int signum = tid_stop_info.signo; in GetJSONThreadsInfo()
750 tid_stop_info.reason, tid_stop_info.details.exception.type); in GetJSONThreadsInfo()
769 const char *stop_reason = GetStopReasonString(tid_stop_info.reason); in GetJSONThreadsInfo()
776 if ((tid_stop_info.reason == eStopReasonException) && in GetJSONThreadsInfo()
777 tid_stop_info.details.exception.type) { in GetJSONThreadsInfo()
779 "metype", static_cast<int64_t>(tid_stop_info.details.exception.type)); in GetJSONThreadsInfo()
782 for (uint32_t i = 0; i < tid_stop_info.details.exception.data_count; in GetJSONThreadsInfo()
785 static_cast<int64_t>(tid_stop_info.details.exception.data[i])); in GetJSONThreadsInfo()
[all …]