reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBExpressionOptions.cpp
   69   m_opaque_up->SetUnwindOnError(unwind);
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  285   options.SetUnwindOnError(true);
tools/lldb/source/Commands/CommandObjectExpression.cpp
  388   options.SetUnwindOnError(m_command_options.unwind_on_error);
  560   expr_options.SetUnwindOnError(command_options.unwind_on_error);
tools/lldb/source/Commands/CommandObjectThread.cpp
 1651       options.SetUnwindOnError(true);
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
 1019     options.SetUnwindOnError(true);
tools/lldb/source/Expression/FunctionCaller.cpp
  322   real_options.SetUnwindOnError(true);
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 1493     options.SetUnwindOnError(true);
tools/lldb/source/Interpreter/OptionArgParser.cpp
  179   options.SetUnwindOnError(true);
tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp
  124   options.SetUnwindOnError(true);
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  315   options.SetUnwindOnError(true);
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
  130   options.SetUnwindOnError(true);
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  548   options.SetUnwindOnError(true);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  170   options.SetUnwindOnError(true);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
 1428     options.SetUnwindOnError(true);
 1732     options.SetUnwindOnError(true);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
   68     options.SetUnwindOnError(true);
tools/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
  173   options.SetUnwindOnError(true);
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  608   expr_options.SetUnwindOnError(true);
  943   options.SetUnwindOnError(true);
tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
   59       options.SetUnwindOnError(true);
  153       options.SetUnwindOnError(true);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
  332   options.SetUnwindOnError(true);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
  338   options.SetUnwindOnError(true);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
  344   options.SetUnwindOnError(true);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
  341   options.SetUnwindOnError(true);
tools/lldb/source/Target/Process.cpp
 5989   options.SetUnwindOnError(true);
tools/lldb/source/Target/StopInfo.cpp
  796           expr_options.SetUnwindOnError(true);