Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
HDDynamicLoaderFreeBSDKernel.cpp253 process->SetCanRunCode(false); in DynamicLoaderFreeBSDKernel()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h2013 void SetCanRunCode(bool can_run_code);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp2500 void Process::SetCanRunCode(bool can_run_code) { in SetCanRunCode() function in Process