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_5_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] db_access.c  1.14   8 years  mpi   Kill trailing whitespaces. No object change.
[TXT] db_access.h  1.6   8 years  mpi   Kill trailing whitespaces. No object change.
[TXT] db_break.c  1.18   8 years  mpi   Kill trailing whitespaces. No object change.
[TXT] db_break.h  1.10   8 years  mpi   Kill trailing whitespaces. No object change.
[TXT] db_command.c  1.68   8 years  mpi   Kill trailing whitespaces. No object change.
[TXT] db_command.h  1.31   8 years  mpi   Kill trailing whitespaces. No object change.
[TXT] db_dwarf.c  1.3   8 years  mpi   Kill trailing whitespaces. No object change.
[TXT] db_elf.c  1.16   8 years  mpi   Removes the abstraction layer to support multiple executable binaries. Simplifi...
[TXT] db_examine.c  1.20   9 years  jsg   remove uneeded proc.h includes ok mpi@ kspillner@
[TXT] db_expr.c  1.12   8 years  mpi   Kill trailing whitespaces. No object change.
[TXT] db_extern.h  1.13   17 years  miod   Remove db_check_interrupt() related logic, since it was dummied in practice.
[TXT] db_hangman.c  1.33   8 years  mpi   Removes the abstraction layer to support multiple executable binaries. Simplifi...
[TXT] db_input.c  1.15   8 years  mpi   Kill trailing whitespaces. No object change.
[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.13   8 years  mpi   Kill trailing whitespaces. No object change.
[TXT] db_lex.h  1.8   8 years  mpi   Kill trailing whitespaces. No object change.
[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.44   8 years  mpi   Kill db_symbol_is_ambiguous(). There's no ambiguous symbol since LKMs are no lo...
[TXT] db_sym.h  1.21   8 years  mpi   Kill db_symbol_is_ambiguous(). There's no ambiguous symbol since LKMs are no lo...
[TXT] db_trap.c  1.24   8 years  mpi   Kill trailing whitespaces. No object change.
[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.15   8 years  mpi   Kill trailing whitespaces. No object change.
[TXT] db_watch.h  1.10   8 years  mpi   Kill trailing whitespaces. No object change.
[TXT] db_dwarf.h (in the Attic) [Hide]  1.1   9 years  matthew   Add basic DWARF line table decoder Includes a stand-alone addr2line clone for u...
[TXT] db_print.c (in the Attic) [Hide]  1.16   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.13   9 years  guenther   emul_native is only used for kernel threads which can't dump core, so delete cor...
[TXT] db_write_cmd.c (in the Attic) [Hide]  1.14   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[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...