| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBExpressionOptions.cpp | 78 void SBExpressionOptions::SetIgnoreBreakpoints(bool ignore) { in SetIgnoreBreakpoints() function in SBExpressionOptions 79 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetIgnoreBreakpoints, (bool), in SetIgnoreBreakpoints() 82 m_opaque_up->SetIgnoreBreakpoints(ignore); in SetIgnoreBreakpoints() 307 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetIgnoreBreakpoints, in RegisterMethods()
|
| H A D | SBFrame.cpp | 1020 options.SetIgnoreBreakpoints(true); in EvaluateExpression() 1040 options.SetIgnoreBreakpoints(true); in EvaluateExpression() 1066 options.SetIgnoreBreakpoints(true); in EvaluateExpression()
|
| H A D | SBValue.cpp | 1193 options.SetIgnoreBreakpoints(true); in EvaluateExpression()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 60 options.SetIgnoreBreakpoints(true); in InferiorCallMmap() 154 options.SetIgnoreBreakpoints(true); in InferiorCallMunmap()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBExpressionOptions.h | 38 void SetIgnoreBreakpoints(bool ignore = true);
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBExpressionOptions.i | 49 SetIgnoreBreakpoints (bool ignore = true);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 178 options.SetIgnoreBreakpoints(true); in GetHistoryThreads()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 361 options.SetIgnoreBreakpoints(m_command_options.ignore_breakpoints); in GetEvalOptions() 555 expr_options.SetIgnoreBreakpoints(command_options.ignore_breakpoints); in GetExprOptions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 129 options.SetIgnoreBreakpoints(true); in RetrieveReportData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 66 options.SetIgnoreBreakpoints(true); in InitializeFunctionCaller()
|
| H A D | AppleObjCRuntime.cpp | 190 options.SetIgnoreBreakpoints(true); in GetObjectDescription()
|
| H A D | AppleObjCRuntimeV2.cpp | 1832 options.SetIgnoreBreakpoints(true); in UpdateISAToDescriptorMap() 2060 options.SetIgnoreBreakpoints(true); in UpdateISAToDescriptorMap()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 129 options.SetIgnoreBreakpoints(true); in RetrieveReportData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 329 real_options.SetIgnoreBreakpoints(!enable_debugging); in ExecuteFunction()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 554 expr_options.SetIgnoreBreakpoints(true); in EvaluateLibdlExpression() 897 options.SetIgnoreBreakpoints(true); in DoLoadImage()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 551 options.SetIgnoreBreakpoints(true); in GetExceptionObjectForThread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 291 options.SetIgnoreBreakpoints(true); in ConditionSaysStop()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 320 options.SetIgnoreBreakpoints(true); in RetrieveReportData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StopInfo.cpp | 834 expr_options.SetIgnoreBreakpoints(true); in PerformAction()
|
| H A D | Process.cpp | 6042 options.SetIgnoreBreakpoints(true); in CallVoidArgVoidPtrReturn()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 304 void SetIgnoreBreakpoints(bool ignore = false) {
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 1546 options.SetIgnoreBreakpoints(true); in PreprocessCommand()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 23421 (arg1)->SetIgnoreBreakpoints(arg2); in _wrap_SBExpressionOptions_SetIgnoreBreakpoints__SWIG_0() 23444 (arg1)->SetIgnoreBreakpoints(); in _wrap_SBExpressionOptions_SetIgnoreBreakpoints__SWIG_1()
|