diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-04-21 20:27:29 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-04-21 20:27:29 +0000 |
commit | 4bcbd6cb5f3405b5d9254795fefa0f772c059c57 (patch) | |
tree | b5960b166b2de9872c27527fd2740a8547e862d7 /gdb/alpha-tdep.h | |
parent | b31da25ee58e2b01aa0c189474a277b443d94517 (diff) | |
download | gdb-4bcbd6cb5f3405b5d9254795fefa0f772c059c57.zip gdb-4bcbd6cb5f3405b5d9254795fefa0f772c059c57.tar.gz gdb-4bcbd6cb5f3405b5d9254795fefa0f772c059c57.tar.bz2 |
* config/alpha/tm-alpha.h: Move alpha_software_single_step
prototype from here...
* alpha-tdep.h: ...to here.
Diffstat (limited to 'gdb/alpha-tdep.h')
-rw-r--r-- | gdb/alpha-tdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/alpha-tdep.h b/gdb/alpha-tdep.h index e89275f..618d47c 100644 --- a/gdb/alpha-tdep.h +++ b/gdb/alpha-tdep.h @@ -98,6 +98,8 @@ struct gdbarch_tdep CORE_ADDR vm_min_address; /* used by heuristic_proc_start */ }; +void alpha_software_single_step (enum target_signal, int); + void alpha_gdbarch_register_os_abi (enum alpha_abi, void (*init_abi)(struct gdbarch_info, struct gdbarch *)); |