Home
last modified time | relevance | path

Searched refs:GetStepThroughTrampolinePlan (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepThrough.cpp89 loader->GetStepThroughTrampolinePlan(m_thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()
97 objc_runtime->GetStepThroughTrampolinePlan(m_thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()
106 cpp_runtime->GetStepThroughTrampolinePlan(m_thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()
H A DCPPLanguageRuntime.cpp276 CPPLanguageRuntime::GetStepThroughTrampolinePlan(Thread &thread, in GetStepThroughTrampolinePlan() function in CPPLanguageRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.h34 lldb::ThreadPlanSP GetStepThroughTrampolinePlan(Thread &thread,
H A DDynamicLoaderWindowsDYLD.cpp110 DynamicLoaderWindowsDYLD::GetStepThroughTrampolinePlan(Thread &thread, in GetStepThroughTrampolinePlan() function in DynamicLoaderWindowsDYLD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.h48 lldb::ThreadPlanSP GetStepThroughTrampolinePlan(lldb_private::Thread &thread,
H A DDynamicLoaderStatic.cpp130 DynamicLoaderStatic::GetStepThroughTrampolinePlan(Thread &thread, in GetStepThroughTrampolinePlan() function in DynamicLoaderStatic
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DCPPLanguageRuntime.h65 lldb::ThreadPlanSP GetStepThroughTrampolinePlan(Thread &thread,
H A DDynamicLoader.h165 virtual lldb::ThreadPlanSP GetStepThroughTrampolinePlan(Thread &thread,
H A DObjCLanguageRuntime.h220 virtual lldb::ThreadPlanSP GetStepThroughTrampolinePlan(Thread &thread,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h43 lldb::ThreadPlanSP GetStepThroughTrampolinePlan(lldb_private::Thread &thread,
H A DDynamicLoaderHexagonDYLD.cpp414 DynamicLoaderHexagonDYLD::GetStepThroughTrampolinePlan(Thread &thread, in GetStepThroughTrampolinePlan() function in DynamicLoaderHexagonDYLD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h48 lldb::ThreadPlanSP GetStepThroughTrampolinePlan(lldb_private::Thread &thread,
H A DDynamicLoaderPOSIXDYLD.cpp458 DynamicLoaderPOSIXDYLD::GetStepThroughTrampolinePlan(Thread &thread, in GetStepThroughTrampolinePlan() function in DynamicLoaderPOSIXDYLD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h69 lldb::ThreadPlanSP GetStepThroughTrampolinePlan(Thread &thread,
H A DAppleObjCRuntime.cpp340 ThreadPlanSP AppleObjCRuntime::GetStepThroughTrampolinePlan(Thread &thread, in GetStepThroughTrampolinePlan() function in AppleObjCRuntime