Lines Matching refs:SetContext
30 SetContext(target_sp, get_process); in ExecutionContext()
36 SetContext(process_sp); in ExecutionContext()
42 SetContext(thread_sp); in ExecutionContext()
48 SetContext(frame_sp); in ExecutionContext()
56 SetContext(target_sp, get_process); in ExecutionContext()
63 SetContext(process_sp); in ExecutionContext()
70 SetContext(thread_sp); in ExecutionContext()
77 SetContext(frame_sp); in ExecutionContext()
290 void ExecutionContext::SetContext(const lldb::TargetSP &target_sp, in SetContext() function in ExecutionContext
301 void ExecutionContext::SetContext(const lldb::ProcessSP &process_sp) { in SetContext() function in ExecutionContext
311 void ExecutionContext::SetContext(const lldb::ThreadSP &thread_sp) { in SetContext() function in ExecutionContext
326 void ExecutionContext::SetContext(const lldb::StackFrameSP &frame_sp) { in SetContext() function in ExecutionContext