/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointLocationCollection.cpp | 46 BreakpointIDPairMatches(lldb::break_id_t break_id, in BreakpointIDPairMatches() 61 BreakpointLocationCollection::GetIDPairIterator(lldb::break_id_t break_id, in GetIDPairIterator() 71 lldb::break_id_t break_id, lldb::break_id_t break_loc_id) const { in GetIDPairConstIterator() 79 BreakpointLocationCollection::FindByIDPair(lldb::break_id_t break_id, in FindByIDPair() 90 lldb::break_id_t break_id, lldb::break_id_t break_loc_id) const { in FindByIDPair()
|
H A D | BreakpointSiteList.cpp |
|
H A D | BreakpointList.cpp | 44 Remove(break_id_t break_id,bool notify) Remove() argument 108 GetBreakpointIDIterator(break_id_t break_id) GetBreakpointIDIterator() argument
|
H A D | BreakpointOptions.cpp | 429 lldb::user_id_t break_id, in InvokeCallback() 600 void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, in BreakpointOptionsCallbackFunction()
|
H A D | BreakpointSite.cpp | 130 RemoveOwner(lldb::break_id_t break_id,lldb::break_id_t break_loc_id) RemoveOwner() argument
|
H A D | BreakpointLocationList.cpp | 42 lldb::break_id_t break_id) { in ShouldStop()
|
H A D | Watchpoint.cpp | 135 user_id_t break_id, in VariableWatchpointDisabler()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBBreakpointOptionCommon.cpp | 51 PrivateBreakpointHitCallback(void * baton,StoppointCallbackContext * ctx,lldb::user_id_t break_id,lldb::user_id_t break_loc_id) PrivateBreakpointHitCallback() argument
|
H A D | SBBreakpoint.cpp | 93 break_id_t break_id = LLDB_INVALID_BREAK_ID; in GetID() local 152 break_id_t break_id = LLDB_INVALID_BREAK_ID; in FindLocationIDByAddress() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/ |
H A D | InstrumentationRuntimeASanLibsanitizers.cpp | 70 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
H A D | ReportRetriever.cpp | 193 user_id_t break_id, in NotifyBreakpointHit()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
H A D | InstrumentationRuntimeASan.cpp | 240 NotifyBreakpointHit(void * baton,StoppointCallbackContext * context,user_id_t break_id,user_id_t break_loc_id) NotifyBreakpointHit() argument
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StopInfo.cpp | 89 StopInfoBreakpoint(Thread &thread, break_id_t break_id) in StopInfoBreakpoint() 97 StopInfoBreakpoint(Thread &thread, break_id_t break_id, bool should_stop) in StopInfoBreakpoint() 1367 break_id_t break_id) { in CreateStopReasonWithBreakpointSiteID() 1372 break_id_t break_id, in CreateStopReasonWithBreakpointSiteID()
|
H A D | Target.cpp | 328 BreakpointSP Target::GetBreakpointByID(break_id_t break_id) { in GetBreakpointByID() 1004 bool Target::RemoveBreakpointByID(break_id_t break_id) { in RemoveBreakpointByID() 1024 bool Target::DisableBreakpointByID(break_id_t break_id) { in DisableBreakpointByID() 1042 bool Target::EnableBreakpointByID(break_id_t break_id) { in EnableBreakpointByID()
|
H A D | Process.cpp | 1623 Status Process::ClearBreakpointSiteByID(lldb::user_id_t break_id) { in ClearBreakpointSiteByID() 1632 Status Process::DisableBreakpointSiteByID(lldb::user_id_t break_id) { in DisableBreakpointSiteByID() 1646 Status Process::EnableBreakpointSiteByID(lldb::user_id_t break_id) { in EnableBreakpointSiteByID()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DynamicLoaderPOSIXDYLD.cpp | 257 void *baton, StoppointCallbackContext *context, user_id_t break_id, in EntryBreakpointHit() 383 void *baton, StoppointCallbackContext *context, user_id_t break_id, in RendezvousBreakpointHit()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 152 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedThread.cpp | 246 lldb::break_id_t break_id; CalculateStopInfo() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
H A D | InstrumentationRuntimeUBSan.cpp | 201 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | DynamicLoaderHexagonDYLD.cpp | 306 void *baton, StoppointCallbackContext *context, user_id_t break_id, in RendezvousBreakpointHit()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
H A D | ScriptInterpreterLua.cpp | 269 void *baton, StoppointCallbackContext *context, user_id_t break_id, in BreakpointCallbackFunction() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDB.cpp | 220 user_id_t break_id, in JITDebugBreakpointHit() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTrampolineHandler.cpp | 407 RefreshTrampolines(void * baton,StoppointCallbackContext * context,lldb::user_id_t break_id,lldb::user_id_t break_loc_id) RefreshTrampolines() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 797 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 1460 InitCompletionHookCallback(void * baton,StoppointCallbackContext * context,lldb::user_id_t break_id,lldb::user_id_t break_loc_id) InitCompletionHookCallback() argument
|