Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DSymbolTest.cpp94 symbol.SetDebug(true); in TEST()
96 symbol.SetDebug(false); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp64 options.SetDebug(false); in InferiorCallMmap()
159 options.SetDebug(false); in InferiorCallMunmap()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbol.h168 void SetDebug(bool b) { m_is_debug = b; } in SetDebug() function
/llvm-project-15.0.7/lldb/source/Expression/
H A DFunctionCaller.cpp325 real_options.SetDebug(false); // This halts the expression for debugging. in ExecuteFunction()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectExpression.cpp349 options.SetDebug(m_command_options.debug); in GetEvalOptions()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h363 void SetDebug(bool b) { in SetDebug() function
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp877 symbols[i].SetDebug(true); in ParseSymtab()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2829 sym[sym_idx].SetDebug(is_debug); in ParseSymtab()
3757 sym[sym_idx].SetDebug(is_debug); in ParseSymtab()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp6045 options.SetDebug(false); in CallVoidArgVoidPtrReturn()