Home
last modified time | relevance | path

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

123

/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
DStoppointCallbackContext.cpp13 StoppointCallbackContext::StoppointCallbackContext() : exe_ctx_ref() {} in StoppointCallbackContext() function in StoppointCallbackContext
15 StoppointCallbackContext::StoppointCallbackContext( in StoppointCallbackContext() function in StoppointCallbackContext
19 void StoppointCallbackContext::Clear() { in Clear()
DWatchpointOptions.cpp23 StoppointCallbackContext *context, in NullCallback()
91 bool WatchpointOptions::InvokeCallback(StoppointCallbackContext *context, in InvokeCallback()
DBreakpointPrecondition.cpp15 StoppointCallbackContext &context) { in EvaluatePrecondition()
DWatchpoint.cpp140 bool Watchpoint::ShouldStop(StoppointCallbackContext *context) { in ShouldStop()
279 bool Watchpoint::InvokeCallback(StoppointCallbackContext *context) { in InvokeCallback()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
DStoppointCallbackContext.h26 class StoppointCallbackContext {
28 StoppointCallbackContext();
30 StoppointCallbackContext(Event *event, const ExecutionContext &exe_ctx,
DBreakpointPrecondition.h18 class StoppointCallbackContext; variable
24 virtual bool EvaluatePrecondition(StoppointCallbackContext &context);
DBreakpointOptions.h226 bool InvokeCallback(StoppointCallbackContext *context,
334 static bool NullCallback(void *baton, StoppointCallbackContext *context,
372 void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id,
DWatchpointOptions.h116 bool InvokeCallback(StoppointCallbackContext *context,
165 static bool NullCallback(void *baton, StoppointCallbackContext *context,
DBreakpointLocation.h65 bool ShouldStop(StoppointCallbackContext *context);
232 bool InvokeCallback(StoppointCallbackContext *context);
DWatchpoint.h77 bool ShouldStop(StoppointCallbackContext *context) override;
132 bool InvokeCallback(StoppointCallbackContext *context);
DBreakpoint.h507 bool InvokeCallback(StoppointCallbackContext *context,
551 bool EvaluatePrecondition(StoppointCallbackContext &context);
DStoppointSite.h45 virtual bool ShouldStop(StoppointCallbackContext* context) = 0;
DBreakpointLocationCollection.h114 bool ShouldStop(StoppointCallbackContext *context);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DDynamicLoaderHexagonDYLD.h78 void *baton, lldb_private::StoppointCallbackContext *context,
109 lldb_private::StoppointCallbackContext *context,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DScriptInterpreterLua.h64 StoppointCallbackContext *context,
69 StoppointCallbackContext *context,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.h98 void *baton, lldb_private::StoppointCallbackContext *context,
136 lldb_private::StoppointCallbackContext *context,
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-private-interfaces.h90 StoppointCallbackContext *context,
94 StoppointCallbackContext *context,
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBBreakpointOptionCommon.h30 lldb_private::StoppointCallbackContext *ctx,
DSBBreakpointOptionCommon.cpp50 StoppointCallbackContext *ctx, in PrivateBreakpointHitCallback()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.h55 StoppointCallbackContext *context,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.h59 StoppointCallbackContext *context,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.h59 StoppointCallbackContext *context,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
DJITLoaderGDB.h64 lldb_private::StoppointCallbackContext *context,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.h58 StoppointCallbackContext *context,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.h82 StoppointCallbackContext *context,

123