summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/ddb/db_interface.c
AgeCommit message (Expand)Author
2004-09-30Introduce sparc-like CPU_ISFOO macros, to short-circuit evaluations whenMiod Vallat
2004-01-23Get rid of a few (mostly DDB related) unused defines and macros.Miod Vallat
2004-01-14Some MC8820x operation cleaning:Miod Vallat
2004-01-13Let frame_is_sane() be quiet on demand, then fix and enable again frame search.Miod Vallat
2004-01-12Shrink the reg structure, for it to only contain registers (eh), and makeMiod Vallat
2004-01-12Get rid of that ugly m88100_saved_state structure, use trapframe everywhereMiod Vallat
2004-01-09Constify trap names, and a few cleanings to the trap() functions.Miod Vallat
2004-01-07Constify, remove db_task_name() Mach leftover, and fix an hilarious typoMiod Vallat
2004-01-07Remove duplicate definitions with MI ddb headers, and fix db_stack_trace_printMiod Vallat
2004-01-02When both cmmu_dofoo() and cmmu_remote_dofoo() exist, kill the first one,Miod Vallat
2003-12-21Switch db_expr_t from int to long, per consistency with other platforms.Miod Vallat
2003-12-19Pass -Wformat, and silence a few vme* debug printf.Miod Vallat
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
2003-10-05Bang head against wall, unbreak ddb, do not collect $2000, and go to sleep.Miod Vallat
2003-10-05Correct db_{read,write}_bytes prototypes and use the official ones.Miod Vallat
2003-10-03Use the commen DMT constants, and try to provide at least as many informationMiod Vallat
2003-09-16Clean <machine/db_machdep.h> of unused material. Also, let this file beMiod Vallat
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-22masive cmmu overhaul. function pointers now control cmmu functionalitySteve Murphree
2001-12-22mc88110 support in ddb. Bring in bit definitions.Steve Murphree
2001-12-22rename m882xx.h to m8820x.hSteve Murphree
2001-12-16Revert the mvme88k to 20011212. Recent changes had not been merged correctly,Miod Vallat
2001-12-14Repair MVME187 after MVME197 merge.Steve Murphree
2001-12-13Support for MVME197 completed. Fix SPL defs.Steve Murphree
2001-11-27Adapt to include files changes.Miod Vallat
2001-11-09Ouch, more variables declarations in .h files lacking ``extern'' safetyMiod Vallat
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-23rename kdb_init() to db_machine_init().Miod Vallat
2001-09-20occured->occurredMike Pechkin
2001-08-31There's no point having a Debugger() clone here.Miod Vallat
2001-08-26Add prototypes, fix compilation warnings, random style fixes.Miod Vallat
2001-08-24Get rid of the ugly db_printf() wrappers, as well as of theMiod Vallat
2001-07-01Enable the ``machine foo'' commands under ddb.Miod Vallat
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-03-16KNF, warning hunting.Miod Vallat
2001-03-09kernel will compile with -Werror. Added intr.hSteve Murphree
2001-03-08Some warning hunting.Miod Vallat
2001-02-01Major changes to get MVME188 working. More header and code cleanups. TheSteve Murphree
1999-02-09Added kernel support for user debugging. Fixed file ID'sSteve Murphree
1997-03-03Cleanup after import. This also seems to bring up the current version.Dale S. Rahn
1997-03-03This is a remove to get rid of the old mvme88k port which was incompleteDale S. Rahn
1995-10-18initial 88k import; code by nivas and based on mach luna88kTheo de Raadt