Home
last modified time | relevance | path

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

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