diff options
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 67a67e3..53a6033 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -247,7 +247,7 @@ struct bp_location control of the target insert_breakpoint and remove_breakpoint routines. No other code should assume anything about the value(s) here. Valid only for bp_loc_software_breakpoint. */ - char shadow_contents[BREAKPOINT_MAX]; + gdb_byte shadow_contents[BREAKPOINT_MAX]; /* Address at which breakpoint was requested, either by the user or by GDB for internal breakpoints. This will usually be the same |