Lines Matching defs:ThreadMemory
1 //===-- ThreadMemory.cpp --------------------------------------------------===//
9 #include "Plugins/Process/Utility/ThreadMemory.h"
23 ThreadMemory::ThreadMemory(Process &process, lldb::tid_t tid,
29 ThreadMemory::ThreadMemory(Process &process, lldb::tid_t tid,
36 ThreadMemory::~ThreadMemory() { DestroyThread(); }
38 void ThreadMemory::WillResume(StateType resume_state) {
43 void ThreadMemory::ClearStackFrames() {
49 RegisterContextSP ThreadMemory::GetRegisterContext() {
57 ThreadMemory::CreateRegisterContextForFrame(StackFrame *frame) {
68 bool ThreadMemory::CalculateStopInfo() {
92 void ThreadMemory::RefreshStateAfterStop() {