Age | Commit message (Expand) | Author |
2017-05-27 | Make ddb print again filename and linenumber if a bsd.gdb was loaded. | Claudio Jeker |
2017-05-27 | Spring cleanup: | Martin Pieuchot |
2017-05-09 | Use C99 types. | Martin Pieuchot |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-04-30 | Unifdef KGDB. | Martin Pieuchot |
2017-04-20 | Add a port of witness(4) lock validation tool from FreeBSD. | Visa Hankala |
2017-04-20 | Add routines for saving stack traces and printing saved traces | Visa Hankala |
2017-02-08 | Use ELF_ST_{BIND,TYPE} instead of ELFDEFNNAME(ST_{BIND,TYPE}) | Philip Guenther |
2017-02-06 | Implement Dynamic Profiling, a ddb(4) based & gprof compatible kernel | Martin Pieuchot |
2017-01-09 | Revert previous, it's a documented behavior and people might rely on it. | Martin Pieuchot |
2017-01-09 | Stop and restart the watchdog timer when entering and leaving ddb(4). | Martin Pieuchot |
2016-10-18 | Add the examine /m format, "display in unsigned hex with character | Christian Weisgerber |
2016-09-18 | - inline db_ctf_nsyms() into it's only caller. the value remains cached and | Jasper Lievisse Adriaanse |
2016-09-17 | rename ddb/db_ctf.h to sys/ctf.h which is the expected location for the public | Jasper Lievisse Adriaanse |
2016-09-17 | move the .SUNW_ctf section name definition to exec_elf.h and document it in e... | Jasper Lievisse Adriaanse |
2016-09-16 | teach ddb(4) about CTF. currently it only loads the CTF and uses it on amd64 | Jasper Lievisse Adriaanse |
2016-09-16 | drop unneeded casting noise | Jasper Lievisse Adriaanse |
2016-09-04 | Introduce Dynamic Profiling, a ddb(4) based & gprof compatible kernel | Martin Pieuchot |
2016-09-03 | make intrace a volatile, while the compiler does the right thing still | Jasper Lievisse Adriaanse |
2016-09-02 | move links from http to https://www.openbsd.org/ | Theo Buehler |
2016-06-07 | per trending style, add continue to empty loops. | Ted Unangst |
2016-05-21 | <sys/localedef.h> isn't needed for ddb structinfo | Philip Guenther |
2016-04-20 | Collapse db_dwarf.h into db_sym.h | Martin Pieuchot |
2016-04-19 | Do not expose private functions. | Martin Pieuchot |
2016-04-19 | Start reducing the dependence on <uvm/uvm_param.h> by using int-1-0 | Martin Pieuchot |
2016-04-19 | Keep db_write_cmd() in the only place where it is used, just like we did | Martin Pieuchot |
2016-03-09 | Move db_show_regs() in the only file where it is used and turn it private. | Martin Pieuchot |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-03-07 | boolean_t/FALSE/TRUE -> int/0/1 | Martin Pieuchot |
2016-03-06 | Merge db_elf_sym_values() into db_symbol_values(). | Martin Pieuchot |
2016-03-06 | DDB_REGS -> &ddb_regs. | Martin Pieuchot |
2016-03-01 | db_sym_numargs() has always been defined to FALSE so nuke it with all | Martin Pieuchot |
2016-03-01 | Make db_value_of_name() call db_elf_sym_lookup() in order to kill | Martin Pieuchot |
2016-03-01 | DB_SYM_NULL -> NULL. | Martin Pieuchot |
2016-02-28 | Remove leftovers from mutliple symbol tables support. | Martin Pieuchot |
2016-02-27 | Remove the "symbol table" argument of the functions dealing with | Martin Pieuchot |
2016-02-26 | Remove support for multiple symbol tables in ddb(4), we only have one. | Martin Pieuchot |
2016-02-12 | Kill db_symbol_is_ambiguous(). There's no ambiguous symbol since LKMs | Martin Pieuchot |
2016-01-27 | Removes the abstraction layer to support multiple executable binaries. | Martin Pieuchot |
2016-01-27 | Remove unused db_sifting(). | Martin Pieuchot |
2016-01-25 | Do not mix variable declaration and logic. | Martin Pieuchot |
2016-01-25 | Kill "#if 0" version of ddb_init(). | Martin Pieuchot |
2016-01-25 | Kill trailing whitespaces. No object change. | Martin Pieuchot |
2016-01-15 | add a "show socket" command to ddb | David Gwynne |
2015-12-23 | assign pointers NULL rather than 0 | mmcc |
2015-09-13 | On show the ps/o output and ddb.html blurb once, so that we don't get them | Philip Guenther |
2015-09-12 | show a few more lines of trace; discussed in the room | Theo de Raadt |
2015-09-12 | When panicing, show the non-idle, on-proc threads before showing the stack | Philip Guenther |
2015-09-01 | initialise the width var in db_struct_offset_cmd() | Jonathan Gray |
2015-08-30 | Automatically perform traces upon panic. Shrink message about | Theo de Raadt |