forked from Imagelibrary/binutils-gdb
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user