Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2001 19:41:12 -0800 (PST)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sparc64/include db_machdep.h frame.h src/sys/sparc64/sparc64 db_interface.c db_trace.c
Message-ID:  <200111180341.fAI3fCd82112@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jake        2001/11/17 19:41:12 PST

  Modified files:
    sys/sparc64/include  db_machdep.h frame.h 
    sys/sparc64/sparc64  db_interface.c db_trace.c 
  Log:
  1. Remove kdbframe.  Bad idea.
  2. Add a TF_DONE macro, which fiddles a trapframe to make the retry on
     return from traps act like a done (advance past the trapping
     instruction instead of re-executing).
  3. Flush the windows before entering the debugger, since it is no
     longer done in the breakpoint trap vector.
  4. Print a warning if trace <pid> is attempted, it is not yet implemented.
  5. Print traps better and decode system calls in traces.
  
  Submitted by:   rwatson (4)
  
  Revision  Changes    Path
  1.6       +5 -9      src/sys/sparc64/include/db_machdep.h
  1.10      +5 -10     src/sys/sparc64/include/frame.h
  1.6       +2 -3      src/sys/sparc64/sparc64/db_interface.c
  1.7       +60 -21    src/sys/sparc64/sparc64/db_trace.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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