Home
last modified time | relevance | path

Searched refs:JITDebugBreakpointHit (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.h61 JITDebugBreakpointHit(void *baton,
H A DJITLoaderGDB.cpp211 bp->SetCallback(JITDebugBreakpointHit, this, true); in SetJITBreakpoint()
218 bool JITLoaderGDB::JITDebugBreakpointHit(void *baton, in JITDebugBreakpointHit() function in JITLoaderGDB