- Change x/a to work similar to gdb. The content of the memory is treated as an address, printed symbolically and the address is advanced. This way you can x/a <stack_address> and then just hit return a bunch of times to locate useful data on the stack.
- Add x/p. The content of the memory is treated as an address and printed as hex.
Obtained from: DragonflyBSD.
I obviated the cosmetic fixes from:
http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/df0cd41ca2b32c997e05f2ce18551386dda44055..0624d20e86affcd708609cbf9014207537537a72:/sys/ddb/db_examine.c