Home
last modified time | relevance | path

Searched refs:BreakpointHit (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/examples/python/
Dperformance.py341 def BreakpointHit(self, thread): member in TesterTestCase
368 callback=TesterTestCase.BreakpointHit,
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.h84 bool BreakpointHit(lldb_private::StoppointCallbackContext *context,
DDynamicLoaderDarwinKernel.cpp1064 return static_cast<DynamicLoaderDarwinKernel *>(baton)->BreakpointHit( in BreakpointHitCallback()
1068 bool DynamicLoaderDarwinKernel::BreakpointHit(StoppointCallbackContext *context, in BreakpointHit() function in DynamicLoaderDarwinKernel
/external/llvm-project/lldb/tools/debugserver/source/
DChangeLog216 (DBNArchMachARM::BreakpointHit): New prototype.
228 (DNBArchMachARM::BreakpointHit): New breakpoint callback function.