Searched defs:break_id (Results 1 – 14 of 14) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/ |
| D | BreakpointLocationCollection.cpp | 64 BreakpointIDPairMatches (lldb::break_id_t break_id, lldb::break_id_t break_loc_id) : in BreakpointIDPairMatches() 82 BreakpointLocationCollection::GetIDPairIterator (lldb::break_id_t break_id, lldb::break_id_t break_… in GetIDPairIterator() 89 BreakpointLocationCollection::GetIDPairConstIterator (lldb::break_id_t break_id, lldb::break_id_t b… in GetIDPairConstIterator() 96 BreakpointLocationCollection::FindByIDPair (lldb::break_id_t break_id, lldb::break_id_t break_loc_i… in FindByIDPair() 107 BreakpointLocationCollection::FindByIDPair (lldb::break_id_t break_id, lldb::break_id_t break_loc_i… in FindByIDPair()
|
| D | BreakpointSiteList.cpp | 82 BreakpointSiteList::Remove (lldb::break_id_t break_id) in Remove() 110 BreakpointSiteIDMatches (lldb::break_id_t break_id) : in BreakpointSiteIDMatches() 125 BreakpointSiteList::GetIDIterator (lldb::break_id_t break_id) in GetIDIterator() 141 BreakpointSiteList::FindByID (lldb::break_id_t break_id) in FindByID()
|
| D | BreakpointList.cpp | 52 BreakpointList::Remove (break_id_t break_id, bool notify) in Remove() 114 BreakpointIDMatches (break_id_t break_id) : in BreakpointIDMatches() 129 BreakpointList::GetBreakpointIDIterator (break_id_t break_id) in GetBreakpointIDIterator() 143 BreakpointList::FindBreakpointByID (break_id_t break_id) in FindBreakpointByID()
|
| D | BreakpointOptions.cpp | 29 …::NullCallback (void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::us… in NullCallback() 142 lldb::user_id_t break_id, in InvokeCallback()
|
| D | BreakpointSite.cpp | 169 BreakpointSite::RemoveOwner (lldb::break_id_t break_id, lldb::break_id_t break_loc_id) in RemoveOwner()
|
| D | BreakpointLocationList.cpp | 56 BreakpointLocationList::ShouldStop (StoppointCallbackContext *context, lldb::break_id_t break_id) in ShouldStop()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/API/ |
| D | SBBreakpoint.cpp | 117 break_id_t break_id = LLDB_INVALID_BREAK_ID; in GetID() local 174 break_id_t break_id = LLDB_INVALID_BREAK_ID; in FindLocationIDByAddress() local 532 lldb::user_id_t break_id, in PrivateBreakpointHitCallback()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ |
| D | StopInfo.cpp | 112 StopInfoBreakpoint (Thread &thread, break_id_t break_id) : in StopInfoBreakpoint() 125 StopInfoBreakpoint (Thread &thread, break_id_t break_id, bool should_stop) : in StopInfoBreakpoint() 1094 StopInfo::CreateStopReasonWithBreakpointSiteID (Thread &thread, break_id_t break_id) in CreateStopReasonWithBreakpointSiteID() 1100 StopInfo::CreateStopReasonWithBreakpointSiteID (Thread &thread, break_id_t break_id, bool should_st… in CreateStopReasonWithBreakpointSiteID()
|
| D | Target.cpp | 233 Target::GetBreakpointByID (break_id_t break_id) in GetBreakpointByID() 686 Target::RemoveBreakpointByID (break_id_t break_id) in RemoveBreakpointByID() 711 Target::DisableBreakpointByID (break_id_t break_id) in DisableBreakpointByID() 732 Target::EnableBreakpointByID (break_id_t break_id) in EnableBreakpointByID()
|
| D | Process.cpp | 2083 Process::ClearBreakpointSiteByID (lldb::user_id_t break_id) in ClearBreakpointSiteByID() 2094 Process::DisableBreakpointSiteByID (lldb::user_id_t break_id) in DisableBreakpointSiteByID() 2112 Process::EnableBreakpointSiteByID (lldb::user_id_t break_id) in EnableBreakpointSiteByID()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| D | DynamicLoaderPOSIXDYLD.cpp | 210 user_id_t break_id, in EntryBreakpointHit() 242 user_id_t break_id, in RendezvousBreakpointHit()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/ |
| D | CommandObjectBreakpointCommand.cpp | 278 lldb::user_id_t break_id, in BreakpointOptionsCallbackFunction()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| D | ProcessGDBRemote.cpp | 2999 lldb::user_id_t break_id, in NewThreadNotifyBreakpointHit()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/ |
| D | ScriptInterpreterPython.cpp | 1772 user_id_t break_id, in BreakpointCallbackFunction()
|