Home
last modified time | relevance | path

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

/external/lldb/examples/python/
Dperformance.py291 def BreakpointHit (self, thread): member in TesterTestCase
313 …tions.append (BreakpointAction(breakpoint=bp, callback=TesterTestCase.BreakpointHit, callback_owne…
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.h113 BreakpointHit (lldb_private::StoppointCallbackContext *context,
DDynamicLoaderDarwinKernel.cpp1095 …return static_cast<DynamicLoaderDarwinKernel*>(baton)->BreakpointHit (context, break_id, break_loc… in BreakpointHitCallback()
1099 DynamicLoaderDarwinKernel::BreakpointHit (StoppointCallbackContext *context, in BreakpointHit() function in DynamicLoaderDarwinKernel
/external/lldb/tools/debugserver/source/
DChangeLog216 (DBNArchMachARM::BreakpointHit): New prototype.
228 (DNBArchMachARM::BreakpointHit): New breakpoint callback function.