Home
last modified time | relevance | path

Searched refs:SetDebug (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp63 options.SetDebug(false); in InferiorCallMmap()
160 options.SetDebug(false); in InferiorCallMunmap()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h194 void SetDebug(bool b) { m_is_debug = b; } in SetDebug() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp351 real_options.SetDebug(false); // This halts the expression for debugging. in ExecuteFunction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp210 options.SetDebug(debug); in GetEvaluateExpressionOptions()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h373 void SetDebug(bool b) { in SetDebug() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6171 options.SetDebug(false); in CallVoidArgVoidPtrReturn()