mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
Constify notif_client
It seems to me that a notif_client is read-only, so this patch changes the code to use "const" everywhere.
This commit is contained in:
@ -78,7 +78,7 @@ extern int remote_register_number_and_offset (struct gdbarch *gdbarch,
|
||||
int *poffset);
|
||||
|
||||
extern void remote_notif_get_pending_events (remote_target *remote,
|
||||
struct notif_client *np);
|
||||
const notif_client *np);
|
||||
extern bool remote_target_is_non_stop_p (remote_target *t);
|
||||
|
||||
/* An abstract class that represents the set of callbacks that are made
|
||||
|
Reference in New Issue
Block a user