Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 1994 09:00:10 -0800
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-gnu
Subject:   cvs commit: src/gnu/usr.bin/gdb/gdb freebsd-nat.c
Message-ID:  <199412311700.JAA17936@freefall.cdrom.com>

index | next in thread | raw e-mail

bde         94/12/31 09:00:09

  Modified:    gnu/usr.bin/gdb/gdb freebsd-nat.c
  Log:
  Add more segment registers to list of registers (fake for %fs and %gs).
  This might be useful for debugging applications that use a special LDT.
  However, printing of all segment registers is currently broken.
  
  Don't print "last exception: " before the FPU opcode and pc, etc.  The
  opcode and pc, etc., are for the last FPU _instruction_.
  
  Pass the saved exception status word to print_387_status() so that the
  exception(s) that caused or will cause a trap can be seen.  The kernel
  has supported this since 1.1 or before.  The kernel still clobbers the
  tag word if a trap occurs.
  
  Remove unused null function clear_regs().


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199412311700.JAA17936>