public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug sim/7504] remote-sim.h doesn't handle 64 bit addresses
       [not found] <bug-7504-4717@http.sourceware.org/bugzilla/>
@ 2014-03-14  0:46 ` vapier at gentoo dot org
  2022-11-08  8:03 ` [Bug sim/7504] sim.h: sim_read & sim_write cannot " vapier at gentoo dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: vapier at gentoo dot org @ 2014-03-14  0:46 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=7504

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vapier at gentoo dot org

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug sim/7504] sim.h: sim_read & sim_write cannot handle 64 bit addresses
       [not found] <bug-7504-4717@http.sourceware.org/bugzilla/>
  2014-03-14  0:46 ` [Bug sim/7504] remote-sim.h doesn't handle 64 bit addresses vapier at gentoo dot org
@ 2022-11-08  8:03 ` vapier at gentoo dot org
  2022-11-08 14:23 ` tromey at sourceware dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: vapier at gentoo dot org @ 2022-11-08  8:03 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=7504

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|remote-sim.h doesn't handle |sim.h: sim_read & sim_write
                   |64 bit addresses            |cannot handle 64 bit
                   |                            |addresses
             Status|ASSIGNED                    |NEW

--- Comment #1 from Mike Frysinger <vapier at gentoo dot org> ---
i wonder if we shouldn't change it to be 64-bit all the time

the "length" arguments should probably also be adjusted as they're "int" atm
too

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug sim/7504] sim.h: sim_read & sim_write cannot handle 64 bit addresses
       [not found] <bug-7504-4717@http.sourceware.org/bugzilla/>
  2014-03-14  0:46 ` [Bug sim/7504] remote-sim.h doesn't handle 64 bit addresses vapier at gentoo dot org
  2022-11-08  8:03 ` [Bug sim/7504] sim.h: sim_read & sim_write cannot " vapier at gentoo dot org
@ 2022-11-08 14:23 ` tromey at sourceware dot org
  2022-11-11 18:49 ` vapier at gentoo dot org
  2022-12-23  1:05 ` vapier at gentoo dot org
  4 siblings, 0 replies; 5+ messages in thread
From: tromey at sourceware dot org @ 2022-11-08 14:23 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=7504

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at sourceware dot org

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
(In reply to Mike Frysinger from comment #1)
> i wonder if we shouldn't change it to be 64-bit all the time

FWIW gdb switched CORE_ADDR to always be 64-bit a while ago.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug sim/7504] sim.h: sim_read & sim_write cannot handle 64 bit addresses
       [not found] <bug-7504-4717@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2022-11-08 14:23 ` tromey at sourceware dot org
@ 2022-11-11 18:49 ` vapier at gentoo dot org
  2022-12-23  1:05 ` vapier at gentoo dot org
  4 siblings, 0 replies; 5+ messages in thread
From: vapier at gentoo dot org @ 2022-11-11 18:49 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=7504

--- Comment #3 from Mike Frysinger <vapier at gentoo dot org> ---
ok, i'll change the address & length to 64-bit post GDB 13 release.  a 64-bit
address with a 32-bit length would mean being able to access only 4GiB at a
time, and we def have programs nowadays that take up more than 4GiB.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug sim/7504] sim.h: sim_read & sim_write cannot handle 64 bit addresses
       [not found] <bug-7504-4717@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2022-11-11 18:49 ` vapier at gentoo dot org
@ 2022-12-23  1:05 ` vapier at gentoo dot org
  4 siblings, 0 replies; 5+ messages in thread
From: vapier at gentoo dot org @ 2022-12-23  1:05 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=7504

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
           Assignee|unassigned at sourceware dot org   |vapier at gentoo dot org

--- Comment #4 from Mike Frysinger <vapier at gentoo dot org> ---
should be fixed in latest tree for gdb-14+

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-12-23  1:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-7504-4717@http.sourceware.org/bugzilla/>
2014-03-14  0:46 ` [Bug sim/7504] remote-sim.h doesn't handle 64 bit addresses vapier at gentoo dot org
2022-11-08  8:03 ` [Bug sim/7504] sim.h: sim_read & sim_write cannot " vapier at gentoo dot org
2022-11-08 14:23 ` tromey at sourceware dot org
2022-11-11 18:49 ` vapier at gentoo dot org
2022-12-23  1:05 ` vapier at gentoo dot org

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).