pfg 3b54164db1 Enhance the ddb examine (x) command.
* 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.

This is based on the similar commit from DragonFlyBSD without the
cosmetic changes.

Relnotes:	yes
Obtained from:	DragonflyBSD (Matthew Dillon)
Reference:	0624d20e86affcd708609cbf9014207537537a72
2016-05-02 19:32:06 +00:00
..
2015-05-23 14:59:27 +00:00
2014-10-12 18:01:52 +00:00
2014-10-11 20:25:19 +00:00
2016-04-20 16:19:44 +00:00
2014-10-11 20:25:19 +00:00
2015-05-23 14:59:27 +00:00
2014-10-11 20:25:19 +00:00
2015-05-23 14:59:27 +00:00
2015-05-21 15:16:18 +00:00