delve/service/api
chainhelen b09aed17fd
pkg,service: Optimized the display of examinemem command. (#1888)
1. Don't use intelligent '#' in fmt of go because it is not always satisfying
for diffrent version of golang. Always keep one leading zero for octal and
one leading '0x' for hex manually. Then keep alignment for every byte.

2. Always keep addr alignment when the lens of two adjacent address are
different.

Update #1814.
2020-02-26 22:53:09 -08:00
..
conversions.go proc,service: allow printing registers for arbitrary frames (#1875) 2020-02-24 10:47:02 -08:00
prettyprint_test.go pkg,service: Optimized the display of examinemem command. (#1888) 2020-02-26 22:53:09 -08:00
prettyprint.go pkg,service: Optimized the display of examinemem command. (#1888) 2020-02-26 22:53:09 -08:00
types.go proc,service: allow printing registers for arbitrary frames (#1875) 2020-02-24 10:47:02 -08:00