From cd2c720ae26b746f3e9e4db4cbd6aadf030e97a1 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 1 Sep 1997 03:43:08 +0000 Subject: [PATCH] Add ``set processor'' - an alias to ``set architecture''. --- gdb/ChangeLog | 5 +++++ gdb/top.c | 1 + 2 files changed, 6 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bf1c7575c14..f36f1728198 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 1 11:21:03 1997 Andrew Cagney + + * top.c (init_main): Add ``set processor'' as an alias for ``set + architecture''. + Sat Aug 30 13:44:48 1997 Bob Manson * config/sparc/sparclite.mt: Removed simulator references (erc32 diff --git a/gdb/top.c b/gdb/top.c index 0d951d9019d..80a2293c022 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -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, -- 2.30.2