summaryrefslogtreecommitdiff
path: root/sys/ddb
AgeCommit message (Collapse)Author
1997-09-08put 'help' in front of 'hangman'Theo de Raadt
1997-09-08KNFTheo de Raadt
1997-09-06fix #endif; David.Sainty@MCS.VUW.AC.NZTheo de Raadt
1997-08-07slight KNFNiklas Hallqvist
1997-08-07document needed MD funcs for SOFTWARE_SSTEP betterNiklas Hallqvist
1997-07-23typoNiklas Hallqvist
1997-07-23Support an DB_VALID_BREAKPOINT option for validation of breakpoints.Niklas Hallqvist
This can be very important in SOFTWARE_SSTEP systems as single stepping otherwise frequently hoses the machine when trying to step through paths used ny DDB itself.
1997-07-19Include vm/vm.h everywhere it is needed to get at boolean_t (I would preferNiklas Hallqvist
to have it in sys/types.h but that is problematic). Some KNF.
1997-07-19Make SOFTWARE_SSTEP compile with strict prototypingNiklas Hallqvist
1997-07-19SOFTWARE_SSTEP bugs fixed. KNF. register specs removed. Include vm.hNiklas Hallqvist
1997-07-08remove register, move strx decl, and change it to long as it is meant to takeNiklas Hallqvist
an addr which cannot fit in an int
1997-07-08Let the count of symbols be long, so the nlist array will get properNiklas Hallqvist
alignment everywhere.
1997-07-07Do not wrap lines so often, much prettier x outputNiklas Hallqvist
1997-07-0664 bit fixesNiklas Hallqvist
1997-07-06A number should be db_expr_tNiklas Hallqvist
1997-07-06Style nits + provide getreg_val proto conditionally. Removed unused var.Niklas Hallqvist
1997-07-03const happynessNiklas Hallqvist
1997-06-12MI exec headerMichael Shalayeff
1997-05-29correct case KERNFS && !LKMMichael Shalayeff
1997-05-29futher support for kernfs......Michael Shalayeff
1997-05-29move db_radix to the db_output.c, where all the vars are.Michael Shalayeff
some preliminary support for kernfs&syms&~ddb
1997-03-25Ok here is the mvme88k userland, minus a few important pieces.Dale S. Rahn
as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over.
1997-03-21New FIXUP_PC_AFTER_BREAK convention from NetBSDNiklas Hallqvist
1997-03-21Instead of explicit extern, include the include file which should do itNiklas Hallqvist
1997-03-21Make ddb variables long (for 64bit archs). from netbsdNiklas Hallqvist
1997-02-07i hate militarists, pacifists either.Michael Shalayeff
1997-02-07Untested changes SUCKTheo de Raadt
1997-02-07wrong private nameMichael Shalayeff
1997-02-07necessary support for kernfs.Michael Shalayeff
1997-01-27change prompt to ddb to match man page ddb(4)Theo de Raadt
1997-01-16use RB_TIMEBAD to indicate that the time is wrong and should not be copiedkstailey
to the battery backed up clock via resettodr() in boot().
1996-11-29note 1024 limit on text+data.Michael Shalayeff
1996-11-28Actually draw the hanging. Remove some statics. Fix a bug inNiklas Hallqvist
case handling. Still less than 1 K! Most stuff from Andreas Gunnarsson, <zzlevo@dd.chalmers.se>
1996-10-21random is stockTheo de Raadt
1996-09-27Prototype db_delete_line().briggs
1996-08-29rnd -> randomTheo de Raadt
1996-08-23signedness pedaneteryNiklas Hallqvist
1996-08-16record real symtab end.Michael Shalayeff
1996-08-16add symtab list public iterator.Michael Shalayeff
1996-08-13Kludge to make DDB reverse symbol lookup work again.Niklas Hallqvist
I will soon deal with this mess in a 64-bit clean way which the old code was anything but.
1996-08-04Make compile on OpenBSD/alpha. MD stuff is still missing though.Niklas Hallqvist
1996-07-24printf style functions now are int, explicitly return 0Niklas Hallqvist
1996-07-23make printf/addlog return 0, for compat to userlandTheo de Raadt
1996-06-17set default level to 5, misc cleanup.Michael Shalayeff
1996-05-31-Wall and -Wstrict-prototypes cleanupNiklas Hallqvist
1996-05-20remove unused #defines.Michael Shalayeff
1996-05-11Include sys/queue.h, and add multiple include protectionNiklas Hallqvist
1996-05-10fix symtab skip loop (s,p,q,).Michael Shalayeff
1996-05-10do dynamic symtab allocattion.Michael Shalayeff
1996-05-07show symtab name when no less than 3 of them.Michael Shalayeff