Home | History | Annotate | Download | only in Breakpoint

Lines Matching refs:Address

54 /// address.  Adding a location at an already taken address will just return the location
55 /// already at that address. Locations can be looked up by ID, or by address.
254 /// The Address specifying the new location.
257 /// already was a location at this Address.
262 AddLocation (const Address &addr,
266 /// Find a breakpoint location by Address.
269 /// The Address specifying the location.
272 /// in the shared pointer will be NULL if there is no location at that address.
275 FindLocationByAddress (const Address &addr);
278 /// Find a breakpoint location ID by Address.
281 /// The Address specifying the location.
284 /// there is no breakpoint location at that address.
287 FindLocationIDByAddress (const Address &addr);