Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DExecutionContext.cpp27 bool get_process) in ExecutionContext()
52 bool get_process) in ExecutionContext()
291 bool get_process) { in SetContext()
/external/llvm-project/lldb/test/API/python_api/thread/
DTestThreadAPI.py79 def get_process(self): member in ThreadAPITestCase