Home | History | Annotate | Download | only in ddb
History log of /src/sys/ddb/db_break.c
RevisionDateAuthorComments
 1.26  22-Feb-2007  thorpej TRUE -> true, FALSE -> false
 1.25  22-Feb-2007  matt Fix lossage from boolean_t -> bool and updated x86 bus_dma.
 1.24  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.23  16-Nov-2006  christos branches: 1.23.4;
__unused removal on arguments; approved by core.
 1.22  12-Oct-2006  christos - sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
 1.21  02-Apr-2006  he branches: 1.21.8; 1.21.10;
Now that BKPT_SET takes two arguments, supply the second argument.
 1.20  11-Dec-2005  christos branches: 1.20.4; 1.20.6; 1.20.8; 1.20.10; 1.20.12;
merge ktrace-lwp.
 1.19  01-Jun-2005  drochner branches: 1.19.2;
more constification fallout
 1.18  29-Apr-2003  scw branches: 1.18.2;
Add a BKPT_ADDR() macro which gives MD code a chance to munge a
breakpoint address before it's used. Currently a no-op on all but sh5.

This is useful on sh5, for example, to mask off the instruction
type encoding in the bottom two address bits, and makes it possible
to do "db> break $rXX" instead of manually munging the address.
 1.17  15-Feb-2002  simonb 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.16  12-Nov-2001  lukem add RCSIDs
 1.15  02-Jun-2001  chs branches: 1.15.2;
replace vm_map{,_entry}_t with struct vm_map{,_entry} *.
 1.14  26-Jun-2000  mrg branches: 1.14.2;
remove/move more mach vm header files:

<vm/pglist.h> -> <uvm/uvm_pglist.h>
<vm/vm_inherit.h> -> <uvm/uvm_inherit.h>
<vm/vm_kern.h> -> into <uvm/uvm_extern.h>
<vm/vm_object.h> -> nothing
<vm/vm_pager.h> -> into <uvm/uvm_pager.h>

also includes a bunch of <vm/vm_page.h> include removals (due to redudancy
with <vm/vm.h>), and a scattering of other similar headers.
 1.13  25-May-2000  jhawk Interface change: db_printsym() takes a third argument, pr, a function
pointer indicating how to print the symbol. This allows db_printsym()
to called in places where db_printf() is not an appropriate output
function.

While straightforward, apologies in advance if I've introduced any minor
syntax errors; I was unable to test compilation this on all the affected
platforms.
 1.12  30-Mar-2000  augustss Die, register, die!
 1.11  12-Apr-1999  pk branches: 1.11.2;
Quote "AS IS" as in the majority of Carnegy Mellon notices.
 1.10  06-Apr-1999  pk Fix a pasto in copyright text which has been procreating like rabbits..
 1.9  13-Aug-1998  eeh branches: 1.9.6;
Merge paddr_t changes into the main branch.
 1.8  03-Apr-1998  pk branches: 1.8.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.7  30-Mar-1996  christos Fix db_printf format specifications.
 1.6  05-Feb-1996  christos DDB prototype changes.
 1.5  09-Oct-1994  mycroft Add prototypes.
 1.4  29-Jun-1994  cgd New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
 1.3  18-Dec-1993  mycroft Canonicalize all #includes.
 1.2  20-May-1993  cgd branches: 1.2.4;
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.2.4.1  14-Nov-1993  mycroft Canonicalize all #includes.
 1.8.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.9.6.2  12-Apr-1999  pk branches: 1.9.6.2.2;
Pullup copyright text corrections.
 1.9.6.1  07-Apr-1999  pk Pull up from trunk: copyright text warts.
 1.9.6.2.2.1  21-Jun-1999  thorpej Sync w/ -current.
 1.11.2.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
 1.14.2.3  28-Feb-2002  nathanw Catch up to -current.
 1.14.2.2  14-Nov-2001  nathanw Catch up to -current.
 1.14.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.15.2.2  16-Mar-2002  jdolecek Catch up with -current.
 1.15.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.18.2.1  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.19.2.3  26-Feb-2007  yamt sync with head.
 1.19.2.2  30-Dec-2006  yamt sync with head.
 1.19.2.1  21-Jun-2006  yamt sync with head.
 1.20.12.1  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.20.10.1  19-Apr-2006  elad sync with head.
 1.20.8.1  11-Apr-2006  yamt sync with head
 1.20.6.1  22-Apr-2006  simonb Sync with head.
 1.20.4.1  09-Sep-2006  rpaulo sync with head
 1.21.10.2  10-Dec-2006  yamt sync with head.
 1.21.10.1  22-Oct-2006  yamt sync with head
 1.21.8.1  18-Nov-2006  ad Sync with head.
 1.23.4.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