Searched defs:break_id (Results 1 - 23 of 23) sorted by path

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp87 break_id_t break_id = LLDB_INVALID_BREAK_ID; local
148 break_id_t break_id = LLDB_INVALID_BREAK_ID; local
H A DSBBreakpointOptionCommon.cpp49 PrivateBreakpointHitCallback(void *baton, StoppointCallbackContext *ctx, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp45 bool BreakpointList::Remove(break_id_t break_id, bool notify) { argument
111 BreakpointList::GetBreakpointIDIterator(break_id_t break_id) { argument
H A DBreakpointLocationCollection.cpp47 BreakpointIDPairMatches(lldb::break_id_t break_id, argument
62 BreakpointLocationCollection::GetIDPairIterator(lldb::break_id_t break_id, argument
80 BreakpointLocationCollection::FindByIDPair(lldb::break_id_t break_id, argument
71 GetIDPairConstIterator( lldb::break_id_t break_id, lldb::break_id_t break_loc_id) const argument
90 FindByIDPair( lldb::break_id_t break_id, lldb::break_id_t break_loc_id) const argument
[all...]
H A DBreakpointLocationList.cpp42 ShouldStop(StoppointCallbackContext *context, lldb::break_id_t break_id) argument
H A DBreakpointOptions.cpp115 NullCallback(void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
446 InvokeCallback(StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
619 BreakpointOptionsCallbackFunction( void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
H A DBreakpointSite.cpp130 size_t BreakpointSite::RemoveOwner(lldb::break_id_t break_id, argument
H A DBreakpointSiteList.cpp63 bool BreakpointSiteList::Remove(lldb::break_id_t break_id) { argument
85 BreakpointSiteIDMatches(lldb::break_id_t break_id) : m_break_id(break_id) {} argument
96 BreakpointSiteList::GetIDIterator(lldb::break_id_t break_id) { argument
111 BreakpointSiteSP BreakpointSiteList::FindByID(lldb::break_id_t break_id) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp313 RendezvousBreakpointHit( void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp260 EntryBreakpointHit( void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
381 RendezvousBreakpointHit( void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp238 NotifyBreakpointHit( void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp151 NotifyBreakpointHit( void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp794 NotifyBreakpointHit( void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp205 NotifyBreakpointHit( void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp219 JITDebugBreakpointHit(void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp511 RefreshTrampolines( void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1093 HookCallback(void *baton, StoppointCallbackContext *ctx, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
3648 KernelBreakpointHit(void *baton, StoppointCallbackContext *ctx, user_id_t break_id, user_id_t break_loc_id) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp955 SingleStepBreakpointHit( void *baton, lldb_private::StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2265 BreakpointCallbackFunction( void *baton, StoppointCallbackContext *context, user_id_t break_id, user_id_t break_loc_id) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1486 InitCompletionHookCallback( void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1570 Status Process::ClearBreakpointSiteByID(lldb::user_id_t break_id) { argument
1579 Status Process::DisableBreakpointSiteByID(lldb::user_id_t break_id) { argument
1593 Status Process::EnableBreakpointSiteByID(lldb::user_id_t break_id) { argument
H A DStopInfo.cpp86 StopInfoBreakpoint(Thread &thread, break_id_t break_id) argument
94 StopInfoBreakpoint(Thread &thread, break_id_t break_id, bool should_stop) argument
1098 CreateStopReasonWithBreakpointSiteID(Thread &thread, break_id_t break_id) argument
1103 CreateStopReasonWithBreakpointSiteID(Thread &thread, break_id_t break_id, bool should_stop) argument
H A DTarget.cpp293 BreakpointSP Target::GetBreakpointByID(break_id_t break_id) { argument
914 bool Target::RemoveBreakpointByID(break_id_t break_id) { argument
934 DisableBreakpointByID(break_id_t break_id) argument
952 EnableBreakpointByID(break_id_t break_id) argument
[all...]

Completed in 261 milliseconds