Home
last modified time | relevance | path

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

/external/lldb/source/Breakpoint/
DBreakpointLocationCollection.cpp64 BreakpointIDPairMatches (lldb::break_id_t break_id, lldb::break_id_t break_loc_id) : in BreakpointIDPairMatches() argument
66 m_break_loc_id (break_loc_id) in BreakpointIDPairMatches()
82 …intLocationCollection::GetIDPairIterator (lldb::break_id_t break_id, lldb::break_id_t break_loc_id) in GetIDPairIterator() argument
85 BreakpointIDPairMatches(break_id, break_loc_id)); // Predicate in GetIDPairIterator()
89 …Collection::GetIDPairConstIterator (lldb::break_id_t break_id, lldb::break_id_t break_loc_id) const in GetIDPairConstIterator()
92 BreakpointIDPairMatches(break_id, break_loc_id)); // Predicate in GetIDPairConstIterator()
96 …eakpointLocationCollection::FindByIDPair (lldb::break_id_t break_id, lldb::break_id_t break_loc_id) in FindByIDPair() argument
99 collection::iterator pos = GetIDPairIterator(break_id, break_loc_id); in FindByIDPair()
107 …ntLocationCollection::FindByIDPair (lldb::break_id_t break_id, lldb::break_id_t break_loc_id) const in FindByIDPair()
110 collection::const_iterator pos = GetIDPairConstIterator(break_id, break_loc_id); in FindByIDPair()
DBreakpointOptions.cpp29 … *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id) in NullCallback() argument
143 lldb::user_id_t break_loc_id) in InvokeCallback() argument
150 break_loc_id); in InvokeCallback()
DBreakpointSite.cpp169 BreakpointSite::RemoveOwner (lldb::break_id_t break_id, lldb::break_id_t break_loc_id) in RemoveOwner() argument
171 m_owners.Remove(break_id, break_loc_id); in RemoveOwner()
/external/lldb/include/lldb/Breakpoint/
DBreakpointLocationCollection.h56 Remove (lldb::break_id_t break_id, lldb::break_id_t break_loc_id);
73 FindByIDPair (lldb::break_id_t break_id, lldb::break_id_t break_loc_id);
90 FindByIDPair (lldb::break_id_t break_id, lldb::break_id_t break_loc_id) const;
198 GetIDPairIterator(lldb::break_id_t break_id, lldb::break_id_t break_loc_id);
201 GetIDPairConstIterator(lldb::break_id_t break_id, lldb::break_id_t break_loc_id) const;
DBreakpointID.h92 …CanonicalReference (const char *input, lldb::break_id_t *break_id, lldb::break_id_t *break_loc_id);
108 GetCanonicalReference (Stream *s, lldb::break_id_t break_id, lldb::break_id_t break_loc_id);
DBreakpointOptions.h140 …llback (StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
295 lldb::user_id_t break_loc_id);
DBreakpointSite.h269 lldb::break_id_t break_loc_id);
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.h109 lldb::user_id_t break_loc_id);
144 lldb::user_id_t break_loc_id);
DDynamicLoaderPOSIXDYLD.cpp260 user_id_t break_loc_id) in EntryBreakpointHit() argument
292 user_id_t break_loc_id) in RendezvousBreakpointHit() argument
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.h110 lldb::user_id_t break_loc_id);
115 lldb::user_id_t break_loc_id);
DDynamicLoaderDarwinKernel.cpp1093 user_id_t break_loc_id) in BreakpointHitCallback() argument
1095 …tatic_cast<DynamicLoaderDarwinKernel*>(baton)->BreakpointHit (context, break_id, break_loc_id); in BreakpointHitCallback()
1101 user_id_t break_loc_id) in BreakpointHit() argument
/external/lldb/include/lldb/
Dlldb-private-interfaces.h34 …*baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
/external/lldb/include/lldb/API/
DSBBreakpoint.h168 lldb::user_id_t break_loc_id);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.h169 lldb::user_id_t break_loc_id);
DAppleObjCTrampolineHandler.cpp501 lldb::user_id_t break_loc_id) in RefreshTrampolines() argument
/external/lldb/source/API/
DSBBreakpoint.cpp532 lldb::user_id_t break_loc_id in PrivateBreakpointHitCallback() argument
550 sb_location.SetLocation (bp_sp->FindLocationByID (break_loc_id)); in PrivateBreakpointHitCallback()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.h118 lldb::user_id_t break_loc_id);
DDynamicLoaderMacOSXDYLD.cpp597 lldb::user_id_t break_loc_id) in NotifyBreakpointHit() argument
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h390 lldb::user_id_t break_loc_id);
DProcessGDBRemote.cpp3031 lldb::user_id_t break_loc_id) in NewThreadNotifyBreakpointHit() argument
/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h150 lldb::user_id_t break_loc_id);
/external/lldb/source/Commands/
DCommandObjectBreakpointCommand.cpp357 lldb::user_id_t break_loc_id) in BreakpointOptionsCallbackFunction() argument
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp2213 user_id_t break_loc_id in BreakpointCallbackFunction() argument
2242 const BreakpointLocationSP bp_loc_sp (breakpoint_sp->FindLocationByID (break_loc_id)); in BreakpointCallbackFunction()