tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sys
/
ddb
/
at
master
33 files
db_access.c
db_addr_t -> vaddr_t
6 years ago
db_access.h
Separate the stack trace saving interface from ddb. The saving does not require the debugger on most architectures, and the separation makes the code easier to use from other subsystems.
6 years ago
db_break.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
db_break.h
db_addr_t -> vaddr_t
6 years ago
db_command.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
db_command.h
ddb: constify command tables
4 years ago
db_ctf.c
db_ctf_decompress: use size_t not off_t for length parameter The only caller of db_ctf_decompress() passes a size_t for the length. This eliminates sign comparison warnings without using casts. OK jca@ tb@
3 years ago
db_dwarf.c
Use <elf.h> in !_KERNEL code path.
8 years ago
db_elf.c
spelling
5 years ago
db_elf.h
Merge two functions to lookup ELF sections by name.
9 years ago
db_examine.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
db_expr.c
sick of the CMU, let's make this KNF
5 years ago
db_extern.h
db_addr_t -> vaddr_t
6 years ago
db_hangman.c
sick of the CMU, let's make this KNF
5 years ago
db_input.c
sick of the CMU, let's make this KNF
5 years ago
db_interface.h
clockintr(9): initial commit
3 years ago
db_lex.c
sick of the CMU, let's make this KNF
5 years ago
db_lex.h
Do not expose private functions.
10 years ago
db_output.c
Prevent interleaved stack traces in ddb from multiple CPUs. Check atomically which CPU is currently tracing. OK cheloha@
4 years ago
db_output.h
ddb: when a new wsdisplay console attaches, resize ddb cols/rows to it
5 years ago
db_prof.c
add kprobes provider for dt
4 years ago
db_rint.c
Add db_rint(), an MI interface to db_enter() copied from kdbrint() in vax code
3 years ago
db_run.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
db_run.h
Substitute boolean_t/TRUE/FALSE by int/1/0.
6 years ago
db_sym.c
fix scentence in db_printsym comment
4 years ago
db_sym.h
use NULL not 0 for pointer values in kern ok semarie@
4 years ago
db_trap.c
Substitute boolean_t/TRUE/FALSE by int/1/0.
6 years ago
db_usrreq.c
Finish converting ddb_sysctl to sysctl_int_bounded
5 years ago
db_var.h
sick of the CMU, let's make this KNF
5 years ago
db_variables.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
db_variables.h
Kill trailing whitespaces. No object change.
10 years ago
db_watch.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
db_watch.h
db_addr_t -> vaddr_t
6 years ago