Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2002 22:51:19 -0800 (PST)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ddb db_break.c db_break.h
Message-ID:  <200212310651.gBV6pJ4m067235@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jake        2002/12/30 22:51:19 PST

  Modified files:
    sys/ddb              db_break.c db_break.h 
  Log:
  - Add a function db_alt_break which recognizes the character sequence used to
    implement ALT_BREAK_TO_DEBUGGER.  The caller provides a pointer to a state
    variable to allow different state to be maintained for separate instances of
    a device.
  - Use struct vm_map * instead of vm_map_t in db_break.h to avoid its users
    needing to include vm headers.
  
  Requested by:   njl
  
  Revision  Changes    Path
  1.21      +44 -0     src/sys/ddb/db_break.c
  1.15      +7 -1      src/sys/ddb/db_break.h

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?200212310651.gBV6pJ4m067235>