public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug rust/21466] better printing of unsized types
       [not found] <bug-21466-4717@http.sourceware.org/bugzilla/>
@ 2022-01-24  0:39 ` tromey at sourceware dot org
  2022-01-24 23:56 ` tromey at sourceware dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: tromey at sourceware dot org @ 2022-01-24  0:39 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #4 from Tom Tromey <tromey at sourceware dot org> ---
I wonder if this helps:
https://github.com/rust-lang/rust/issues/92718
Or maybe it already works.

-- 
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 rust/21466] better printing of unsized types
       [not found] <bug-21466-4717@http.sourceware.org/bugzilla/>
  2022-01-24  0:39 ` [Bug rust/21466] better printing of unsized types tromey at sourceware dot org
@ 2022-01-24 23:56 ` tromey at sourceware dot org
  2022-03-27 21:22 ` tromey at sourceware dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: tromey at sourceware dot org @ 2022-01-24 23:56 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #5 from Tom Tromey <tromey at sourceware dot org> ---
> Or maybe it already works.

Definitely does not work yet.

-- 
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 rust/21466] better printing of unsized types
       [not found] <bug-21466-4717@http.sourceware.org/bugzilla/>
  2022-01-24  0:39 ` [Bug rust/21466] better printing of unsized types tromey at sourceware dot org
  2022-01-24 23:56 ` tromey at sourceware dot org
@ 2022-03-27 21:22 ` tromey at sourceware dot org
  2022-04-15 17:35 ` cvs-commit at gcc dot gnu.org
  2022-04-15 17:37 ` tromey at sourceware dot org
  4 siblings, 0 replies; 5+ messages in thread
From: tromey at sourceware dot org @ 2022-03-27 21:22 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |tromey at sourceware dot org

--- Comment #6 from Tom Tromey <tromey at sourceware dot org> ---
This works with the 1.61 (currently this is nightly) compiler.
I have a patch.

-- 
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 rust/21466] better printing of unsized types
       [not found] <bug-21466-4717@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2022-03-27 21:22 ` tromey at sourceware dot org
@ 2022-04-15 17:35 ` cvs-commit at gcc dot gnu.org
  2022-04-15 17:37 ` tromey at sourceware dot org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-04-15 17:35 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #7 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=506ec52e8805d8edd538d6bd11750489a8c8bbee

commit 506ec52e8805d8edd538d6bd11750489a8c8bbee
Author: Tom Tromey <tom@tromey.com>
Date:   Fri Mar 25 13:36:53 2022 -0600

    Reimplement Rust slice printing

    The current nightly Rust compiler (aka 1.61) added better DWARF
    representation for unsized types.  Fixing this is PR rust/21466; but
    the code is actually the same as what is required to make slice
    printing more useful, which is PR rust/23871.  This patch implements
    this.  I tested this against various Rust compilers: 1.48, current
    stable, current beta, and current nightly.

    Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=21466
    Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=23871

-- 
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 rust/21466] better printing of unsized types
       [not found] <bug-21466-4717@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2022-04-15 17:35 ` cvs-commit at gcc dot gnu.org
@ 2022-04-15 17:37 ` tromey at sourceware dot org
  4 siblings, 0 replies; 5+ messages in thread
From: tromey at sourceware dot org @ 2022-04-15 17:37 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |13.1
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #8 from Tom Tromey <tromey at sourceware dot org> ---
Fixed.

-- 
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-04-15 17:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-21466-4717@http.sourceware.org/bugzilla/>
2022-01-24  0:39 ` [Bug rust/21466] better printing of unsized types tromey at sourceware dot org
2022-01-24 23:56 ` tromey at sourceware dot org
2022-03-27 21:22 ` tromey at sourceware dot org
2022-04-15 17:35 ` cvs-commit at gcc dot gnu.org
2022-04-15 17:37 ` tromey at sourceware 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).