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
jcs
33 files
db_access.c
db_addr_t -> vaddr_t
6 years ago
db_access.h
ddb(4): db_read_bytes/db_write_bytes: change dst/src parameter to void*
2 years ago
db_break.c
Correctly honour the count optional argument of the break command, by actually not causing execution to stop until the breakpoint is hit at least count times. Noticed and fix by Nir Lichtman on tech@
1 year ago
db_break.h
db_addr_t -> vaddr_t
6 years ago
db_command.c
Implement a ddb stop command that sends a SIGSTOP to the specified pid.
2 months ago
db_command.h
ddb: constify command tables
4 years ago
db_ctf.c
correct type argument to free(9) in an error path
8 months ago
db_dwarf.c
Use <elf.h> in !_KERNEL code path.
8 years ago
db_elf.c
Constify strings in symbol-related ddb interfaces, and make the iterator callback interface a bit simpler. ok beck@ claudio@ mpi@
1 year ago
db_elf.h
Constify strings in symbol-related ddb interfaces, and make the iterator callback interface a bit simpler. ok beck@ claudio@ mpi@
1 year 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
remove prototypes with no matching function ok mpi@
2 years ago
db_hangman.c
Constify strings in symbol-related ddb interfaces, and make the iterator callback interface a bit simpler. ok beck@ claudio@ mpi@
1 year ago
db_input.c
sick of the CMU, let's make this KNF
5 years ago
db_interface.h
Implement a ddb stop command that sends a SIGSTOP to the specified pid.
2 months 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
Do not enable single-stepping if we're not stepping. Gets rid of the gratuitous that happens when continuing after switching between CPUs.
8 months ago
db_run.h
Substitute boolean_t/TRUE/FALSE by int/1/0.
6 years ago
db_sym.c
Constify strings in symbol-related ddb interfaces, and make the iterator callback interface a bit simpler. ok beck@ claudio@ mpi@
1 year ago
db_sym.h
Constify strings in symbol-related ddb interfaces, and make the iterator callback interface a bit simpler. ok beck@ claudio@ mpi@
1 year ago
db_trap.c
Substitute boolean_t/TRUE/FALSE by int/1/0.
6 years ago
db_usrreq.c
Implement a ddb.suspend sysctl that may help debugging suspend/resume bugs. When this sysctl is set to 1, it will force "S0ix" suspend and skip suspend of inteldrm(4) and amdgpu(4) such that the display remains on during suspend. That should make anything printed on the console to be visible. Power consumption will probably suck though.
10 months ago
db_var.h
Implement a ddb.suspend sysctl that may help debugging suspend/resume bugs. When this sysctl is set to 1, it will force "S0ix" suspend and skip suspend of inteldrm(4) and amdgpu(4) such that the display remains on during suspend. That should make anything printed on the console to be visible. Power consumption will probably suck though.
10 months 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