Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DQueueItem.h112 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID() function
DThreadList.h134 void SetStopID(uint32_t stop_id);
DRegisterContext.h196 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID() function
/external/llvm-project/lldb/tools/intel-features/intel-pt/
DDecoder.cpp147 trace_info.SetStopID(sbprocess.GetStopID()); in StartProcessorTrace()
891 itr_thread->second.SetStopID(sbprocess.GetStopID()); in FetchAndDecode()
908 trace_info.SetStopID(sbprocess.GetStopID()); in FetchAndDecode()
DDecoder.h293 void SetStopID(uint32_t stop_id) { m_thread_stop_id = stop_id; } in SetStopID() function
/external/llvm-project/lldb/source/Target/
DThreadList.cpp80 void ThreadList::SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID() function in ThreadList
550 run_me_only_list.SetStopID(m_process->GetStopID()); in WillResume()
DRegisterContext.cpp47 SetStopID(process_stop_id); in InvalidateIfNeeded()
DProcess.cpp1259 m_thread_list.SetStopID(stop_id); in UpdateThreadListIfNeeded()
1317 m_thread_list.SetStopID(stop_id); in UpdateThreadListIfNeeded()
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DSystemRuntimeMacOSX.cpp867 queue_item->SetStopID(item.stop_id); in CompleteQueueItem()