Home
last modified time | relevance | path

Searched refs:GetStopID (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp28 m_stop_id(thread.GetProcess()->GetStopID()) {} in RegisterContext()
38 process_stop_id = process_sp->GetStopID(); in InvalidateIfNeeded()
43 invalidate = process_stop_id != GetStopID(); in InvalidateIfNeeded()
H A DQueueItem.cpp73 uint32_t QueueItem::GetStopID() { in GetStopID() function in QueueItem
H A DThreadList.cpp78 uint32_t ThreadList::GetStopID() const { return m_stop_id; } in GetStopID() function in ThreadList
332 if (thread_sp->GetProcess()->GetStopID() > 1) in ShouldStop()
577 run_me_only_list.SetStopID(m_process.GetStopID()); in WillResume()
H A DThread.cpp347 const uint32_t stop_id = process_sp ? process_sp->GetStopID() : UINT32_MAX; in GetStopInfo()
388 const uint32_t process_stop_id = process_sp->GetStopID(); in GetPrivateStopInfo()
445 return m_stop_info_stop_id == process_sp->GetStopID(); in StopInfoIsUpToDate()
469 m_stop_info_stop_id = process_sp->GetStopID(); in SetStopInfo()
518 saved_state.orig_stop_id = process_sp->GetStopID(); in CheckpointThreadState()
682 const uint32_t process_stop_id = GetProcess()->GetStopID(); in ShouldResume()
H A DTrace.cpp287 uint32_t new_stop_id = m_live_process->GetStopID(); in RefreshLiveProcessState()
369 uint32_t Trace::GetStopID() { in GetStopID() function in Trace
H A DStopInfo.cpp35 m_stop_id(thread.GetProcess()->GetStopID()), in StopInfo()
43 return thread_sp->GetProcess()->GetStopID() == m_stop_id; in IsValid()
50 m_stop_id = thread_sp->GetProcess()->GetStopID(); in MakeStopInfoValid()
H A DStatistics.cpp185 uint32_t stop_id = process_sp->GetStopID(); in ToJSON()
H A DProcess.cpp1177 const uint32_t stop_id = GetStopID(); in UpdateThreadListIfNeeded()
1179 stop_id != m_thread_list.GetStopID()) { in UpdateThreadListIfNeeded()
1508 m_mod_id.GetStopID()); in SetPrivateState()
2451 (uint64_t)allocated_addr, m_mod_id.GetStopID(), in AllocateMemory()
2519 ptr, error.AsCString("SUCCESS"), m_mod_id.GetStopID(), in DeallocateMemory()
3260 m_mod_id.GetStopID(), StateAsCString(m_public_state.GetValue()), in PrivateResume()
H A DTarget.cpp3124 stop_id = process_sp->GetStopID(); in SetSectionLoadAddress()
3148 stop_id = process_sp->GetStopID(); in UnloadModuleSections()
3167 stop_id = process_sp->GetStopID(); in SetSectionUnloaded()
3178 stop_id = process_sp->GetStopID(); in SetSectionUnloaded()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessDocstrings.i96 ) lldb::SBProcess::GetStopID;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueItem.h114 uint32_t GetStopID();
H A DThreadList.h133 uint32_t GetStopID() const;
H A DRegisterContext.h225 uint32_t GetStopID() const { return m_stop_id; }
215 uint32_t GetStopID() const { return m_stop_id; } GetStopID() function
H A DTrace.h258 uint32_t GetStopID();
H A DProcess.h249 uint32_t GetStopID() const { return m_stop_id; } in GetStopID() function
1478 uint32_t GetStopID() const { return m_mod_id.GetStopID(); } in GetStopID() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp390 m_stop_id = process->GetStopID(); in LoadImageUsingMemoryModule()
459 m_stop_id = process->GetStopID(); in LoadImageUsingMemoryModule()
496 m_stop_id = process->GetStopID(); in LoadImageUsingFileAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp33 const uint32_t stop_id = process_sp->GetModID().GetStopID(); in UpdateRegisterContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp320 m_isa_to_descriptor_stop_id = process->GetStopID(); in UpdateISAToDescriptorMapIfNeeded()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h177 uint32_t GetStopID(bool include_expression_stops = false);
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h234 uint32_t GetStopID() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h294 if (m_process && m_process->GetStopID() != m_isa_to_descriptor_stop_id) { in UpdateISAToDescriptorMap()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp441 uint32_t SBProcess::GetStopID(bool include_expression_stops) { in GetStopID() function in SBProcess
449 return process_sp->GetStopID(); in GetStopID()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp757 uint32_t NativeProcessProtocol::GetStopID() const { in GetStopID() function in NativeProcessProtocol
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4512 auto stop_id = process_sp->GetStopID(); in GetChildren()
5134 if (m_stop_id == process_sp->GetStopID() && in TreeDelegateGenerateChildren()
5142 m_stop_id = process_sp->GetStopID(); in TreeDelegateGenerateChildren()
5232 const uint32_t stop_id = process_sp->GetStopID(); in TreeDelegateGenerateChildren()
6862 const uint32_t stop_id = process ? process->GetStopID() : 0; in WindowDelegateDraw()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2129 const uint32_t stop_id = GetStopID(); in SetThreadStopInfo()
5308 if (GetStopID() != 0) in HandleStopReply()

12