Home | History | Annotate | Download | only in ddb
History log of /src/sys/ddb/db_break.h
RevisionDateAuthorComments
 1.20  22-Feb-2007  matt Fix lossage from boolean_t -> bool and updated x86 bus_dma.
 1.19  21-Feb-2007  thorpej Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE and FALSE with true and false.
 1.18  11-Dec-2005  christos branches: 1.18.26;
merge ktrace-lwp.
 1.17  01-Jun-2005  drochner branches: 1.17.2;
more constification fallout
 1.16  15-Feb-2002  simonb branches: 1.16.16;
ANSIfy, KNF.
Make some variables and functions static when not used outside of a module.
Make variables in headers extern.
Delete the unused db_find_watchpoint() function.
 1.15  02-Jun-2001  chs branches: 1.15.2;
replace vm_map{,_entry}_t with struct vm_map{,_entry} *.
 1.14  27-Jun-2000  mrg branches: 1.14.2;
remove include of <vm/vm.h>
 1.13  12-Apr-1999  pk branches: 1.13.2;
Quote "AS IS" as in the majority of Carnegy Mellon notices.
 1.12  06-Apr-1999  pk Fix a pasto in copyright text which has been procreating like rabbits..
 1.11  13-Aug-1998  eeh branches: 1.11.6;
Merge paddr_t changes into the main branch.
 1.10  03-Apr-1998  pk branches: 1.10.2;
If `SOFTWARE_SSTEP' is defined then kgdb_stub.c needs the single-step
emulation in db_run.c:

- re-arrange `db_*_single_step()' and `db_*_temp_breakpoint()' -
which are only used in the `SOFTWARE_SSTEP' case - so these
are available to the KGDB code.
- make other code in db_run.c conditional on `DDB'.
 1.9  26-Jun-1997  thorpej In the db_breakpoint_t, use a db_expr_t to store the original instruction,
not an int.
 1.8  05-Feb-1996  christos DDB prototype changes.
 1.7  09-Oct-1994  mycroft Clean up #includes.
 1.6  09-Oct-1994  mycroft Add prototypes.
 1.5  29-Jun-1994  cgd New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
 1.4  15-Feb-1994  mycroft Remove RCS logs.
 1.3  08-Jan-1994  mycroft Rearrange some #includes.
 1.2  20-May-1993  cgd add explicit rcs id
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.10.2.1  30-Jul-1998  eeh Split vm_offset_t and vm_size_t into paddr_t, psize_t, vaddr_t, and vsize_t.
 1.11.6.2  12-Apr-1999  pk branches: 1.11.6.2.2;
Pullup copyright text corrections.
 1.11.6.1  07-Apr-1999  pk Pull up from trunk: copyright text warts.
 1.11.6.2.2.1  21-Jun-1999  thorpej Sync w/ -current.
 1.13.2.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
 1.14.2.2  28-Feb-2002  nathanw Catch up to -current.
 1.14.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.15.2.1  16-Mar-2002  jdolecek Catch up with -current.
 1.16.16.1  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.17.2.1  26-Feb-2007  yamt sync with head.
 1.18.26.1  27-Feb-2007  yamt - sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.

RSS XML Feed