Home
last modified time | relevance | path

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

123

/freebsd/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.cpp134 StoppointCallbackContext *context, in VariableWatchpointDisabler()
259 bool Watchpoint::ShouldStop(StoppointCallbackContext *context) { in ShouldStop()
455 bool Watchpoint::InvokeCallback(StoppointCallbackContext *context) { in InvokeCallback()
/freebsd/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; in GetHardwareIndex()
H A DBreakpointLocationCollection.h114 bool ShouldStop(StoppointCallbackContext *context);
H A DBreakpoint.h517 bool InvokeCallback(StoppointCallbackContext *context,
560 bool EvaluatePrecondition(StoppointCallbackContext &context);
H A DWatchpointResource.h63 bool ShouldStop(StoppointCallbackContext *context);
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h66 StoppointCallbackContext *context,
71 StoppointCallbackContext *context,
/freebsd/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/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.h30 lldb_private::StoppointCallbackContext *ctx,
H A DSBBreakpointOptionCommon.cpp19 #include "lldb/Breakpoint/StoppointCallbackContext.h"
50 void *baton, StoppointCallbackContext *ctx, lldb::user_id_t break_id, in PrivateBreakpointHitCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h103 std::function<bool(void *baton, StoppointCallbackContext *context,
107 StoppointCallbackContext *context,
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.h48 StoppointCallbackContext *context,
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h55 StoppointCallbackContext *context,
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h57 StoppointCallbackContext *context,
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.h62 lldb_private::StoppointCallbackContext *context,
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h54 StoppointCallbackContext *context,

123