diff options
author | Mark Kettenis <kettenis@gnu.org> | 2006-01-15 20:53:32 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2006-01-15 20:53:32 +0000 |
commit | 9d51923083b0c6bf1f6746ee4cc1bce151f0db0c (patch) | |
tree | 0229b9c359dd22744681bb28d5d444a100c37c48 /gdb/alpha-tdep.c | |
parent | 0a029df55b1dcf3878d3680c359d199185ba3a9e (diff) | |
download | gdb-9d51923083b0c6bf1f6746ee4cc1bce151f0db0c.zip gdb-9d51923083b0c6bf1f6746ee4cc1bce151f0db0c.tar.gz gdb-9d51923083b0c6bf1f6746ee4cc1bce151f0db0c.tar.bz2 |
* alpha-tdep.c (alpha_gdbarch_init): Set cannot_step_breakpoint.
* config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Remove.
* config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Remove.
* config/alpha/nm-nbsd.h: Remove file.
* config/alpha/nm-fbsd.h: Remove file
* config/alpha/nbsd.mh (NAT_FILE): Remove.
* config/alpha/fbsd.mh (NAT_FILE): Remove.
Diffstat (limited to 'gdb/alpha-tdep.c')
-rw-r--r-- | gdb/alpha-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/alpha-tdep.c b/gdb/alpha-tdep.c index 0e2bf8b..960b051 100644 --- a/gdb/alpha-tdep.c +++ b/gdb/alpha-tdep.c @@ -1609,6 +1609,7 @@ alpha_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) set_gdbarch_breakpoint_from_pc (gdbarch, alpha_breakpoint_from_pc); set_gdbarch_decr_pc_after_break (gdbarch, 4); + set_gdbarch_cannot_step_breakpoint (gdbarch, 1); /* Hook in ABI-specific overrides, if they have been registered. */ gdbarch_init_osabi (info, gdbarch); |