Move decode_location_spec to code_breakpoint
breakpoint::decode_location_spec just asserts if called. It turned out to be relatively easy to remove this method from breakpoint and instead move the base implementation to code_breakpoint.
This commit is contained in:
parent
2c9a6d728e
commit
aef4b7a5cc
2 changed files with 10 additions and 20 deletions
|
@ -11493,13 +11493,6 @@ breakpoint::print_recreate (struct ui_file *fp) const
|
|||
internal_error_pure_virtual_called ();
|
||||
}
|
||||
|
||||
std::vector<symtab_and_line>
|
||||
breakpoint::decode_location_spec (location_spec *locspec,
|
||||
program_space *search_pspace)
|
||||
{
|
||||
internal_error_pure_virtual_called ();
|
||||
}
|
||||
|
||||
/* Default breakpoint_ops methods. */
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue