Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp27 bool get_process) in ExecutionContext() argument
30 SetContext(target_sp, get_process); in ExecutionContext()
52 bool get_process) in ExecutionContext() argument
56 SetContext(target_sp, get_process); in ExecutionContext()
291 bool get_process) { in SetContext() argument
293 if (get_process && target_sp) in SetContext()