| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Debug.h | 63 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateRunning); in AppendResumeAll() 67 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateStopped); in AppendSuspendAll() 71 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateStepping); in AppendStepAll() 81 if (default_ok && tid != LLDB_INVALID_THREAD_ID) in GetActionForThread() 82 return GetActionForThread(LLDB_INVALID_THREAD_ID, false); in GetActionForThread() 97 if (GetActionForThread(LLDB_INVALID_THREAD_ID, true) == nullptr) { in SetDefaultThreadActionIfNeeded() 99 ResumeAction default_action = {LLDB_INVALID_THREAD_ID, action, signal}; in SetDefaultThreadActionIfNeeded() 108 if (tid != LLDB_INVALID_THREAD_ID) { in SetSignalHandledForThread()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadSpec.cpp | 25 lldb::tid_t tid = LLDB_INVALID_THREAD_ID; in CreateFromStructuredData() 58 if (m_tid != LLDB_INVALID_THREAD_ID) in SerializeToStructuredData() 77 if (m_tid == LLDB_INVALID_THREAD_ID) in TIDMatches() 127 return (m_index != UINT32_MAX || m_tid != LLDB_INVALID_THREAD_ID || in HasSpecification() 140 if (GetTID() != LLDB_INVALID_THREAD_ID) in GetDescription()
|
| H A D | ThreadList.cpp | 28 m_selected_tid(LLDB_INVALID_THREAD_ID) {} in ThreadList() 460 m_selected_tid = LLDB_INVALID_THREAD_ID; in Clear() 706 m_selected_tid = LLDB_INVALID_THREAD_ID; in SetSelectedThreadByID() 711 return m_selected_tid != LLDB_INVALID_THREAD_ID; in SetSelectedThreadByID() 721 m_selected_tid = LLDB_INVALID_THREAD_ID; in SetSelectedThreadByIndexID() 726 return m_selected_tid != LLDB_INVALID_THREAD_ID; in SetSelectedThreadByIndexID() 797 : m_thread_list(nullptr), m_tid(LLDB_INVALID_THREAD_ID) { in ExpressionExecutionThreadPusher()
|
| H A D | QueueItem.cpp | 22 m_enqueueing_thread_id(LLDB_INVALID_THREAD_ID), in QueueItem()
|
| H A D | ExecutionContext.cpp | 440 m_tid = LLDB_INVALID_THREAD_ID; in operator =() 579 if (m_tid != LLDB_INVALID_THREAD_ID) { in GetThreadSP()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ThreadSpec.h | 64 if (m_tid == LLDB_INVALID_THREAD_ID || thread_id == LLDB_INVALID_THREAD_ID) in TIDMatches() 124 lldb::tid_t m_tid = LLDB_INVALID_THREAD_ID;
|
| H A D | ExecutionContext.h | 247 bool HasThreadRef() const { return m_tid != LLDB_INVALID_THREAD_ID; } in HasThreadRef() 256 m_tid = LLDB_INVALID_THREAD_ID; in ClearThread() 266 lldb::tid_t m_tid = LLDB_INVALID_THREAD_ID; ///< The thread ID that this
|
| H A D | ThreadList.h | 58 if (m_thread_list && m_tid != LLDB_INVALID_THREAD_ID) in ~ExpressionExecutionThreadPusher()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | GDBRemote.h | 61 tid = LLDB_INVALID_THREAD_ID; in Clear() 74 lldb::tid_t tid = LLDB_INVALID_THREAD_ID;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | HistoryThread.cpp | 77 if (m_originating_unique_thread_id != LLDB_INVALID_THREAD_ID) { in GetExtendedBacktraceOriginatingIndexID() 84 return LLDB_INVALID_THREAD_ID; in GetExtendedBacktraceOriginatingIndexID()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedThreadPythonInterface.cpp | 50 return LLDB_INVALID_THREAD_ID; in GetThreadID() 52 return obj->GetUnsignedIntegerValue(LLDB_INVALID_THREAD_ID); in GetThreadID()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptedThreadPythonInterface.cpp | |
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | WatchpointOptions.h | 46 lldb::tid_t thread_id = LLDB_INVALID_THREAD_ID); 159 /// LLDB_INVALID_THREAD_ID for all threads.
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-defines.h | 90 #define LLDB_INVALID_THREAD_ID 0 macro
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/ |
| H A D | CommandObjectThreadTraceExportCTF.cpp | 77 size_t tid = m_options.m_thread_index.value_or(LLDB_INVALID_THREAD_ID); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.h | 104 lldb::tid_t m_current_tid = LLDB_INVALID_THREAD_ID; 105 lldb::tid_t m_continue_tid = LLDB_INVALID_THREAD_ID;
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1608 if (signal_tid != LLDB_INVALID_THREAD_ID) { in Handle_C() 1688 actions.GetActionForThread(LLDB_INVALID_THREAD_ID, false)) { in ResumeActionListStopsAllThreads() 1727 thread_action.tid = LLDB_INVALID_THREAD_ID; in Handle_vCont() 1801 tid = LLDB_INVALID_THREAD_ID; in Handle_vCont() 1805 if (tid != LLDB_INVALID_THREAD_ID) in Handle_vCont() 1909 : LLDB_INVALID_THREAD_ID); in Handle_stop_reason() 2386 if (tid != LLDB_INVALID_THREAD_ID && tid != 0) { in Handle_H() 3025 if (tid == 0 || tid == LLDB_INVALID_THREAD_ID) in Handle_s() 3027 if (tid == LLDB_INVALID_THREAD_ID) in Handle_s() 3616 const lldb::tid_t tid = packet.GetHexMaxU64(false, LLDB_INVALID_THREAD_ID); in Handle_qThreadStopInfo() [all …]
|
| H A D | ProcessGDBRemote.cpp | 277 m_initial_tid(LLDB_INVALID_THREAD_ID), m_allow_flash_writes(false), in ProcessGDBRemote() 1491 if (tid != LLDB_INVALID_THREAD_ID && in UpdateThreadIDsFromStopReplyThreadsValue() 1525 lldb::tid_t tid = LLDB_INVALID_THREAD_ID; in UpdateThreadIDList() 1654 "tid", tid, LLDB_INVALID_THREAD_ID)) { in GetThreadStopInfoFromJSON() 1715 if (tid == LLDB_INVALID_THREAD_ID) in SetThreadStopInfo() 1795 if (m_interrupt_tid != LLDB_INVALID_THREAD_ID) in SetThreadStopInfo() 1921 lldb::tid_t child_tid = desc_extractor.GetU64(LLDB_INVALID_THREAD_ID); in SetThreadStopInfo() 1929 lldb::tid_t child_tid = desc_extractor.GetU64(LLDB_INVALID_THREAD_ID); in SetThreadStopInfo() 2000 if (m_interrupt_tid != LLDB_INVALID_THREAD_ID) in SetThreadStopInfo() 2040 m_interrupt_tid = LLDB_INVALID_THREAD_ID; in HandleThreadAsyncInterrupt() [all …]
|
| H A D | GDBRemoteCommunicationClient.h | 594 lldb::tid_t m_curr_tid = LLDB_INVALID_THREAD_ID; 596 lldb::tid_t m_curr_tid_run = LLDB_INVALID_THREAD_ID;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptedProcessInterface.h | |
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 794 uint32_t m_thread_idx = LLDB_INVALID_THREAD_ID; 850 m_thread_idx = LLDB_INVALID_THREAD_ID; in OptionParsingStarting() 860 uint32_t m_step_thread_idx = LLDB_INVALID_THREAD_ID; 916 if (m_options.m_thread_idx == LLDB_INVALID_THREAD_ID) { in DoExecute() 1103 m_thread_id = LLDB_INVALID_THREAD_ID; in OptionParsingStarting() 1112 m_thread_id = LLDB_INVALID_THREAD_ID; in SetOptionValue() 1180 } else if (m_options.m_thread_id == LLDB_INVALID_THREAD_ID && in DoExecute() 1187 } else if (m_options.m_thread_id != LLDB_INVALID_THREAD_ID && in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpointName.cpp | 370 return LLDB_INVALID_THREAD_ID; in GetThreadID() 397 return LLDB_INVALID_THREAD_ID; in GetThreadIndex()
|
| H A D | SBThread.cpp | 390 return LLDB_INVALID_THREAD_ID; in GetThreadID() 1243 strm, LLDB_INVALID_THREAD_ID, stop_format); in GetDescription() 1265 strm, LLDB_INVALID_THREAD_ID, format.GetFormatEntrySP().get())) { in GetDescriptionWithFormat()
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 108 return LLDB_INVALID_THREAD_ID; in GetThreadID() 720 if (thread_id != LLDB_INVALID_THREAD_ID) in SetThreadIDInternal()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 230 lldb::tid_t tid = LLDB_INVALID_THREAD_ID; in CreateThreadFromThreadInfo()
|