forked from Imagelibrary/binutils-gdb
Convert say_where to method on code_breakpoint
'say_where' is only useful (and only called for) code breakpoints, so convert it to be a protected method on code_breakpoint.
This commit is contained in:
@@ -898,6 +898,10 @@ protected:
|
||||
(location_spec *locspec,
|
||||
struct program_space *search_pspace,
|
||||
int *found);
|
||||
|
||||
/* Helper for breakpoint and tracepoint breakpoint->mention
|
||||
callbacks. */
|
||||
void say_where () const;
|
||||
};
|
||||
|
||||
/* An instance of this type is used to represent a watchpoint,
|
||||
|
||||
Reference in New Issue
Block a user