diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-01 03:43:08 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-01 03:43:08 +0000 |
commit | cd2c720ae26b746f3e9e4db4cbd6aadf030e97a1 (patch) | |
tree | afacb2bdf0eeba0604245d542ffcae3e89af4e89 /gdb/top.c | |
parent | 4b2a6aed8413d6e7d7b25d918896ae637266d9d5 (diff) | |
download | gdb-cd2c720ae26b746f3e9e4db4cbd6aadf030e97a1.zip gdb-cd2c720ae26b746f3e9e4db4cbd6aadf030e97a1.tar.gz gdb-cd2c720ae26b746f3e9e4db4cbd6aadf030e97a1.tar.bz2 |
Add ``set processor'' - an alias to ``set architecture''.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3573,6 +3573,7 @@ init_main () add_cmd ("architecture", class_support, set_architecture, "Set architecture of target.", &setlist); + add_alias_cmd ("processor", "architecture", class_support, 1, &setlist); add_cmd ("architecture", class_support, show_architecture, "Show architecture of target.", &showlist); add_cmd ("architecture", class_support, info_architecture, |