Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jul 2004 03:54:15 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/gdb/gdb corelow.c ia64-fbsd-nat.c ia64-fbsd-tdep.c ia64-tdep.c inftarg.c src/contrib/gdb/gdb/config/ia64 nm-fbsd.h
Message-ID:  <200407270354.i6R3sFUR012828@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2004-07-27 03:54:15 UTC

  FreeBSD src repository

  Modified files:
    contrib/gdb/gdb      corelow.c ia64-fbsd-nat.c 
                         ia64-fbsd-tdep.c ia64-tdep.c inftarg.c 
    contrib/gdb/gdb/config/ia64 nm-fbsd.h 
  Log:
  Various improvements for ia64:
  o  s/TARGET_XFER_DIRTY/NATIVE_XFER_DIRTY/g to be conformant,
  o  Handle TARGET_OBJECT_DIRTY for core files. Required on Linux,
  o  Replace ia64_fbsd_supply_fpregs() and ia64_fbsd_supply_gregs()
     with supply_fpregset() and supply_gregset() resp. Needed to
     support libthread_db.
  o  For target_read_partial(), pass the address of bspstore as the
     annex instead of bspstore itself. This fixes crossbuilds. The
     annex is a pointer, while bspstore is a ULONGEST.
  o  In ia64_frame_prev_register(), handle dirty stacked registers.
  
  Revision  Changes     Path
  1.3       +1 -1       src/contrib/gdb/gdb/config/ia64/nm-fbsd.h
  1.2       +428 -193   src/contrib/gdb/gdb/corelow.c
  1.3       +2 -10      src/contrib/gdb/gdb/ia64-fbsd-nat.c
  1.3       +20 -22     src/contrib/gdb/gdb/ia64-fbsd-tdep.c
  1.2       +1994 -837  src/contrib/gdb/gdb/ia64-tdep.c
  1.2       +490 -167   src/contrib/gdb/gdb/inftarg.c



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