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

Declarations

tools/lldb/include/lldb/Breakpoint/BreakpointPrecondition.h
   18 class StoppointCallbackContext;
tools/lldb/include/lldb/lldb-forward.h
  203 class StoppointCallbackContext;

References

tools/lldb/include/lldb/Breakpoint/Breakpoint.h
  508   bool InvokeCallback(StoppointCallbackContext *context,
  552   bool EvaluatePrecondition(StoppointCallbackContext &context);
tools/lldb/include/lldb/Breakpoint/BreakpointLocation.h
   66   bool ShouldStop(StoppointCallbackContext *context) override;
  233   bool InvokeCallback(StoppointCallbackContext *context);
tools/lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h
  120   bool ShouldStop(StoppointCallbackContext *context);
tools/lldb/include/lldb/Breakpoint/BreakpointLocationList.h
  140   bool ShouldStop(StoppointCallbackContext *context, lldb::break_id_t breakID);
tools/lldb/include/lldb/Breakpoint/BreakpointOptions.h
  226   bool InvokeCallback(StoppointCallbackContext *context,
  335   static bool NullCallback(void *baton, StoppointCallbackContext *context,
  373       void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id,
tools/lldb/include/lldb/Breakpoint/BreakpointPrecondition.h
   24   virtual bool EvaluatePrecondition(StoppointCallbackContext &context);
tools/lldb/include/lldb/Breakpoint/BreakpointSite.h
   99   bool ShouldStop(StoppointCallbackContext *context) override;
tools/lldb/include/lldb/Breakpoint/BreakpointSiteList.h
  144   bool ShouldStop(StoppointCallbackContext *context, lldb::break_id_t breakID);
tools/lldb/include/lldb/Breakpoint/StoppointLocation.h
   47   virtual bool ShouldStop(StoppointCallbackContext *context) { return true; }
tools/lldb/include/lldb/Breakpoint/Watchpoint.h
   77   bool ShouldStop(StoppointCallbackContext *context) override;
  136   bool InvokeCallback(StoppointCallbackContext *context);
tools/lldb/include/lldb/Breakpoint/WatchpointList.h
  154   bool ShouldStop(StoppointCallbackContext *context, lldb::watch_id_t watchID);
tools/lldb/include/lldb/Breakpoint/WatchpointOptions.h
  116   bool InvokeCallback(StoppointCallbackContext *context,
  165   static bool NullCallback(void *baton, StoppointCallbackContext *context,
tools/lldb/include/lldb/lldb-private-interfaces.h
   79                                       StoppointCallbackContext *context,
   83                                       StoppointCallbackContext *context,
tools/lldb/source/API/SBBreakpointOptionCommon.cpp
   50                                                   StoppointCallbackContext *ctx,
tools/lldb/source/API/SBBreakpointOptionCommon.h
   30                                            lldb_private::StoppointCallbackContext *ctx,
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  192 bool BreakpointLocation::InvokeCallback(StoppointCallbackContext *context) {
  388 bool BreakpointLocation::ShouldStop(StoppointCallbackContext *context) {
tools/lldb/source/Breakpoint/BreakpointOptions.cpp
  116                                      StoppointCallbackContext *context,
  446 bool BreakpointOptions::InvokeCallback(StoppointCallbackContext *context,
  621     void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id,
tools/lldb/source/Breakpoint/Watchpoint.cpp
  139 bool Watchpoint::ShouldStop(StoppointCallbackContext *context) {
  278 bool Watchpoint::InvokeCallback(StoppointCallbackContext *context) {
tools/lldb/source/Breakpoint/WatchpointOptions.cpp
   23                                      StoppointCallbackContext *context,
   91 bool WatchpointOptions::InvokeCallback(StoppointCallbackContext *context,
tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
  269                                     StoppointCallbackContext *context,
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
 1058     void *baton, StoppointCallbackContext *context, user_id_t break_id,
 1064 bool DynamicLoaderDarwinKernel::BreakpointHit(StoppointCallbackContext *context,
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h
   81                         lldb_private::StoppointCallbackContext *context,
   84   bool BreakpointHit(lldb_private::StoppointCallbackContext *context,
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
  314     void *baton, StoppointCallbackContext *context, user_id_t break_id,
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h
   78       void *baton, lldb_private::StoppointCallbackContext *context,
  109                      lldb_private::StoppointCallbackContext *context,
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
  195                                              StoppointCallbackContext *context,
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h
   82                       lldb_private::StoppointCallbackContext *context,
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  308     void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id,
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h
   86                       lldb_private::StoppointCallbackContext *context,
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  261     void *baton, StoppointCallbackContext *context, user_id_t break_id,
  382     void *baton, StoppointCallbackContext *context, user_id_t break_id,
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
   95       void *baton, lldb_private::StoppointCallbackContext *context,
  130                      lldb_private::StoppointCallbackContext *context,
tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp
  239     void *baton, StoppointCallbackContext *context, user_id_t break_id,
tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.h
   55                                   StoppointCallbackContext *context,
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
  152     void *baton, StoppointCallbackContext *context, user_id_t break_id,
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.h
   58                                     StoppointCallbackContext *context,
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  795     void *baton, StoppointCallbackContext *context, user_id_t break_id,
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h
   58                                   StoppointCallbackContext *context,
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
  206     void *baton, StoppointCallbackContext *context, user_id_t break_id,
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.h
   59                                   StoppointCallbackContext *context,
tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h
   64                         lldb_private::StoppointCallbackContext *context,
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
  512     void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id,
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h
  118                                    StoppointCallbackContext *context,
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h
  164     bool EvaluatePrecondition(StoppointCallbackContext &context) override;
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 1094                                        StoppointCallbackContext *ctx,
 3650                                               StoppointCallbackContext *ctx,
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
  496   static bool HookCallback(void *baton, StoppointCallbackContext *ctx,
  500   static bool KernelBreakpointHit(void *baton, StoppointCallbackContext *ctx,
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
  415                                            StoppointCallbackContext *context,
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 2235     void *baton, StoppointCallbackContext *context, user_id_t break_id,
 2286     void *baton, StoppointCallbackContext *context, user_id_t watch_id) {
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
  331                                          StoppointCallbackContext *context,
  335                                          StoppointCallbackContext *context,
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
 1487     void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id,
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h
   82                                          StoppointCallbackContext *context,
tools/lldb/source/Target/StopInfo.cpp
  144           StoppointCallbackContext context(event_ptr, exe_ctx, true);
  371           StoppointCallbackContext context(event_ptr, exe_ctx, false);
  659         StoppointCallbackContext context(event_ptr, exe_ctx, true);
  856           StoppointCallbackContext context(event_ptr, exe_ctx, false);