Home
last modified time | relevance | path

Searched defs:break_id (Results 1 – 24 of 24) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp47 BreakpointIDPairMatches(lldb::break_id_t break_id, in BreakpointIDPairMatches()
62 BreakpointLocationCollection::GetIDPairIterator(lldb::break_id_t break_id, in GetIDPairIterator()
72 lldb::break_id_t break_id, lldb::break_id_t break_loc_id) const { in GetIDPairConstIterator()
80 BreakpointLocationCollection::FindByIDPair(lldb::break_id_t break_id, in FindByIDPair()
91 lldb::break_id_t break_id, lldb::break_id_t break_loc_id) const { in FindByIDPair()
H A DBreakpointSiteList.cpp63 bool BreakpointSiteList::Remove(lldb::break_id_t break_id) { in Remove()
85 BreakpointSiteIDMatches(lldb::break_id_t break_id) : m_break_id(break_id) {} in BreakpointSiteIDMatches()
96 BreakpointSiteList::GetIDIterator(lldb::break_id_t break_id) { in GetIDIterator()
111 BreakpointSiteSP BreakpointSiteList::FindByID(lldb::break_id_t break_id) { in FindByID()
H A DBreakpointOptions.cpp117 lldb::user_id_t break_id, in NullCallback()
448 lldb::user_id_t break_id, in InvokeCallback()
619 void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, in BreakpointOptionsCallbackFunction()
H A DBreakpointList.cpp45 bool BreakpointList::Remove(break_id_t break_id, bool notify) { in Remove()
111 BreakpointList::GetBreakpointIDIterator(break_id_t break_id) { in GetBreakpointIDIterator()
H A DBreakpointSite.cpp130 size_t BreakpointSite::RemoveOwner(lldb::break_id_t break_id, in RemoveOwner()
H A DBreakpointLocationList.cpp43 lldb::break_id_t break_id) { in ShouldStop()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp51 lldb::user_id_t break_id, in PrivateBreakpointHitCallback()
H A DSBBreakpoint.cpp97 break_id_t break_id = LLDB_INVALID_BREAK_ID; in GetID() local
158 break_id_t break_id = LLDB_INVALID_BREAK_ID; in FindLocationIDByAddress() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp86 StopInfoBreakpoint(Thread &thread, break_id_t break_id) in StopInfoBreakpoint()
94 StopInfoBreakpoint(Thread &thread, break_id_t break_id, bool should_stop) in StopInfoBreakpoint()
1160 break_id_t break_id) { in CreateStopReasonWithBreakpointSiteID()
1165 break_id_t break_id, in CreateStopReasonWithBreakpointSiteID()
H A DTarget.cpp303 BreakpointSP Target::GetBreakpointByID(break_id_t break_id) { in GetBreakpointByID()
934 bool Target::RemoveBreakpointByID(break_id_t break_id) { in RemoveBreakpointByID()
954 bool Target::DisableBreakpointByID(break_id_t break_id) { in DisableBreakpointByID()
972 bool Target::EnableBreakpointByID(break_id_t break_id) { in EnableBreakpointByID()
H A DProcess.cpp1550 Status Process::ClearBreakpointSiteByID(lldb::user_id_t break_id) { in ClearBreakpointSiteByID()
1559 Status Process::DisableBreakpointSiteByID(lldb::user_id_t break_id) { in DisableBreakpointSiteByID()
1573 Status Process::EnableBreakpointSiteByID(lldb::user_id_t break_id) { in EnableBreakpointSiteByID()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp241 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp265 void *baton, StoppointCallbackContext *context, user_id_t break_id, in EntryBreakpointHit()
386 void *baton, StoppointCallbackContext *context, user_id_t break_id, in RendezvousBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp156 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp203 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp263 void *baton, StoppointCallbackContext *context, user_id_t break_id, in BreakpointCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp316 void *baton, StoppointCallbackContext *context, user_id_t break_id, in RendezvousBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp223 user_id_t break_id, in JITDebugBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp507 void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, in RefreshTrampolines()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp796 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1483 void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, in InitCompletionHookCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1105 lldb::user_id_t break_id, in HookCallback()
3660 user_id_t break_id, in KernelBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2291 void *baton, StoppointCallbackContext *context, user_id_t break_id, in BreakpointCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3944 void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, in NewThreadNotifyBreakpointHit()