home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / gdb / bug / 958 next >
Encoding:
Text File  |  1992-08-12  |  505 b   |  22 lines

  1. Newsgroups: gnu.gdb.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!gnu.ai.mit.edu!roland
  3. From: roland@gnu.ai.mit.edu (Roland McGrath)
  4. Subject: info reg should take multiple args
  5. Message-ID: <9208112117.AA23449@geech.gnu.ai.mit.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Tue, 11 Aug 1992 13:17:35 GMT
  10. Approved: bug-gdb@prep.ai.mit.edu
  11. Lines: 9
  12.  
  13. Lameness:
  14.  
  15. (gdb) i r d0 d1
  16. d0 d1: invalid register name.
  17. (gdb) 
  18.  
  19.  
  20. This should do the same as "i r d0" and then "i r d1".
  21.  
  22.