Artifact 7320047f34631e46afa2bef1bce203ea7b368c2bbae7c1007f0794ef38fd034e:
- File kdbg/kdbg.md — part of check-in [a8d93823f1] at 2019-08-18 13:42:35 on branch trunk — add functions, generate C syscall table (user: lexi, size: 243) [annotate] [blame] [check-ins using]
- File mod/kdbg/kdbg.md — part of check-in [14172a910a] at 2019-08-21 06:00:24 on branch trunk — move modules to a subdirectory in order to keep the directory tree organized and make room for OS-specific build files (user: lexi, size: 243) [annotate] [blame] [check-ins using]
kdbg
kdbg is a module offering convenience functions, useful primarily for debugging purposes.
functions
kdbg_hexdump(kiochan,void*,sz) → void
prints a canonical hexdump of a specified region of memory to the specifiedkiochan
.