mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
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:
@ -12519,7 +12519,7 @@ ada_catchpoint::print_recreate (struct ui_file *fp)
|
||||
default:
|
||||
internal_error (__FILE__, __LINE__, _("unexpected catchpoint type"));
|
||||
}
|
||||
print_recreate_thread (this, fp);
|
||||
print_recreate_thread (fp);
|
||||
}
|
||||
|
||||
/* See ada-lang.h. */
|
||||
|
Reference in New Issue
Block a user