Home
last modified time | relevance | path

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

12

/freebsd/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 DBreakpointSiteList.cpp
H A DBreakpointList.cpp44 Remove(break_id_t break_id,bool notify) Remove() argument
108 GetBreakpointIDIterator(break_id_t break_id) GetBreakpointIDIterator() argument
H A DBreakpointOptions.cpp429 lldb::user_id_t break_id, in InvokeCallback()
600 void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, in BreakpointOptionsCallbackFunction()
H A DBreakpointSite.cpp130 RemoveOwner(lldb::break_id_t break_id,lldb::break_id_t break_loc_id) RemoveOwner() argument
H A DBreakpointLocationList.cpp42 lldb::break_id_t break_id) { in ShouldStop()
H A DWatchpoint.cpp135 user_id_t break_id, in VariableWatchpointDisabler()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp51 PrivateBreakpointHitCallback(void * baton,StoppointCallbackContext * ctx,lldb::user_id_t break_id,lldb::user_id_t break_loc_id) PrivateBreakpointHitCallback() argument
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/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp70 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp193 user_id_t break_id, in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp240 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 DStopInfo.cpp89 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 DTarget.cpp328 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 DProcess.cpp1623 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 DDynamicLoaderPOSIXDYLD.cpp257 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 DInstrumentationRuntimeMainThreadChecker.cpp152 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp246 lldb::break_id_t break_id; CalculateStopInfo() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp201 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit() argument
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp269 void *baton, StoppointCallbackContext *context, user_id_t break_id, in BreakpointCallbackFunction() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp220 user_id_t break_id, in JITDebugBreakpointHit() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp407 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 DInstrumentationRuntimeTSan.cpp797 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1460 InitCompletionHookCallback(void * baton,StoppointCallbackContext * context,lldb::user_id_t break_id,lldb::user_id_t break_loc_id) InitCompletionHookCallback() argument

12