Home
last modified time | relevance | path

Searched defs:SetStopID (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/include/lldb/Target/
DRegisterContext.h196 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID() function
DQueueItem.h112 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID() function
/external/llvm-project/lldb/tools/intel-features/intel-pt/
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