T.R | Title | User | Personal Name | Date | Lines |
---|
855.1 | | ADA9X::BRETT | | Thu Feb 27 1997 14:48 | 26 |
| dbx has a way...
(dbx) help display
<exp>[/ | ?]<count><format> - display count number of formatted memory items
.[/ | ?] - display next/prev group of memory
formats:
d - print 2 bytes in decimal
dd - print 4 bytes in decimal
D - print 8 bytes in decimal
o - print 2 bytes in octal
oo - print 4 bytes in octal
O - print 8 bytes in octal
x - print 2 bytes in hexadecimal
xx - print 4 bytes in hexadecimal
X - print 8 bytes in hexadecimal
b - print 1 byte in octal
c - print 1 byte as a character
s - print a string of characters, ending in null
f - print single precision real number
g - print double precision real number
G - print extended precision real number
n - use expression type to determine format
i - print machine instructions
|
855.2 | | TLE::LUCIA | http://asaab.zko.dec.com/~lucia/biography.html | Thu Feb 27 1997 16:45 | 2 |
| This is a known limitation. You can't do it right now. Use the /X and ignore
the upper half.
|
855.3 | | ADA9X::BRETT | | Thu Feb 27 1997 17:11 | 7 |
| Unfortunately my command was actually going to be
(ladebug) (foo)/100xx
and I can't 'ignore the other half' because I was looking for duplicates.
/Bevin
|
855.4 | | TLE::LUCIA | http://asaab.zko.dec.com/~lucia/biography.html | Fri Feb 28 1997 09:06 | 2 |
| Will not (foo)/50X produce what you want? You have to split the output in your
mind, unfortunately. I am pretty sure this is on our to-do list.
|
855.5 | | TLE::MURRAY | Wanfang Murray | Fri Feb 28 1997 09:31 | 5 |
|
Dennis will take care of this.
Wanfang
|
855.6 | Fielded | TLE::DMURPHY | | Fri Feb 28 1997 15:06 | 3 |
| I'm working on this.
Dennis
|
855.7 | | TLE::BRETT | | Wed May 28 1997 15:26 | 2 |
| fixed
|