OpenBSD CVS

src/sys/ddb/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / ddb

Current tag: OPENBSD_6_0


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] db_access.c  1.15   8 years  mpi   Start reducing the dependence on <uvm/uvm_param.h> by using int-1-0 instead of b...
[TXT] db_access.h  1.7   8 years  mpi   Start reducing the dependence on <uvm/uvm_param.h> by using int-1-0 instead of b...
[TXT] db_break.c  1.20   8 years  mpi   Do not expose private functions.
[TXT] db_break.h  1.11   8 years  mpi   Do not expose private functions.
[TXT] db_command.c  1.71   8 years  mpi   Do not expose private functions.
[TXT] db_command.h  1.32   8 years  mpi   Do not expose private functions.
[TXT] db_dwarf.c  1.5   8 years  mpi   Collapse db_dwarf.h into db_sym.h ok matthew@
[TXT] db_elf.c  1.22   8 years  mpi   Collapse db_dwarf.h into db_sym.h ok matthew@
[TXT] db_examine.c  1.22   8 years  tedu   per trending style, add continue to empty loops. ok mglocker
[TXT] db_expr.c  1.13   8 years  mpi   Do not expose private functions.
[TXT] db_extern.h  1.16   8 years  mpi   Do not expose private functions.
[TXT] db_hangman.c  1.35   8 years  mpi   Remove the "symbol table" argument of the functions dealing with symbols. There...
[TXT] db_input.c  1.16   8 years  mpi   Do not expose private functions.
[TXT] db_interface.h  1.17   8 years  dlg   add a "show socket" command to ddb should help inspecting socket issues in the ...
[TXT] db_lex.c  1.14   8 years  mpi   Do not expose private functions.
[TXT] db_lex.h  1.9   8 years  mpi   Do not expose private functions.
[TXT] db_output.c  1.29   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] db_output.h  1.16   10 years  guenther   Add db_vprintf(), and then use it in ACPI's db_disprint() instead of formatting ...
[TXT] db_run.c  1.26   8 years  mpi   Kill trailing whitespaces. No object change.
[TXT] db_run.h  1.11   8 years  mpi   Kill trailing whitespaces. No object change.
[TXT] db_sym.c  1.51   8 years  mpi   boolean_t/FALSE/TRUE -> int/0/1
[TXT] db_sym.h  1.28   8 years  mpi   Collapse db_dwarf.h into db_sym.h ok matthew@
[TXT] db_trap.c  1.25   8 years  mpi   DDB_REGS -> &ddb_regs. All our archs use the same define.
[TXT] db_usrreq.c  1.17   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] db_var.h  1.11   13 years  drahn   Allow kernel printfs to go to console if in ddb instead of being redirected to x...
[TXT] db_variables.c  1.18   8 years  mpi   Kill trailing whitespaces. No object change.
[TXT] db_variables.h  1.8   8 years  mpi   Kill trailing whitespaces. No object change.
[TXT] db_watch.c  1.16   8 years  mpi   Start reducing the dependence on <uvm/uvm_param.h> by using int-1-0 instead of b...
[TXT] db_watch.h  1.10   8 years  mpi   Kill trailing whitespaces. No object change.
[TXT] db_struct.c (in the Attic) [Hide]  1.4   8 years  jsg   initialise the width var in db_struct_offset_cmd() ok miod@ deraadt@
[TXT] db_structinfo.c (in the Attic) [Hide]  1.14   8 years  guenther   <sys/localedef.h> isn't needed for ddb structinfo ok millert@ deraadt@ schwarze...
[TXT] parse_structinfo.pl (in the Attic) [Hide]  1.3   9 years  guenther   Also generate db_structinfo.txt with struct member offset and size info prodded...