aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb
Commit message (Expand)AuthorAgeFilesLines
* Fixed -Wcast-qual warnings.Bruce Evans1999-02-123-9/+9
* Fixed fatal type mismatches in the aout case. Const poisoning inBruce Evans1999-02-121-5/+5
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-276-45/+47
* Changes to support -Wall, -Wcast-qual. Had to make physical code changesMatthew Dillon1999-01-277-30/+33
* Replace includes of <sys/kernel.h> with includes ofJohn Polstra1999-01-141-2/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-4/+2
* Forgot to commit this; the alpha uses the kld symbol interface now. ThePeter Wemm1998-10-151-2/+2
* Call some helper routines to be supplied by kern_linker.c in order toPeter Wemm1998-10-091-14/+7
* At the moment, the alpha tentatively uses the ddb elf code rather than KLD,Peter Wemm1998-10-091-10/+4
* We don't compile this on an elf kernel (and explicitly not on alpha inPeter Wemm1998-10-091-5/+4
* Update to work with the new elf headers.Doug Rabson1998-08-171-17/+2
* Added macros __printflike() and __scanflike() to <sys/cdefs.h>.Bruce Evans1998-07-131-4/+3
* Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.Bruce Evans1998-07-085-16/+16
* Fixed bogus type of valuep in struct db_variable. It was `int *' andBruce Evans1998-07-088-22/+23
* Fixed db_printf format errors.Bruce Evans1998-07-085-19/+18
* Fixed db_printf format errors (except for ones using broken extensionsBruce Evans1998-07-081-7/+7
* Remove the two single step breakpoints in the reverse order of setting toDoug Rabson1998-07-051-5/+5
* Add symtab parameter to X_db_symbol_values.Doug Rabson1998-07-051-2/+3
* Support 'g' format for printing 8 byte values.Doug Rabson1998-07-051-1/+5
* Forgot to mention:Doug Rabson1998-06-281-1/+1
* Add DDB symbol support for ELF and KLD. The KLD support only supports globalDoug Rabson1998-06-282-0/+539
* Supply the symbol table as an argument to X_db_symbol_values (required for elf).Doug Rabson1998-06-283-6/+8
* Use db_addr_t for the breakpoint address in db_set_single_step.Doug Rabson1998-06-281-3/+3
* Make db_tok_number a long to allow typing 64bit numbers on alpha.Doug Rabson1998-06-272-4/+4
* Use %+11ln for printing in r format to make it work for 64bit registers.Doug Rabson1998-06-271-7/+7
* Add initial support for the FreeBSD/alpha kernel. This is very much aDoug Rabson1998-06-103-7/+7
* Make DDB work again after I broke it :-(.Doug Rabson1998-06-081-2/+2
* Backed out previous commit, which just consisted of a 1-byte editingBruce Evans1998-06-081-2/+2
* Fixed missing ifdefs and disordering in previous commit.Bruce Evans1998-06-081-2/+6
* Fixed ifdef bogotification in previous commit.Bruce Evans1998-06-081-7/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-0712-34/+39
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.Poul-Henning Kamp1998-05-281-27/+1
* Redo the previous commit in a more Bruce-friendly fashion.Poul-Henning Kamp1998-05-193-11/+5
* Add "show msgbuf" commandPoul-Henning Kamp1998-05-193-3/+35
* Ensure that the linker sets for commands exist by putting a standardBruce Evans1998-02-133-25/+15
* Staticize.Eivind Eklund1998-02-091-2/+2
* 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