Lines Matching refs:SetContext
28 SetContext(target_sp, get_process); in ExecutionContext()
34 SetContext(process_sp); in ExecutionContext()
40 SetContext(thread_sp); in ExecutionContext()
46 SetContext(frame_sp); in ExecutionContext()
54 SetContext(target_sp, get_process); in ExecutionContext()
61 SetContext(process_sp); in ExecutionContext()
68 SetContext(thread_sp); in ExecutionContext()
75 SetContext(frame_sp); in ExecutionContext()
289 void ExecutionContext::SetContext(const lldb::TargetSP &target_sp, in SetContext() function in ExecutionContext
300 void ExecutionContext::SetContext(const lldb::ProcessSP &process_sp) { in SetContext() function in ExecutionContext
310 void ExecutionContext::SetContext(const lldb::ThreadSP &thread_sp) { in SetContext() function in ExecutionContext
325 void ExecutionContext::SetContext(const lldb::StackFrameSP &frame_sp) { in SetContext() function in ExecutionContext