aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb
Commit message (Expand)AuthorAgeFilesLines
* Some fixes from John Hood:John Dyson1997-12-051-2/+1
* Cleaned up revs.1.19-1.21:Bruce Evans1997-11-201-17/+14
* A better fix for the ddb command history buffer problem; use a staticMike Smith1997-11-091-9/+9
* Don't try to do anything with the input history if MALLOC() for the bufferMike Smith1997-11-071-2/+2
* Fixed scrolling. Newline at the "--More--" prompt scrolled 2 lines.Bruce Evans1997-10-091-2/+2
* Print the filename, not the directory we compiled in.Poul-Henning Kamp1997-09-281-2/+2
* Minor hack to also allow for syscons's "interesting" arrow keys.Joerg Wunsch1997-08-171-1/+13
* Some staticized variables were still declared to be extern.Bruce Evans1997-06-303-15/+10
* Don't depend on gcc's feature of interpreting `int foo(c) char c; ...'Bruce Evans1997-06-302-4/+4
* Removed unused #includes.Bruce Evans1997-06-1410-30/+10
* Everyone's favorite, i think: make DDB understand the arrow keys for theJoerg Wunsch1997-04-121-1/+38
* Fixed gratuitous ANSIisms.Bruce Evans1997-04-013-7/+16
* Added a setjmp() so that an initial pc that points to unmapped memoryBruce Evans1997-03-281-10/+12
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2226-26/+26
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+1
* Fixed printing of small offsets. E.g., -4(%ebp) is now printedBruce Evans1997-01-161-2/+8
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1426-26/+26
* Fixed bogus linkage of one of the ddb linker sets.Bruce Evans1996-12-181-2/+6
* if there is no console, cngetc should act like getc and return -1Julian Elischer1996-10-301-1/+8
* Attached vm ddb commands `show map', `show vmochk', `show object',Bruce Evans1996-09-141-3/+20
* Support statically attaching of ddb commands in non-ddb modules.Bruce Evans1996-09-142-41/+111
* Allow the user to switch into gdb mode from ddbPaul Traina1996-08-271-1/+21
* Finally implement a simple commandline history in DDB.Joerg Wunsch1996-08-101-2/+71
* A small bit of defensive programming in case the panic is during processPeter Wemm1996-06-151-1/+5
* Clean up various compiler warnings. Most (if not all) were benignGary Palmer1996-05-083-7/+9
* For Lite2: proc LIST changes.Jeffrey Hsu1996-03-111-5/+5
* Remove some now unused printfoids.Poul-Henning Kamp1996-01-231-25/+1
* Fixed the one remaining %r.Bruce Evans1996-01-211-2/+2
* One missed printf in the debugger.Poul-Henning Kamp1996-01-211-2/+2
* Get rid of two and a half printf in the kernel.Poul-Henning Kamp1996-01-153-186/+8
* Reduced and cleaned up #includes.Bruce Evans1995-12-1021-76/+48
* Staticize and cleanup.Poul-Henning Kamp1995-12-107-21/+20
* Untangled the vm.h include file spaghetti.David Greenman1995-12-0720-24/+47
* Staticized and '#ifdef notused' stuff we don't use.Poul-Henning Kamp1995-11-2918-131/+140
* Completed function declarations and/or added prototypes and/or #includesBruce Evans1995-11-2414-68/+98
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-249-130/+155
* Change db_ps() to have the correct number and type of args for a ddbBruce Evans1995-08-271-2/+7
* Change db_fncall() and db_panic() to have the correct number and type ofBruce Evans1995-08-271-5/+13
* Make db_ps tolerant of uninitialized struct proc fields. Improved 'more'David Greenman1995-08-201-19/+39
* Remove trailing whitespace.Rodney W. Grimes1995-05-3026-207/+207
* Print the address associated with an examine. Changed db_maxoff toDavid Greenman1995-05-222-13/+6
* Fixed the formatting breakage I added in the previous commit.David Greenman1995-04-041-4/+8
* Fixed DDB's "ps" output formatting.David Greenman1995-03-281-12/+6
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-191-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-163-7/+14
* Make ``p'' an explicit alias for ``print'' instead of being anJoerg Wunsch1995-03-051-1/+2
* Added "panic" command to ddb, so we can do something sensible even ifPoul-Henning Kamp1995-02-051-1/+9
* Load the kernel symbol table in the boot loader and not at compile time.Bruce Evans1995-01-251-23/+14
* Print "(null)" instead of crashing for null strings. Null names areBruce Evans1994-10-301-1/+3
* Avoid ddb getting a panic if the code-segment isn't the usual one...Poul-Henning Kamp1994-10-021-8/+11