Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db_addr_t -> vaddr_t | 2019-11-07 | 1 | -2/+2 | |
| | | | | ok deraadt@ | ||||
* | remove ctf_type declaration no longer needed since -r1.33 | 2017-11-06 | 1 | -2/+0 | |
| | | | | ok mpi@ | ||||
* | replace the DDB_STRUCT backend for "show struct" with ctf code. | 2017-09-06 | 1 | -1/+0 | |
| | | | | | | | this lets you inspect arbitrary memory in the kernel as a specified struct. ok mpi@ jasper@ | ||||
* | Merge DDBCTF into DDB. | 2017-08-11 | 1 | -2/+0 | |
| | |||||
* | With a CTF kernel, DDB's print command will now pretty-print symbols. | 2017-08-10 | 1 | -2/+5 | |
| | | | | | | Casting a type is not yet supported. ok kettenis@, jasper@ | ||||
* | Kill db_sym_t. | 2017-05-30 | 1 | -13/+7 | |
| | | | | ok deraadt@, kettenis@, jasper@ | ||||
* | Pass the symbol instead of its name when looking for CTF infos. | 2017-05-29 | 1 | -0/+4 | |
| | | | | ok jasper@ | ||||
* | Collapse db_dwarf.h into db_sym.h | 2016-04-20 | 1 | -0/+10 | |
| | | | | ok matthew@ | ||||
* | boolean_t/FALSE/TRUE -> int/0/1 | 2016-03-07 | 1 | -3/+3 | |
| | |||||
* | Merge db_elf_sym_values() into db_symbol_values(). | 2016-03-06 | 1 | -1/+0 | |
| | | | | ok stefan@ | ||||
* | db_sym_numargs() has always been defined to FALSE so nuke it with all | 2016-03-01 | 1 | -2/+0 | |
| | | | | | | its associated dead code. ok mikeb@ | ||||
* | Make db_value_of_name() call db_elf_sym_lookup() in order to kill | 2016-03-01 | 1 | -3/+0 | |
| | | | | | | | | | db_lookup() as requested by mlarkin@ While here move the function to db_elf.c do keep db_elf_sym_lookup() private. ok mikeb@ appart from the move the function | ||||
* | DB_SYM_NULL -> NULL. | 2016-03-01 | 1 | -1/+0 | |
| | |||||
* | Remove the "symbol table" argument of the functions dealing with | 2016-02-27 | 1 | -28/+6 | |
| | | | | | | | | | symbols. There's no reason to ask the programmer to supply a specific symbol table since the kernel only have one. ok visa@, guenther@ | ||||
* | Kill db_symbol_is_ambiguous(). There's no ambiguous symbol since LKMs | 2016-02-12 | 1 | -7/+0 | |
| | | | | | | are no longer supported. ok tb@, guenther@ | ||||
* | Removes the abstraction layer to support multiple executable binaries. | 2016-01-27 | 1 | -26/+7 | |
| | | | | | | | Simplifies the API to manipulate symbols now that all our architectures are ELF. ok tb@ | ||||
* | Remove unused db_sifting(). | 2016-01-27 | 1 | -3/+0 | |
| | |||||
* | Kill trailing whitespaces. No object change. | 2016-01-25 | 1 | -6/+6 | |
| | |||||
* | DDB supports ELF symbols are all archs, and it's always the same as the | 2014-03-16 | 1 | -2/+0 | |
| | | | | | | native size, so eliminate the #defines. ok miod@ | ||||
* | Remove support for a.out and ecoff. We only do elf now. | 2013-10-17 | 1 | -3/+0 | |
| | | | | ok miod | ||||
* | Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provide | 2005-04-19 | 1 | -7/+0 | |
| | | | | DB_AOUT_SYMBOLS. | ||||
* | Add a an argument to db_printsym that specifies the printf function | 2002-05-16 | 1 | -1/+1 | |
| | | | | | we'll use for printing the information. miod@ ok | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -29/+28 | |
| | |||||
* | new symbol handling in ddb for ELF, there is still a problem with hangman on alpha though.. | 2001-02-10 | 1 | -31/+61 | |
| | |||||
* | futher support for kernfs...... | 1997-05-29 | 1 | -1/+3 | |
| | |||||
* | wrong private name | 1997-02-07 | 1 | -1/+3 | |
| | |||||
* | record real symtab end. | 1996-08-16 | 1 | -3/+4 | |
| | |||||
* | add symtab list public iterator. | 1996-08-16 | 1 | -1/+4 | |
| | |||||
* | Include sys/queue.h, and add multiple include protection | 1996-05-11 | 1 | -1/+9 | |
| | |||||
* | do dynamic symtab allocattion. | 1996-05-10 | 1 | -5/+7 | |
| | |||||
* | add advanced hang analyzer. | 1996-05-05 | 1 | -1/+8 | |
| | | | | idea by theo. | ||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -1/+2 | |
| | |||||
* | Debbuger changed towards the latest Mach. | 1996-03-11 | 1 | -5/+5 | |
| | | | | | Some minor changes for Linux ;) emulation. Small bug fixes from NetBSD. | ||||
* | netbsd-current import & 'boot' cmd addition. | 1996-02-20 | 1 | -4/+12 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+99 | |