Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp63 options.SetDebug(false); in InferiorCallMmap()
151 options.SetDebug(false); in InferiorCallMunmap()
200 options.SetDebug(false); in InferiorCall()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbol.h168 void SetDebug(bool b) { m_is_debug = b; } in SetDebug() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp326 real_options.SetDebug(false); in ExecuteFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp412 options.SetDebug(m_command_options.debug); in EvaluateExpression()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h329 void SetDebug(bool b) { in SetDebug() function