Lines Matching refs:SetContext
31 SetContext(target_sp, get_process); in ExecutionContext()
37 SetContext(process_sp); in ExecutionContext()
43 SetContext(thread_sp); in ExecutionContext()
49 SetContext(frame_sp); in ExecutionContext()
57 SetContext(target_sp, get_process); in ExecutionContext()
64 SetContext(process_sp); in ExecutionContext()
71 SetContext(thread_sp); in ExecutionContext()
78 SetContext(frame_sp); in ExecutionContext()
299 void ExecutionContext::SetContext(const lldb::TargetSP &target_sp, in SetContext() function in ExecutionContext
310 void ExecutionContext::SetContext(const lldb::ProcessSP &process_sp) { in SetContext() function in ExecutionContext
320 void ExecutionContext::SetContext(const lldb::ThreadSP &thread_sp) { in SetContext() function in ExecutionContext
335 void ExecutionContext::SetContext(const lldb::StackFrameSP &frame_sp) { in SetContext() function in ExecutionContext