mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Constify breakpoint_ops
Now that all breakpoint_ops are statically initialized, they can all be made const.
This commit is contained in:
@@ -1398,7 +1398,7 @@ extern void awatch_command_wrapper (const char *, int, bool);
|
||||
extern void rwatch_command_wrapper (const char *, int, bool);
|
||||
extern void tbreak_command (const char *, int);
|
||||
|
||||
extern struct breakpoint_ops base_breakpoint_ops;
|
||||
extern const struct breakpoint_ops base_breakpoint_ops;
|
||||
|
||||
/* Arguments to pass as context to some catch command handlers. */
|
||||
#define CATCH_PERMANENT ((void *) (uintptr_t) 0)
|
||||
|
||||
Reference in New Issue
Block a user