summaryrefslogtreecommitdiff
path: root/sys/ddb/db_sym.c
AgeCommit message (Expand)Author
2021-12-13mv out: label into the #ifdef _KERNEL section, as it is onlykre
2021-12-13ddb: fix function names of "noreturn" functions in stack traces.chs
2021-04-12avoid assigning both signed and unsigned variables in the same statement.mrg
2020-03-30Remove a.out leftovers (unused)maya
2017-11-03Handle absolute relocations coming from the kernel: preserve SHN_ABS inmaxv
2012-02-10fix printf formats.christos
2012-02-09Re-indent, and factor out strlen() now that we have more space.christos
2012-02-09Remove bogus code in the non kernel case involving end[]. In this casechristos
2011-04-11avoid compiling dead code into crash.mrg
2011-04-11obsolete DB_AOUT_SYMBOLS. however, we need to leave most of the codemrg
2009-03-07Make ddb compile and work in userspace. Mostly this is comprised of threead
2008-11-30As discussed on tech-kern: mutex_init is too heavyweight for early bootstrapmartin
2008-10-24don't hold locks in ddb (call ksyms_getval_unlocked()), pointed out by ad.christos
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-05-29Add lots of const.christos
2005-03-28remove stray error(1) comment.christos
2005-02-26nuke trailing whitespaceperry
2005-02-15The way I handled /dev/ksyms requests vs. kernel requests was completelycube
2005-01-16reduce db_maxoff from 256MB to 1MB, that should be plenty.chs
2004-04-21kill sprintf, use snprintfitojun
2003-11-17o Fix a bug in ksyms that changed the real meaning of st_name entries forcube
2003-10-25fix uninitialized variablechristos
2003-10-05Tweak the previous change to ensure symbol addresses are correctlyscw
2003-09-03long -> unsigned long, so that correct pointer is sent in function call.ragge
2003-05-17Don't assume sizeof(db_expr_t) == sizeof(long).scw
2003-05-16use strlcpy [change prototype of db_symstr to pass size_t; noone seem to use it]itojun
2003-05-11make couple ksym functions' arguments constjdolecek
2003-04-28By accident db_symstr() was removed, which HÃ¥vard pointed out.ragge
2003-04-25Mobe the SYMTAB_SPACE stuff to ksyms_init, so that it can be used withoutragge
2003-04-24db_sym_numargs() disappeared by mistake, restore it.ragge
2003-04-24Teach DDB to use ksyms instead of it's own symbol table management.ragge
2003-04-16make parameter 'name' for db_del_symbol_table() constjdolecek
2002-11-10Fix signed/unsigned comparison warnings.thorpej
2002-11-04Dump DDB_* and SYMTAB_SPACE options to opt_ddbparam.h rather than opt_ddb.h.itohy
2002-02-15ANSIfy, KNF.simonb
2002-01-05Add db_symstr(), a parallel interface to db_printsym() thatjhawk
2001-11-20- pull in opt_kgdb.h where necessarylukem
2001-11-12add RCSIDslukem
2001-11-08PR/14498: Wesley Chen: Print a return after enumerating the matching symbols.christos
2001-06-13Add a port to IBM's PPC405GP Reference Board (the "walnut")simonb
2001-01-17constify a littlejdolecek
2000-08-11Missed change of parameter for %r->db_format_radix() change.tv
2000-08-09Add two new functions, db_format_radix() and db_format_hex(), which supplanttv
2000-06-06Stop using DDB-specific "%n" kprintf() format specifier. This wasjhawk
2000-05-25Interface change: db_printsym() takes a third argument, pr, a functionjhawk
2000-05-22Add a "sifting" command to ddb (named from the Sun OpenPROM command ofjhawk