Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp46 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 DBreakpointOptions.cpp107 NullCallback(void * baton,StoppointCallbackContext * context,lldb::user_id_t break_id,lldb::user_id_t break_loc_id) NullCallback() argument
437 InvokeCallback(StoppointCallbackContext * context,lldb::user_id_t break_id,lldb::user_id_t break_loc_id) InvokeCallback() argument
608 BreakpointOptionsCallbackFunction(void * baton,StoppointCallbackContext * context,lldb::user_id_t break_id,lldb::user_id_t break_loc_id) BreakpointOptionsCallbackFunction() argument
H A DBreakpointList.cpp47 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.cpp128 size_t BreakpointSite::RemoveConstituent(lldb::break_id_t break_id, in RemoveConstituent()
H A DBreakpointLocationList.cpp42 lldb::break_id_t break_id) { in ShouldStop()
H A DWatchpoint.cpp131 VariableWatchpointDisabler(void * baton,StoppointCallbackContext * context,user_id_t break_id,user_id_t break_loc_id) VariableWatchpointDisabler() argument
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp50 void *baton, StoppointCallbackContext *ctx, lldb::user_id_t break_id, in PrivateBreakpointHitCallback()
H A DSBBreakpoint.cpp93 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-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp70 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp64 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp193 user_id_t break_id, in NotifyBreakpointHit() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp257 void *baton, StoppointCallbackContext *context, user_id_t break_id, in EntryBreakpointHit() argument
383 void *baton, StoppointCallbackContext *context, user_id_t break_id, in RendezvousBreakpointHit() argument
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp89 StopInfoBreakpoint(Thread &thread, break_id_t break_id) in StopInfoBreakpoint() argument
97 StopInfoBreakpoint(Thread &thread, break_id_t break_id, bool should_stop) in StopInfoBreakpoint() argument
1365 CreateStopReasonWithBreakpointSiteID(Thread & thread,break_id_t break_id) CreateStopReasonWithBreakpointSiteID() argument
1370 CreateStopReasonWithBreakpointSiteID(Thread & thread,break_id_t break_id,bool should_stop) CreateStopReasonWithBreakpointSiteID() argument
H A DTarget.cpp327 GetBreakpointByID(break_id_t break_id) GetBreakpointByID() argument
1003 RemoveBreakpointByID(break_id_t break_id) RemoveBreakpointByID() argument
1023 DisableBreakpointByID(break_id_t break_id) DisableBreakpointByID() argument
1041 EnableBreakpointByID(break_id_t break_id) EnableBreakpointByID() argument
[all...]
H A DProcess.cpp1591 ClearBreakpointSiteByID(lldb::user_id_t break_id) ClearBreakpointSiteByID() argument
1600 DisableBreakpointSiteByID(lldb::user_id_t break_id) DisableBreakpointSiteByID() argument
1614 EnableBreakpointSiteByID(lldb::user_id_t break_id) EnableBreakpointSiteByID() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp152 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp252 lldb::break_id_t break_id; in CalculateStopInfo() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp201 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp306 void *baton, StoppointCallbackContext *context, user_id_t break_id, in RendezvousBreakpointHit()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp269 void *baton, StoppointCallbackContext *context, user_id_t break_id, in BreakpointCallbackFunction()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp220 user_id_t break_id, in JITDebugBreakpointHit()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp406 void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, in RefreshTrampolines()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp795 NotifyBreakpointHit(void * baton,StoppointCallbackContext * context,user_id_t break_id,user_id_t break_loc_id) NotifyBreakpointHit() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1456 void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, in InitCompletionHookCallback()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2013 BreakpointCallbackFunction(void * baton,StoppointCallbackContext * context,user_id_t break_id,user_id_t break_loc_id) BreakpointCallbackFunction() argument

12