Home
last modified time | relevance | path

Searched refs:ClearStackFrames (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp42 void ThreadMemory::ClearStackFrames() { in ClearStackFrames() function in ThreadMemory
44 m_backing_thread_sp->ClearStackFrames(); in ClearStackFrames()
45 Thread::ClearStackFrames(); in ClearStackFrames()
H A DThreadMemory.h132 void ClearStackFrames() override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.h59 void ClearStackFrames() override;
H A DScriptedThread.cpp109 void ScriptedThread::ClearStackFrames() { Thread::ClearStackFrames(); } in ClearStackFrames() function in ScriptedThread
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp545 ClearStackFrames(); in RestoreRegisterStateFromCheckpoint()
741 ClearStackFrames(); in ShouldResume()
1454 void Thread::ClearStackFrames() { in ClearStackFrames() function in Thread
1557 thread->ClearStackFrames(); in ReturnFromFrame()
1942 ClearStackFrames(); in Flush()
H A DRegisterContext.cpp128 m_thread.ClearStackFrames(); in SetPC()
H A DStackFrame.cpp261 thread_sp->ClearStackFrames(); in ChangePC()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h496 virtual void ClearStackFrames();