public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/4669] New: Should memory window table elements include 0x?
@ 2007-06-20 16:26 cagney at redhat dot com
2007-09-26 7:47 ` [Bug general/4669] " pearly dot zhao at oracle dot com
0 siblings, 1 reply; 2+ messages in thread
From: cagney at redhat dot com @ 2007-06-20 16:26 UTC (permalink / raw)
To: frysk-bugzilla
This came up in discussion in 2007-06-20 meeting; I'm not clear that it was
resolved fully. It was noted that the default should be: location, byte, "word
in natural byte order", I assume that in the below:
Should memory window table elements include 0x?
For instance:
0x00000000 | 01 02 03 04 | 04030201
vs:
0x00000000 | 0x01 0x02 0x03 0x04 | 0x04030201
vs:
0x00000000 | 01 02 03 04 | 0x04030201
My take is that the third should be the default:
-> fixed sized hex quantities (8, 16, ...) dropped the 0x
-> "word" sized hex quantities included it
For instance
| 8-bit | 16-bit BE | Word BE
0x00000000 | 01 02 03 04 | 0102 0304 | 0x01020304
--
Summary: Should memory window table elements include 0x?
Product: frysk
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: frysk-bugzilla at sourceware dot org
ReportedBy: cagney at redhat dot com
OtherBugsDependingO 3119
nThis:
http://sourceware.org/bugzilla/show_bug.cgi?id=4669
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Bug general/4669] Should memory window table elements include 0x?
2007-06-20 16:26 [Bug general/4669] New: Should memory window table elements include 0x? cagney at redhat dot com
@ 2007-09-26 7:47 ` pearly dot zhao at oracle dot com
0 siblings, 0 replies; 2+ messages in thread
From: pearly dot zhao at oracle dot com @ 2007-09-26 7:47 UTC (permalink / raw)
To: frysk-bugzilla
------- Additional Comments From pearly dot zhao at oracle dot com 2007-09-26 07:47 -------
After investigate gdb gtk/insight and other debuggers of linux, Choose the
second one to frysk.
2007-09-25 Zhao Shujing <pearly.zhao@oracle.com>
* memory/MemoryWindow.java: Fixes #4674.
* gladedir/memorywindow.glade: Change adjustment to eight.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://sourceware.org/bugzilla/show_bug.cgi?id=4669
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-26 7:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-20 16:26 [Bug general/4669] New: Should memory window table elements include 0x? cagney at redhat dot com
2007-09-26 7:47 ` [Bug general/4669] " pearly dot zhao at oracle dot com
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).