Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Aug 2003 15:29:10 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/truss ia64-fbsd.c
Message-ID:  <200308022229.h72MTA0f039826@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2003/08/02 15:29:10 PDT

  FreeBSD src repository

  Modified files:
    usr.bin/truss        ia64-fbsd.c 
  Log:
  Fix truss on ia64. The syscall arguments are written to the trap
  frame, occupying scratch registers r16 and up. We don't have to
  save any scratch registers for syscalls, so we have plenty of
  room there. Consequently, when we fetch the registers from the
  process, we automaticly have all the arguments and don't need
  to read them seperately.
  
  Revision  Changes    Path
  1.4       +5 -17     src/usr.bin/truss/ia64-fbsd.c



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