diff options
Diffstat (limited to 'gdb/arm-tdep.h')
-rw-r--r-- | gdb/arm-tdep.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/arm-tdep.h b/gdb/arm-tdep.h index 60bcf01..85d9e4f 100644 --- a/gdb/arm-tdep.h +++ b/gdb/arm-tdep.h @@ -123,6 +123,10 @@ struct gdbarch_tdep const char *abi_name; /* Name of the above. */ CORE_ADDR lowest_pc; /* Lowest address at which instructions will appear. */ + const char *arm_breakpoint; + int arm_breakpoint_size; + const char *thumb_breakpoint; + int thumb_breakpoint_size; }; #ifndef LOWEST_PC |