Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Symbol/
H A DSymbolTest.cpp94 symbol.SetDebug(true); in TEST()
96 symbol.SetDebug(false); in TEST()
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp63 options.SetDebug(false); in InferiorCallMmap()
160 options.SetDebug(false); in InferiorCallMunmap()
/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h194 void SetDebug(bool b) { m_is_debug = b; } in SetDebug() function
/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp353 real_options.SetDebug(false); // This halts the expression for debugging. in ExecuteFunction()
/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp209 options.SetDebug(debug); in GetEvaluateExpressionOptions()
/llvm-project/lldb/include/lldb/Target/
H A DTarget.h400 void SetDebug(bool b) { in SetTrapExceptions()
384 void SetDebug(bool b) { SetDebug() function
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2869 sym[sym_idx].SetDebug(is_debug); in ParseSymtab()
3793 sym[sym_idx].SetDebug(is_debug); in ParseSymtab()
/llvm-project/lldb/source/Target/
H A DProcess.cpp6374 options.SetDebug(false); in CallVoidArgVoidPtrReturn()