forked from Imagelibrary/binutils-gdb
Change print_recreate_thread to a method
This changes print_recreate_thread to be a method on breakpoint. This function is only used as a helper by print_recreate methods, so I thought this transformation made sense.
This commit is contained in:
@@ -338,7 +338,7 @@ exception_catchpoint::print_recreate (struct ui_file *fp)
|
||||
gdb_printf (fp, "rethrow");
|
||||
break;
|
||||
}
|
||||
print_recreate_thread (this, fp);
|
||||
print_recreate_thread (fp);
|
||||
}
|
||||
|
||||
/* Implement the "allocate_location" method for throw and catch
|
||||
|
||||
Reference in New Issue
Block a user