Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/test/API/lang/c/stepping/
DTestStepAndBreakpoints.py75 old_stop_id = process.GetStopID()
87 new_stop_id = process.GetStopID()
112 stop_id_before_expression = process.GetStopID()
113 stop_id_before_including_expressions = process.GetStopID(True)
132 stop_id_after_expression = process.GetStopID()
133 stop_id_after_including_expressions = process.GetStopID(True)
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp412 if (m_process->GetStopID() == m_dyld_all_image_infos_stop_id) in ReadAllImageInfosStructure()
522 m_dyld_all_image_infos_stop_id = m_process->GetStopID(); in ReadAllImageInfosStructure()
537 if (m_process->GetStopID() == m_dyld_image_infos_stop_id) in AddModulesUsingImageInfosAddress()
557 m_dyld_image_infos_stop_id = m_process->GetStopID(); in AddModulesUsingImageInfosAddress()
566 m_dyld_image_infos_stop_id = m_process->GetStopID(); in AddModulesUsingImageInfosAddress()
577 if (m_process->GetStopID() == m_dyld_image_infos_stop_id) in RemoveModulesUsingImageInfosAddress()
650 m_dyld_image_infos_stop_id = m_process->GetStopID(); in RemoveModulesUsingImageInfosAddress()
701 if (m_process->GetStopID() == m_dyld_image_infos_stop_id || in InitializeFromAllImageInfos()
DDynamicLoaderMacOS.cpp185 m_dyld_image_infos_stop_id = m_process->GetStopID(); in DoInitialImageFetch()
217 process->GetStopID() < dyld_instance->m_image_infos_stop_id) { in NotifyBreakpointHit()
333 m_dyld_image_infos_stop_id = m_process->GetStopID(); in AddBinaries()
DDynamicLoaderDarwin.cpp166 if (m_process->GetStopID() == m_dyld_image_infos_stop_id) in UnloadImages()
207 m_dyld_image_infos_stop_id = m_process->GetStopID(); in UnloadImages()
241 m_dyld_image_infos_stop_id = m_process->GetStopID(); in UnloadAllImages()
314 if (info.load_stop_id == m_process->GetStopID()) in UpdateImageLoadAddress()
318 info.load_stop_id = m_process->GetStopID(); in UpdateImageLoadAddress()
688 image_infos[idx].load_stop_id = m_process->GetStopID(); in AddModulesUsingImageInfos()
/external/llvm-project/lldb/test/API/functionalities/step_scripted/
DTestStepScripted.py55 stop_id = process.GetStopID()
65 self.assertEqual(stop_id, process.GetStopID(), "Process didn't run")
/external/llvm-project/lldb/source/Target/
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()
DQueueItem.cpp73 uint32_t QueueItem::GetStopID() { in GetStopID() function in QueueItem
DThreadList.cpp78 uint32_t ThreadList::GetStopID() const { return m_stop_id; } in GetStopID() function in ThreadList
325 if (thread_sp->GetProcess()->GetStopID() > 1) in ShouldStop()
550 run_me_only_list.SetStopID(m_process->GetStopID()); in WillResume()
DThread.cpp345 const uint32_t stop_id = process_sp ? process_sp->GetStopID() : UINT32_MAX; in GetStopInfo()
383 const uint32_t process_stop_id = process_sp->GetStopID(); in GetPrivateStopInfo()
428 return m_stop_info_stop_id == process_sp->GetStopID(); in StopInfoIsUpToDate()
452 m_stop_info_stop_id = process_sp->GetStopID(); in SetStopInfo()
503 saved_state.orig_stop_id = process_sp->GetStopID(); in CheckpointThreadState()
695 const uint32_t process_stop_id = GetProcess()->GetStopID(); in ShouldResume()
DStopInfo.cpp32 m_stop_id(thread.GetProcess()->GetStopID()), in StopInfo()
40 return thread_sp->GetProcess()->GetStopID() == m_stop_id; in IsValid()
47 m_stop_id = thread_sp->GetProcess()->GetStopID(); in MakeStopInfoValid()
/external/llvm-project/lldb/tools/intel-features/intel-pt/
DDecoder.cpp147 trace_info.SetStopID(sbprocess.GetStopID()); in StartProcessorTrace()
887 if (itr_thread->second.GetStopID() == sbprocess.GetStopID()) { in FetchAndDecode()
891 itr_thread->second.SetStopID(sbprocess.GetStopID()); in FetchAndDecode()
908 trace_info.SetStopID(sbprocess.GetStopID()); in FetchAndDecode()
DDecoder.h291 uint32_t GetStopID() const { return m_thread_stop_id; } in GetStopID() function
/external/llvm-project/lldb/bindings/interface/
DSBProcess.i239 will always increase, but may increase by more than one per stop.") GetStopID;
241 GetStopID(bool include_expression_stops = false);
/external/llvm-project/lldb/include/lldb/Target/
DQueueItem.h114 uint32_t GetStopID();
DThreadList.h132 uint32_t GetStopID() const;
DRegisterContext.h194 uint32_t GetStopID() const { return m_stop_id; } in GetStopID() function
DProcess.h284 uint32_t GetStopID() const { return m_stop_id; } in GetStopID() function
1366 uint32_t GetStopID() const { return m_mod_id.GetStopID(); } in GetStopID() function
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextThreadMemory.cpp33 const uint32_t stop_id = process_sp->GetModID().GetStopID(); in UpdateRegisterContext()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp573 m_load_process_stop_id = process->GetStopID(); in LoadImageAtFileAddress()
912 m_load_process_stop_id = process->GetStopID(); in LoadImageUsingMemoryModule()
1020 m_kernel.SetProcessStopId(m_process->GetStopID()); in LoadKernelModuleIfNeeded()
1299 m_process->GetStopID() == image_info.GetProcessStopId()) in ParseKextSummaries()
/external/llvm-project/lldb/include/lldb/API/
DSBProcess.h171 uint32_t GetStopID(bool include_expression_stops = false);
/external/llvm-project/lldb/source/API/
DSBProcess.cpp485 uint32_t SBProcess::GetStopID(bool include_expression_stops) { in GetStopID() function in SBProcess
486 LLDB_RECORD_METHOD(uint32_t, SBProcess, GetStopID, (bool), in GetStopID()
494 return process_sp->GetStopID(); in GetStopID()
1360 LLDB_REGISTER_METHOD(uint32_t, SBProcess, GetStopID, (bool)); in RegisterMethods()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.cpp331 m_isa_to_descriptor_stop_id = process->GetStopID(); in UpdateISAToDescriptorMapIfNeeded()
/external/llvm-project/lldb/include/lldb/Host/common/
DNativeProcessProtocol.h210 uint32_t GetStopID() const;
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
DObjCLanguageRuntime.h269 if (m_process && m_process->GetStopID() != m_isa_to_descriptor_stop_id) { in UpdateISAToDescriptorMap()
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp1523 auto stop_id = process_sp->GetStopID(); in GetChildren()
2097 if (m_stop_id == process_sp->GetStopID() && in TreeDelegateGenerateChildren()
2105 m_stop_id = process_sp->GetStopID(); in TreeDelegateGenerateChildren()
2185 const uint32_t stop_id = process_sp->GetStopID(); in TreeDelegateGenerateChildren()
3479 const uint32_t stop_id = process ? process->GetStopID() : 0; in WindowDelegateDraw()

12