Searched defs:get_process (Results 1 – 2 of 2) sorted by relevance
37 ExecutionContext::ExecutionContext (const lldb::TargetSP &target_sp, bool get_process) : in ExecutionContext()77 ExecutionContext::ExecutionContext (const lldb::TargetWP &target_wp, bool get_process) : in ExecutionContext()385 ExecutionContext::SetContext (const lldb::TargetSP &target_sp, bool get_process) in SetContext()
121 def get_process(self): member in ThreadAPITestCase