Searched refs:get_process (Results 1 – 3 of 3) sorted by relevance
66 #define get_process(inf) ((struct process_info *)(inf)) macro67 #define get_thread_process(thr) (get_process (inferior_target_data (thr)))70 get_process (proc)->tid))
393 ExecutionContext (const lldb::TargetSP &target_sp, bool get_process);400 ExecutionContext (const lldb::TargetWP &target_wp, bool get_process);690 SetContext (const lldb::TargetSP &target_sp, bool get_process);
37 ExecutionContext::ExecutionContext (const lldb::TargetSP &target_sp, bool get_process) : in ExecutionContext() argument44 SetContext (target_sp, get_process); in ExecutionContext()77 ExecutionContext::ExecutionContext (const lldb::TargetWP &target_wp, bool get_process) : in ExecutionContext() argument85 SetContext (target_sp, get_process); in ExecutionContext()396 ExecutionContext::SetContext (const lldb::TargetSP &target_sp, bool get_process) in SetContext() argument399 if (get_process && target_sp) in SetContext()