Lines Matching full:location

28 /// A breakpoint location is defined by the breakpoint that produces it,
30 /// breakpoint location also may have a breakpoint site if its address has
33 /// FIXME: Should we also store some fingerprint for the location, so
34 /// we can map one location to the "equivalent location" on rerun? This would
42 /// Gets the load address for this breakpoint location \return
43 /// Returns breakpoint location load address, \b
47 /// Gets the Address for this breakpoint location \return
48 /// Returns breakpoint location Address.
50 /// Gets the Breakpoint that created this breakpoint location \return
57 /// location.
63 /// \b true if this breakpoint location thinks we should stop,
126 /// Set the breakpoint location's condition.
161 // The next section deals with this location's breakpoint sites.
163 /// Try to resolve the breakpoint site for this location.
170 /// Clear this breakpoint location's breakpoint site - for instance when
178 /// Return whether this breakpoint location has a breakpoint site. \return
180 /// location, \b false otherwise.
187 /// Print a description of this breakpoint location to the stream \a s.
202 /// Use this to set location specific breakpoint options.
211 /// Use this to access breakpoint options from this breakpoint location.
219 /// location doesn't have its own copy.
237 /// Report whether the callback for this location is synchronous or not.
244 /// breakpoint site for this location.
247 /// \b true if the breakpoint SITE for this location should be set on the
248 /// resolved location for Indirect functions.
253 /// Returns whether the address set in the breakpoint site for this location
262 /// Returns whether the address set in the breakpoint location was re-routed
272 /// locations". This is used when modules changed to determine if a Location
273 /// in the old module might be the "same as" the input location.
275 /// \param[in] location
276 /// The location to compare against.
280 bool EquivalentToLocation(BreakpointLocation &location);
282 /// Returns the breakpoint location ID.
291 /// Set the breakpoint site for this location to \a bp_site_sp.
294 /// The breakpoint site we are setting for this location.
334 /// A back pointer to the breakpoint that owns this location.
337 /// The Address defining this location.
340 /// The thread for which this breakpoint location is valid, or
354 Address m_address; ///< The address defining this location.
361 ///shared by more than one location.)
369 lldb::break_id_t m_loc_id; ///< Breakpoint location ID.
371 /// location has been hit.