Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
DInferiorCallPOSIX.cpp62 options.SetDebug(false); in InferiorCallMmap()
156 options.SetDebug(false); in InferiorCallMunmap()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DSymbol.h168 void SetDebug(bool b) { m_is_debug = b; } in SetDebug() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp326 real_options.SetDebug(false); // This halts the expression for debugging. in ExecuteFunction()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectExpression.cpp365 options.SetDebug(m_command_options.debug); in GetEvalOptions()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DTarget.h341 void SetDebug(bool b) { in SetDebug() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DProcess.cpp6044 options.SetDebug(false); in CallVoidArgVoidPtrReturn()