Searched defs:get_process (Results 1 - 2 of 2) sorted by relevance

/external/lldb/test/python_api/thread/
H A DTestThreadAPI.py21 self.get_process()
28 self.get_process()
121 def get_process(self): member in class:ThreadAPITestCase
/external/lldb/source/Target/
H A DExecutionContext.cpp37 ExecutionContext::ExecutionContext (const lldb::TargetSP &target_sp, bool get_process) : argument
44 SetContext (target_sp, get_process);
77 ExecutionContext::ExecutionContext (const lldb::TargetWP &target_wp, bool get_process) : argument
85 SetContext (target_sp, get_process);
385 ExecutionContext::SetContext (const lldb::TargetSP &target_sp, bool get_process) argument
388 if (get_process && target_sp)

Completed in 80 milliseconds