Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DThreadMemory.cpp42 void ThreadMemory::ClearStackFrames() { in ClearStackFrames() function in ThreadMemory
44 m_backing_thread_sp->ClearStackFrames(); in ClearStackFrames()
45 Thread::ClearStackFrames(); in ClearStackFrames()
DThreadMemory.h73 void ClearStackFrames() override;
/external/llvm-project/lldb/source/Target/
DThread.cpp522 ClearStackFrames(); in RestoreRegisterStateFromCheckpoint()
726 ClearStackFrames(); in ShouldResume()
1434 void Thread::ClearStackFrames() { in ClearStackFrames() function in Thread
1534 thread->ClearStackFrames(); in ReturnFromFrame()
1877 ClearStackFrames(); in Flush()
DRegisterContext.cpp148 m_thread.ClearStackFrames(); in SetPC()
DStackFrame.cpp226 thread_sp->ClearStackFrames(); in ChangePC()
/external/llvm-project/lldb/include/lldb/Target/
DThread.h454 virtual void ClearStackFrames();