Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DExecutionContext.cpp37 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()
/external/lldb/test/python_api/thread/
DTestThreadAPI.py121 def get_process(self): member in ThreadAPITestCase