Home
last modified time | relevance | path

Searched refs:StoppointCallbackContext (Results 1 – 25 of 63) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DStoppointCallbackContext.cpp13 StoppointCallbackContext::StoppointCallbackContext() = default;
15 StoppointCallbackContext::StoppointCallbackContext( in StoppointCallbackContext() function in StoppointCallbackContext
19 void StoppointCallbackContext::Clear() { in Clear()
H A DWatchpointOptions.cpp23 StoppointCallbackContext *context, in NullCallback()
89 bool WatchpointOptions::InvokeCallback(StoppointCallbackContext *context, in InvokeCallback()
H A DBreakpointPrecondition.cpp15 StoppointCallbackContext &context) { in EvaluatePrecondition()
H A DWatchpoint.cpp130 StoppointCallbackContext *context, in VariableWatchpointDisabler()
255 bool Watchpoint::ShouldStop(StoppointCallbackContext *context) { in ShouldStop()
433 bool Watchpoint::InvokeCallback(StoppointCallbackContext *context) { in InvokeCallback()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointCallbackContext.h26 class StoppointCallbackContext {
28 StoppointCallbackContext();
30 StoppointCallbackContext(Event *event, const ExecutionContext &exe_ctx,
H A DBreakpointPrecondition.h18 class StoppointCallbackContext; variable
24 virtual bool EvaluatePrecondition(StoppointCallbackContext &context);
H A DWatchpoint.h75 bool ShouldStop(StoppointCallbackContext *context) override;
124 void *baton, lldb_private::StoppointCallbackContext *context,
166 bool InvokeCallback(StoppointCallbackContext *context);
H A DWatchpointOptions.h110 bool InvokeCallback(StoppointCallbackContext *context,
160 static bool NullCallback(void *baton, StoppointCallbackContext *context,
H A DBreakpointOptions.h225 bool InvokeCallback(StoppointCallbackContext *context,
333 static bool NullCallback(void *baton, StoppointCallbackContext *context,
371 void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id,
H A DBreakpointLocation.h65 bool ShouldStop(StoppointCallbackContext *context);
235 bool InvokeCallback(StoppointCallbackContext *context);
H A DStoppointSite.h41 virtual bool ShouldStop(StoppointCallbackContext* context) = 0;
H A DBreakpointLocationCollection.h114 bool ShouldStop(StoppointCallbackContext *context);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h76 void *baton, lldb_private::StoppointCallbackContext *context,
107 lldb_private::StoppointCallbackContext *context,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h66 StoppointCallbackContext *context,
71 StoppointCallbackContext *context,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h104 void *baton, lldb_private::StoppointCallbackContext *context,
142 lldb_private::StoppointCallbackContext *context,
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.h30 lldb_private::StoppointCallbackContext *ctx,
H A DSBBreakpointOptionCommon.cpp50 void *baton, StoppointCallbackContext *ctx, lldb::user_id_t break_id, in PrivateBreakpointHitCallback()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.h25 StoppointCallbackContext *context,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.h48 lldb_private::StoppointCallbackContext *context,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.h48 StoppointCallbackContext *context,
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h103 StoppointCallbackContext *context,
107 StoppointCallbackContext *context,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h57 StoppointCallbackContext *context,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h55 StoppointCallbackContext *context,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.h62 lldb_private::StoppointCallbackContext *context,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h54 StoppointCallbackContext *context,

123