public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug symtab/11927] looking up structure members as symtabs?
       [not found] <bug-11927-4717@http.sourceware.org/bugzilla/>
@ 2014-05-30 20:12 ` dje at google dot com
  2023-12-11  0:20 ` tromey at sourceware dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: dje at google dot com @ 2014-05-30 20:12 UTC (permalink / raw)
  To: gdb-prs

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

dje at google dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|exp                         |symtab

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


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

* [Bug symtab/11927] looking up structure members as symtabs?
       [not found] <bug-11927-4717@http.sourceware.org/bugzilla/>
  2014-05-30 20:12 ` [Bug symtab/11927] looking up structure members as symtabs? dje at google dot com
@ 2023-12-11  0:20 ` tromey at sourceware dot org
  2023-12-27 13:03 ` ssbssa at sourceware dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2023-12-11  0:20 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

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

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
I think this is a consequence of trying to classify names
in the lexer, but without feedback from the parser.
It'd be better for the C++ parser to follow Rust and
drop yacc in favor of recursive descent.  Then the parser
is just ordinary code and the lexer can be made a bit
less tricky -- like it can just return "this is a name" instead
of trying to figure out the meaning of the name.

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

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

* [Bug symtab/11927] looking up structure members as symtabs?
       [not found] <bug-11927-4717@http.sourceware.org/bugzilla/>
  2014-05-30 20:12 ` [Bug symtab/11927] looking up structure members as symtabs? dje at google dot com
  2023-12-11  0:20 ` tromey at sourceware dot org
@ 2023-12-27 13:03 ` ssbssa at sourceware dot org
  2023-12-27 13:05 ` ssbssa at sourceware dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: ssbssa at sourceware dot org @ 2023-12-27 13:03 UTC (permalink / raw)
  To: gdb-prs

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

Hannes Domani <ssbssa at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|7.1                         |8.2
                 CC|                            |ssbssa at sourceware dot org
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Hannes Domani <ssbssa at sourceware dot org> ---
Was fixed by this commit:
https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=59498c305e6f1db2a1ed8d44cb58f0d24ec092fe

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

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

* [Bug symtab/11927] looking up structure members as symtabs?
       [not found] <bug-11927-4717@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2023-12-27 13:03 ` ssbssa at sourceware dot org
@ 2023-12-27 13:05 ` ssbssa at sourceware dot org
  2023-12-27 13:08 ` ssbssa at sourceware dot org
  2023-12-27 13:41 ` sam at gentoo dot org
  5 siblings, 0 replies; 6+ messages in thread
From: ssbssa at sourceware dot org @ 2023-12-27 13:05 UTC (permalink / raw)
  To: gdb-prs

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

Hannes Domani <ssbssa at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eclig at gmx dot net

--- Comment #3 from Hannes Domani <ssbssa at sourceware dot org> ---
*** Bug 17772 has been marked as a duplicate of this bug. ***

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

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

* [Bug symtab/11927] looking up structure members as symtabs?
       [not found] <bug-11927-4717@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2023-12-27 13:05 ` ssbssa at sourceware dot org
@ 2023-12-27 13:08 ` ssbssa at sourceware dot org
  2023-12-27 13:41 ` sam at gentoo dot org
  5 siblings, 0 replies; 6+ messages in thread
From: ssbssa at sourceware dot org @ 2023-12-27 13:08 UTC (permalink / raw)
  To: gdb-prs

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

Hannes Domani <ssbssa at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |richard_sharman at mitel dot com

--- Comment #4 from Hannes Domani <ssbssa at sourceware dot org> ---
*** Bug 19535 has been marked as a duplicate of this bug. ***

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

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

* [Bug symtab/11927] looking up structure members as symtabs?
       [not found] <bug-11927-4717@http.sourceware.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2023-12-27 13:08 ` ssbssa at sourceware dot org
@ 2023-12-27 13:41 ` sam at gentoo dot org
  5 siblings, 0 replies; 6+ messages in thread
From: sam at gentoo dot org @ 2023-12-27 13:41 UTC (permalink / raw)
  To: gdb-prs

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

Sam James <sam at gentoo dot org> changed:

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

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

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

end of thread, other threads:[~2023-12-27 13:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11927-4717@http.sourceware.org/bugzilla/>
2014-05-30 20:12 ` [Bug symtab/11927] looking up structure members as symtabs? dje at google dot com
2023-12-11  0:20 ` tromey at sourceware dot org
2023-12-27 13:03 ` ssbssa at sourceware dot org
2023-12-27 13:05 ` ssbssa at sourceware dot org
2023-12-27 13:08 ` ssbssa at sourceware dot org
2023-12-27 13:41 ` sam 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).