| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocationCollection.cpp | 47 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 D | BreakpointSiteList.cpp | 63 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 D | BreakpointOptions.cpp | 117 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 D | BreakpointList.cpp | 45 bool BreakpointList::Remove(break_id_t break_id, bool notify) { in Remove() 111 BreakpointList::GetBreakpointIDIterator(break_id_t break_id) { in GetBreakpointIDIterator()
|
| H A D | BreakpointSite.cpp | 130 size_t BreakpointSite::RemoveOwner(lldb::break_id_t break_id, in RemoveOwner()
|
| H A D | BreakpointLocationList.cpp | 43 lldb::break_id_t break_id) { in ShouldStop()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpointOptionCommon.cpp | 51 lldb::user_id_t break_id, in PrivateBreakpointHitCallback()
|
| H A D | SBBreakpoint.cpp | 97 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 D | StopInfo.cpp | 86 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 D | Target.cpp | 303 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 D | Process.cpp | 1550 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 D | InstrumentationRuntimeASan.cpp | 241 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 D | DynamicLoaderPOSIXDYLD.cpp | 265 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 D | InstrumentationRuntimeMainThreadChecker.cpp | 156 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 203 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 263 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 D | DynamicLoaderHexagonDYLD.cpp | 316 void *baton, StoppointCallbackContext *context, user_id_t break_id, in RendezvousBreakpointHit()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 223 user_id_t break_id, in JITDebugBreakpointHit()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 507 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 D | InstrumentationRuntimeTSan.cpp | 796 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1483 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 D | RenderScriptRuntime.cpp | 1105 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 D | ScriptInterpreterPython.cpp | 2291 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 D | ProcessGDBRemote.cpp | 3944 void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, in NewThreadNotifyBreakpointHit()
|