From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: gdb-patches@sources.redhat.com Subject: [patch/mi] Update register-names to a list Date: Mon, 25 Jun 2001 12:01:00 -0000 Message-id: <3B378A8C.1000504@cygnus.com> X-SW-Source: 2001-06/msg00396.html Hello, The attatched updates the register-names command to a list. For that list to make any sense it can't contain holes. Consequently, it also extends the list to include pseudo registers and invalid registers. Andrew