Home
last modified time | relevance | path

Searched refs:break_id_t (Results 1 – 25 of 50) sorted by relevance

12

/external/lldb/include/lldb/Breakpoint/
DBreakpointID.h30 BreakpointID (lldb::break_id_t bp_id = LLDB_INVALID_BREAK_ID,
31 lldb::break_id_t loc_id = LLDB_INVALID_BREAK_ID);
36 lldb::break_id_t
42 lldb::break_id_t
49 SetID (lldb::break_id_t bp_id, lldb::break_id_t loc_id) in SetID()
56 SetBreakpointID (lldb::break_id_t bp_id) in SetBreakpointID()
62 SetBreakpointLocationID (lldb::break_id_t loc_id) in SetBreakpointLocationID()
92 …ParseCanonicalReference (const char *input, lldb::break_id_t *break_id, lldb::break_id_t *break_lo…
108 GetCanonicalReference (Stream *s, lldb::break_id_t break_id, lldb::break_id_t break_loc_id);
111 lldb::break_id_t m_break_id;
[all …]
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;
DBreakpointSiteList.h54 lldb::break_id_t
90 FindByID (lldb::break_id_t breakID);
103 FindByID (lldb::break_id_t breakID) const;
114 lldb::break_id_t
132 BreakpointSiteContainsBreakpoint (lldb::break_id_t bp_site_id, lldb::break_id_t bp_id);
147 Remove (lldb::break_id_t breakID);
180 ShouldStop (StoppointCallbackContext *context, lldb::break_id_t breakID);
205 GetIDIterator(lldb::break_id_t breakID);
208 GetIDConstIterator(lldb::break_id_t breakID) const;
DBreakpointList.h49 lldb::break_id_t
69 FindBreakpointByID (lldb::break_id_t breakID);
82 FindBreakpointByID (lldb::break_id_t breakID) const;
133 Remove (lldb::break_id_t breakID, bool notify);
177 GetBreakpointIDIterator(lldb::break_id_t breakID);
180 GetBreakpointIDConstIterator(lldb::break_id_t breakID) const;
184 lldb::break_id_t m_next_break_id;
DStoppointLocation.h29 StoppointLocation (lldb::break_id_t bid,
33 StoppointLocation (lldb::break_id_t bid,
110 lldb::break_id_t
120 lldb::break_id_t m_loc_id; // Stoppoint location ID
DStoppoint.h45 lldb::break_id_t
49 SetID (lldb::break_id_t bid);
52 lldb::break_id_t m_bid;
DBreakpointLocationList.h76 FindByID (lldb::break_id_t breakID) const;
88 lldb::break_id_t
186 lldb::break_id_t breakID);
263 lldb::break_id_t m_next_id;
DBreakpointSite.h234 IsBreakpointAtThisSite (lldb::break_id_t bp_id);
268 RemoveOwner (lldb::break_id_t break_id,
269 lldb::break_id_t break_loc_id);
280 static lldb::break_id_t
DBreakpoint.h286 lldb::break_id_t
299 FindLocationByID (lldb::break_id_t bp_loc_id);
577 lldb::break_id_t bp_loc_id);
/external/lldb/source/Breakpoint/
DBreakpointLocationCollection.cpp49 BreakpointLocationCollection::Remove (lldb::break_id_t bp_id, lldb::break_id_t bp_loc_id) in Remove()
64 BreakpointIDPairMatches (lldb::break_id_t break_id, lldb::break_id_t break_loc_id) : in BreakpointIDPairMatches()
77 const lldb::break_id_t m_break_id;
78 const lldb::break_id_t m_break_loc_id;
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()
DBreakpointID.cpp25 BreakpointID::BreakpointID (break_id_t bp_id, break_id_t loc_id) : in BreakpointID()
60 break_id_t bp_id; in IsValidIDExpression()
61 break_id_t loc_id; in IsValidIDExpression()
85 BreakpointID::GetCanonicalReference (Stream *s, break_id_t bp_id, break_id_t loc_id) in GetCanonicalReference()
96 BreakpointID::ParseCanonicalReference (const char *input, break_id_t *break_id_ptr, break_id_t *bre… in ParseCanonicalReference()
DBreakpointSiteList.cpp35 lldb::break_id_t
54 BreakpointSiteList::ShouldStop (StoppointCallbackContext *context, lldb::break_id_t site_id) in ShouldStop()
68 lldb::break_id_t
82 BreakpointSiteList::Remove (lldb::break_id_t break_id) in Remove()
110 BreakpointSiteIDMatches (lldb::break_id_t break_id) : in BreakpointSiteIDMatches()
121 const lldb::break_id_t m_break_id;
125 BreakpointSiteList::GetIDIterator (lldb::break_id_t break_id) in GetIDIterator()
133 BreakpointSiteList::GetIDConstIterator (lldb::break_id_t break_id) const in GetIDConstIterator()
141 BreakpointSiteList::FindByID (lldb::break_id_t break_id) in FindByID()
153 BreakpointSiteList::FindByID (lldb::break_id_t break_id) const in FindByID()
[all …]
DBreakpointIDList.cpp77 break_id_t bp_id; in AddBreakpointID()
78 break_id_t loc_id; in AddBreakpointID()
112 break_id_t bp_id; in FindBreakpointID()
113 break_id_t loc_id; in FindBreakpointID()
132 break_id_t bp_id; in InsertStringArray()
133 break_id_t loc_id; in InsertStringArray()
205 break_id_t bp_id; in FindAndReplaceIDRanges()
206 break_id_t bp_loc_id; in FindAndReplaceIDRanges()
232 break_id_t start_bp_id; in FindAndReplaceIDRanges()
233 break_id_t end_bp_id; in FindAndReplaceIDRanges()
[all …]
DBreakpointList.cpp34 break_id_t
52 BreakpointList::Remove (break_id_t break_id, bool notify) in Remove()
106 BreakpointIDMatches (break_id_t break_id) : in BreakpointIDMatches()
117 const break_id_t m_break_id;
121 BreakpointList::GetBreakpointIDIterator (break_id_t break_id) in GetBreakpointIDIterator()
128 BreakpointList::GetBreakpointIDConstIterator (break_id_t break_id) const in GetBreakpointIDConstIterator()
135 BreakpointList::FindBreakpointByID (break_id_t break_id) in FindBreakpointByID()
147 BreakpointList::FindBreakpointByID (break_id_t break_id) const in FindBreakpointByID()
DBreakpointSite.cpp50 break_id_t
53 static break_id_t g_next_id = 0; in GetNextID()
68 BreakpointSite::IsBreakpointAtThisSite (lldb::break_id_t bp_id) in IsBreakpointAtThisSite()
169 BreakpointSite::RemoveOwner (lldb::break_id_t break_id, lldb::break_id_t break_loc_id) in RemoveOwner()
DStoppoint.cpp36 break_id_t
43 Stoppoint::SetID (break_id_t bid) in SetID()
DStoppointLocation.cpp23 StoppointLocation::StoppointLocation (break_id_t bid, addr_t addr, bool hardware) : in StoppointLocation()
33 StoppointLocation::StoppointLocation (break_id_t bid, addr_t addr, uint32_t byte_size, bool hardwar… in StoppointLocation()
DBreakpointLocationList.cpp43 lldb::break_id_t bp_loc_id = ++m_next_id; in Create()
51 BreakpointLocationList::ShouldStop (StoppointCallbackContext *context, lldb::break_id_t break_id) in ShouldStop()
66 lldb::break_id_t
78 BreakpointLocationList::FindByID (lldb::break_id_t break_id) const in FindByID()
/external/lldb/scripts/Python/interface/
DSBBreakpoint.i95 break_id_t
107 lldb::break_id_t
111 FindLocationByID (lldb::break_id_t bp_loc_id);
/external/lldb/include/lldb/API/
DSBBreakpoint.h43 break_id_t
55 lldb::break_id_t
59 FindLocationByID (lldb::break_id_t bp_loc_id);
/external/lldb/include/lldb/Target/
DStopInfo.h144 CreateStopReasonWithBreakpointSiteID (Thread &thread, lldb::break_id_t break_id);
148 …CreateStopReasonWithBreakpointSiteID (Thread &thread, lldb::break_id_t break_id, bool should_stop);
151 CreateStopReasonWithWatchpointID (Thread &thread, lldb::break_id_t watch_id);
DThreadPlanStepUntil.h51 lldb::break_id_t m_return_bp_id;
58 typedef std::map<lldb::addr_t,lldb::break_id_t> until_collection;
/external/lldb/source/Target/
DStopInfo.cpp112 StopInfoBreakpoint (Thread &thread, break_id_t break_id) : in StopInfoBreakpoint()
125 StopInfoBreakpoint (Thread &thread, break_id_t break_id, bool should_stop) : in StopInfoBreakpoint()
517 lldb::break_id_t m_break_id;
560 StopInfoWatchpoint (Thread &thread, break_id_t watch_id) : in StopInfoWatchpoint()
1086 StopInfo::CreateStopReasonWithBreakpointSiteID (Thread &thread, break_id_t break_id) in CreateStopReasonWithBreakpointSiteID()
1092 StopInfo::CreateStopReasonWithBreakpointSiteID (Thread &thread, break_id_t break_id, bool should_st… in CreateStopReasonWithBreakpointSiteID()
1098 StopInfo::CreateStopReasonWithWatchpointID (Thread &thread, break_id_t watch_id) in CreateStopReasonWithWatchpointID()
DThreadPlanStepThrough.cpp273 break_id_t stop_value = (break_id_t) stop_info_sp->GetValue(); in HitOurBackstopBreakpoint()
/external/lldb/source/API/
DSBBreakpoint.cpp111 break_id_t
116 break_id_t break_id = LLDB_INVALID_BREAK_ID; in GetID()
170 break_id_t
173 break_id_t break_id = LLDB_INVALID_BREAK_ID; in FindLocationIDByAddress()
191 SBBreakpoint::FindLocationByID (break_id_t bp_loc_id) in FindLocationByID()

12