aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_sym.c
Commit message (Expand)AuthorAgeFilesLines
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-6/+5
* Fix printing of negative offsets (typically from frame pointers) again.Bruce Evans2017-03-261-7/+4
* Use casts to force an unsigned comparison in db_search_symbol().John Baldwin2016-12-141-2/+2
* ddb: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-3/+3
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFZbigniew Bodek2015-07-161-0/+2
* Correct the function name in catch-all error handling case.Bjoern A. Zeeb2015-06-171-1/+1
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-211-15/+14
* ddb: stop boolean screaming.Pedro F. Giffuni2015-05-181-18/+18
* ddb: ANSI-fy function declarations.Pedro F. Giffuni2014-10-121-45/+13
* Move two copies of the same definition to a common include file.Julian Elischer2010-04-141-6/+0
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-0/+169
* Never zero-out db_last_symtab. Whan backtraces are doneKonstantin Belousov2006-06-161-1/+0
* Start each of the license/copyright comments with /*-Warner Losh2005-01-061-1/+1
* Add DDB_NUMSYM option which in addition to the symbolic representationPoul-Henning Kamp2004-02-241-0/+6
* Use __FBSDID().David E. O'Brien2003-06-101-3/+4
* Remove __P.Alfred Perlstein2002-03-201-5/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Quiet warnings on Alpha. (db_expr_t is a long on alpha, int on x86)Peter Wemm1999-07-011-2/+2
* Fixed -Wcast-qual warnings.Bruce Evans1999-02-121-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-17/+17
* Changes to support -Wall, -Wcast-qual. Had to make physical code changesMatthew Dillon1999-01-271-12/+15
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-4/+2
* Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.Bruce Evans1998-07-081-4/+4
* Fixed bogus type of valuep in struct db_variable. It was `int *' andBruce Evans1998-07-081-3/+3
* Fixed db_printf format errors.Bruce Evans1998-07-081-3/+3
* Supply the symbol table as an argument to X_db_symbol_values (required for elf).Doug Rabson1998-06-281-2/+2
* Add initial support for the FreeBSD/alpha kernel. This is very much aDoug Rabson1998-06-101-3/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Some staticized variables were still declared to be extern.Bruce Evans1997-06-301-4/+8
* Don't depend on gcc's feature of interpreting `int foo(c) char c; ...'Bruce Evans1997-06-301-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-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-141-1/+1
* Get rid of two and a half printf in the kernel.Poul-Henning Kamp1996-01-151-2/+2
* Reduced and cleaned up #includes.Bruce Evans1995-12-101-3/+2
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-2/+2
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+2
* Staticized and '#ifdef notused' stuff we don't use.Poul-Henning Kamp1995-11-291-9/+11
* Completed function declarations and/or added prototypes and/or #includesBruce Evans1995-11-241-10/+4
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* Print the address associated with an examine. Changed db_maxoff toDavid Greenman1995-05-221-2/+2
* Makes gcc silent in sys/ddb.Poul-Henning Kamp1994-09-271-9/+6
* 1) cleaned up after Garrett - fixed more redundant declarations, changedDavid Greenman1994-08-201-5/+5
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-5/+5
* Patches from John Brezak (necessary for the syscall->trapframe conversionDavid Greenman1994-01-031-2/+12
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-2/+7
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-44/+2
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+360