Home
last modified time | relevance | path

Searched refs:SetIgnoreBreakpoints (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp61 options.SetIgnoreBreakpoints(true); in InferiorCallMmap()
149 options.SetIgnoreBreakpoints(true); in InferiorCallMunmap()
198 options.SetIgnoreBreakpoints(true); in InferiorCall()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp57 void SBExpressionOptions::SetIgnoreBreakpoints(bool ignore) { in SetIgnoreBreakpoints() function in SBExpressionOptions
58 m_opaque_ap->SetIgnoreBreakpoints(ignore); in SetIgnoreBreakpoints()
H A DSBFrame.cpp1206 options.SetIgnoreBreakpoints(true); in EvaluateExpression()
1222 options.SetIgnoreBreakpoints(true); in EvaluateExpression()
1244 options.SetIgnoreBreakpoints(true); in EvaluateExpression()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExpressionOptions.h39 void SetIgnoreBreakpoints(bool ignore = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp71 options.SetIgnoreBreakpoints(true); in InitializeFunctionCaller()
H A DAppleObjCRuntime.cpp174 options.SetIgnoreBreakpoints(true); in GetObjectDescription()
H A DAppleObjCRuntimeV2.cpp1413 options.SetIgnoreBreakpoints(true); in UpdateISAToDescriptorMapDynamic()
1664 options.SetIgnoreBreakpoints(true); in UpdateISAToDescriptorMapSharedCache()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp180 options.SetIgnoreBreakpoints(true); in GetHistoryThreads()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp129 options.SetIgnoreBreakpoints(true); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp132 options.SetIgnoreBreakpoints(true); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp328 real_options.SetIgnoreBreakpoints(true); in ExecuteFunction()
H A DREPL.cpp281 expr_options.SetIgnoreBreakpoints(m_command_options.ignore_breakpoints); in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp570 options.SetIgnoreBreakpoints(true); in GetExceptionObjectForThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp915 expr_options.SetIgnoreBreakpoints(true); in EvaluateLibdlExpression()
1241 options.SetIgnoreBreakpoints(true); in DoLoadImage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp288 options.SetIgnoreBreakpoints(true); in ConditionSaysStop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp408 options.SetIgnoreBreakpoints(m_command_options.ignore_breakpoints); in EvaluateExpression()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp806 expr_options.SetIgnoreBreakpoints(true); in PerformAction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp319 options.SetIgnoreBreakpoints(true); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h292 void SetIgnoreBreakpoints(bool ignore = false) {
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1505 options.SetIgnoreBreakpoints(true); in PreprocessCommand()