[Bug 60670] Changing debugger default output radix
John Birch
jbb at kdevelop.org
Fri Feb 6 03:07:05 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=60670
------- Additional Comments From jbb at kdevelop.org 2004-02-06 03:06 -------
This is from the gdb mailing list.
Do we want to worry about this?
>> It seems in GNU gdb Red Hat Linux (5.1-1) when
>> I do a print /x the order is Big Endian regardless
>> of the host architecture.
>
> The print command just prints a value, and values don't have endianess.
> Only memory contents have.
"Indeed. If you want to see endianness, use 'x' instead, and ask it for a
string of hex bytes. :^) "
More information about the KDevelop-devel
mailing list