Searched refs:get_process (Results 1 – 4 of 4) sorted by relevance
64 #define get_process(inf) ((struct process_info *)(inf)) macro65 #define get_thread_process(thr) (get_process (inferior_target_data (thr)))68 get_process (proc)->tid))
432 (get_process, get_thread_proess, get_process_thread)
304 ExecutionContext(const lldb::TargetSP &target_sp, bool get_process);310 ExecutionContext(const lldb::TargetWP &target_wp, bool get_process);503 void SetContext(const lldb::TargetSP &target_sp, bool get_process);
25 bool get_process) in ExecutionContext() argument28 SetContext(target_sp, get_process); in ExecutionContext()50 bool get_process) in ExecutionContext() argument54 SetContext(target_sp, get_process); in ExecutionContext()289 bool get_process) { in SetContext() argument291 if (get_process && target_sp) in SetContext()