forked from Imagelibrary/binutils-gdb
Change breakpoint_re_set_default to a method
breakpoint_re_set_default is only ever called from breakpoint re_set methods, so make it a protected method on code_breakpoint.
This commit is contained in:
@@ -886,6 +886,11 @@ struct code_breakpoint : public breakpoint
|
||||
std::vector<symtab_and_line> decode_location_spec
|
||||
(struct location_spec *locspec,
|
||||
struct program_space *search_pspace) override;
|
||||
|
||||
protected:
|
||||
|
||||
/* Helper method that does the basic work of re_set. */
|
||||
void re_set_default ();
|
||||
};
|
||||
|
||||
/* An instance of this type is used to represent a watchpoint,
|
||||
|
||||
Reference in New Issue
Block a user