Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/stop-on-sharedlibrary-load/
H A DTestStopOnSharedlibraryEvents.py35 def bkpt_callback(bkpt): function
37 self.do_test(bkpt_callback)
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp257 auto bkpt_callback = [&] (lldb::addr_t addr, in AppleThreadPlanStepThroughDirectDispatch() local
265 handler.ForEachDispatchFunction(bkpt_callback); in AppleThreadPlanStepThroughDirectDispatch()