Home
last modified time | relevance | path

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

123

/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDStoppointCallbackContext.cpp13 StoppointCallbackContext::StoppointCallbackContext() = default;
15 StoppointCallbackContext::StoppointCallbackContext( in StoppointCallbackContext() function in StoppointCallbackContext
19 void StoppointCallbackContext::Clear() { in Clear()
HDWatchpointOptions.cpp23 StoppointCallbackContext *context, in NullCallback()
89 bool WatchpointOptions::InvokeCallback(StoppointCallbackContext *context, in InvokeCallback()
HDBreakpointPrecondition.cpp15 StoppointCallbackContext &context) { in EvaluatePrecondition()
HDWatchpoint.cpp134 StoppointCallbackContext *context, in VariableWatchpointDisabler()
259 bool Watchpoint::ShouldStop(StoppointCallbackContext *context) { in ShouldStop()
455 bool Watchpoint::InvokeCallback(StoppointCallbackContext *context) { in InvokeCallback()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDStoppointCallbackContext.h26 class StoppointCallbackContext {
28 StoppointCallbackContext();
30 StoppointCallbackContext(Event *event, const ExecutionContext &exe_ctx,
HDBreakpointPrecondition.h18 class StoppointCallbackContext; variable
24 virtual bool EvaluatePrecondition(StoppointCallbackContext &context);
HDWatchpoint.h75 bool ShouldStop(StoppointCallbackContext *context) override;
124 void *baton, lldb_private::StoppointCallbackContext *context,
166 bool InvokeCallback(StoppointCallbackContext *context);
HDWatchpointOptions.h110 bool InvokeCallback(StoppointCallbackContext *context,
160 static bool NullCallback(void *baton, StoppointCallbackContext *context,
HDBreakpointOptions.h225 bool InvokeCallback(StoppointCallbackContext *context,
333 static bool NullCallback(void *baton, StoppointCallbackContext *context,
371 void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id,
HDBreakpointLocation.h65 bool ShouldStop(StoppointCallbackContext *context);
235 bool InvokeCallback(StoppointCallbackContext *context);
HDStoppointSite.h41 virtual bool ShouldStop(StoppointCallbackContext* context) = 0;
HDBreakpointLocationCollection.h114 bool ShouldStop(StoppointCallbackContext *context);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
HDDynamicLoaderHexagonDYLD.h76 void *baton, lldb_private::StoppointCallbackContext *context,
107 lldb_private::StoppointCallbackContext *context,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
HDScriptInterpreterLua.h66 StoppointCallbackContext *context,
71 StoppointCallbackContext *context,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
HDDynamicLoaderPOSIXDYLD.h104 void *baton, lldb_private::StoppointCallbackContext *context,
142 lldb_private::StoppointCallbackContext *context,
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBBreakpointOptionCommon.h30 lldb_private::StoppointCallbackContext *ctx,
HDSBBreakpointOptionCommon.cpp50 void *baton, StoppointCallbackContext *ctx, lldb::user_id_t break_id, in PrivateBreakpointHitCallback()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
HDReportRetriever.h25 StoppointCallbackContext *context,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
HDInstrumentationRuntimeASan.h48 StoppointCallbackContext *context,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
HDInstrumentationRuntimeASanLibsanitizers.h48 lldb_private::StoppointCallbackContext *context,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-private-interfaces.h103 std::function<bool(void *baton, StoppointCallbackContext *context,
107 StoppointCallbackContext *context,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
HDInstrumentationRuntimeUBSan.h57 StoppointCallbackContext *context,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
HDInstrumentationRuntimeMainThreadChecker.h55 StoppointCallbackContext *context,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
HDJITLoaderGDB.h62 lldb_private::StoppointCallbackContext *context,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
HDInstrumentationRuntimeTSan.h54 StoppointCallbackContext *context,

123