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))
360 ExecutionContext(const lldb::TargetSP &target_sp, bool get_process);368 ExecutionContext(const lldb::TargetWP &target_wp, bool get_process);609 void SetContext(const lldb::TargetSP &target_sp, bool get_process);
28 bool get_process) in ExecutionContext() argument31 SetContext(target_sp, get_process); in ExecutionContext()53 bool get_process) in ExecutionContext() argument57 SetContext(target_sp, get_process); in ExecutionContext()300 bool get_process) { in SetContext() argument302 if (get_process && target_sp) in SetContext()