Home
last modified time | relevance | path

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

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