Home
last modified time | relevance | path

Searched refs:break_loc_id (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp47 lldb::break_id_t break_loc_id) in BreakpointIDPairMatches() argument
48 : m_break_id(break_id), m_break_loc_id(break_loc_id) {} in BreakpointIDPairMatches()
62 lldb::break_id_t break_loc_id) { in GetIDPairIterator() argument
66 BreakpointIDPairMatches(break_id, break_loc_id)); // Predicate in GetIDPairIterator()
71 lldb::break_id_t break_id, lldb::break_id_t break_loc_id) const { in GetIDPairConstIterator()
75 BreakpointIDPairMatches(break_id, break_loc_id)); // Predicate in GetIDPairConstIterator()
80 lldb::break_id_t break_loc_id) { in FindByIDPair() argument
82 collection::iterator pos = GetIDPairIterator(break_id, break_loc_id); in FindByIDPair()
90 lldb::break_id_t break_id, lldb::break_id_t break_loc_id) const { in FindByIDPair()
93 GetIDPairConstIterator(break_id, break_loc_id); in FindByIDPair()
H A DBreakpointSite.cpp129 lldb::break_id_t break_loc_id) {
131 m_constituents.Remove(break_id, break_loc_id); in RemoveOwner() argument
H A DBreakpointOptions.cpp430 lldb::user_id_t break_loc_id) { in InvokeCallback() argument
435 context, break_id, break_loc_id); in InvokeCallback()
601 lldb::user_id_t break_loc_id) { in BreakpointOptionsCallbackFunction() argument
H A DWatchpoint.cpp136 user_id_t break_loc_id) { in VariableWatchpointDisabler() argument
147 break_loc_id); in VariableWatchpointDisabler()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h46 bool Remove(lldb::break_id_t break_id, lldb::break_id_t break_loc_id);
61 lldb::break_id_t break_loc_id);
76 FindByIDPair(lldb::break_id_t break_id, lldb::break_id_t break_loc_id) const;
158 lldb::break_id_t break_loc_id);
162 lldb::break_id_t break_loc_id) const;
H A DBreakpointOptions.h226 lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
335 lldb::user_id_t break_loc_id);
372 lldb::user_id_t break_loc_id);
H A DBreakpointID.h92 lldb::break_id_t break_loc_id);
H A DBreakpointSite.h211 /// The method removes the constituent at \a break_loc_id from this breakpoint
214 lldb::break_id_t break_loc_id);
H A DWatchpoint.h125 lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp51 lldb::user_id_t break_loc_id) { in PrivateBreakpointHitCallback()
52 LLDB_INSTRUMENT_VA(baton, ctx, break_id, break_loc_id); in PrivateBreakpointHitCallback() argument
66 sb_location.SetLocation(bp_sp->FindLocationByID(break_loc_id)); in PrivateBreakpointHitCallback()
H A DSBBreakpointOptionCommon.h32 lldb::user_id_t break_loc_id);
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp71 user_id_t break_loc_id) { in NotifyBreakpointHit() argument
82 break_loc_id); in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h77 lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
108 lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h105 lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
143 lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.h50 lldb::user_id_t break_loc_id);
H A DInstrumentationRuntimeASan.cpp65 user_id_t break_loc_id) { in CheckIfRuntimeIsValid()
76 break_loc_id);
241 NotifyBreakpointHit(void * baton,StoppointCallbackContext * context,user_id_t break_id,user_id_t break_loc_id) NotifyBreakpointHit() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h57 lldb::user_id_t break_loc_id);
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h59 lldb::user_id_t break_loc_id);
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.h63 lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h56 lldb::user_id_t break_loc_id);
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h82 lldb::user_id_t break_loc_id);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h68 lldb::user_id_t break_loc_id);
H A DScriptInterpreterLua.cpp270 user_id_t break_loc_id) { in BreakpointCallbackFunction() argument
280 BreakpointLocationSP bp_loc_sp(breakpoint_sp->FindLocationByID(break_loc_id)); in BreakpointCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h129 lldb::user_id_t break_loc_id);
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp194 user_id_t break_loc_id) { in NotifyBreakpointHit() argument

12