Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1894 void SetCanRunCode(bool can_run_code);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2344 void Process::SetCanRunCode(bool can_run_code) { in SetCanRunCode() function in Process