Home
last modified time | relevance | path

Searched refs:get_process (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DExecutionContext.h304 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);
/llvm-project-15.0.7/lldb/source/Target/
H A DExecutionContext.cpp25 bool get_process) in ExecutionContext() argument
28 SetContext(target_sp, get_process); in ExecutionContext()
50 bool get_process) in ExecutionContext() argument
54 SetContext(target_sp, get_process); in ExecutionContext()
289 bool get_process) { in SetContext() argument
291 if (get_process && target_sp) in SetContext()
/llvm-project-15.0.7/lldb/test/API/python_api/thread/
H A DTestThreadAPI.py20 self.get_process()
71 def get_process(self): member in ThreadAPITestCase