Searched refs:get_process (Results 1 – 3 of 3) sorted by relevance
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()290 bool get_process) { in SetContext() argument292 if (get_process && target_sp) in SetContext()
16 self.get_process()80 def get_process(self):81 def get_process(self): global() member in ThreadAPITestCase