Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp511 process->SetCanRunCode(false); in DynamicLoaderDarwinKernel()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h1895 void SetCanRunCode(bool can_run_code);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2333 void Process::SetCanRunCode(bool can_run_code) { in SetCanRunCode() function in Process