public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/14696] New: 'info var" incorrect
@ 2012-10-10 17:57 eager at eagercon dot com
  2023-12-31 15:26 ` [Bug gdb/14696] " ssbssa at sourceware dot org
  0 siblings, 1 reply; 2+ messages in thread
From: eager at eagercon dot com @ 2012-10-10 17:57 UTC (permalink / raw)
  To: gdb-prs


http://sourceware.org/bugzilla/show_bug.cgi?id=14696

             Bug #: 14696
           Summary: 'info var" incorrect
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: minor
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: eager@eagercon.com
    Classification: Unclassified


The "info var" command displays a symbol incorrectly when it is a const array
of pointers.  



test.c:
int a, b;
int * const c[5] = {&a, &a, &a, &a, &a};
int const d[5] = {1, 2, 3, 4, 5};

int main(void) {
  *c[0] = 4;
// c[1] = &b;  /* Illegal assignment. */
  return 0;
}

$ gcc -g -o test test.c

$gdb test
. . .
(gdb) info var c
All variables matching regular expression "c":

File test.c:
int * constc[5];
(gdb) info var d
All variables matching regular expression "d":

File test.c:
const int d[5];

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug gdb/14696] 'info var" incorrect
  2012-10-10 17:57 [Bug gdb/14696] New: 'info var" incorrect eager at eagercon dot com
@ 2023-12-31 15:26 ` ssbssa at sourceware dot org
  0 siblings, 0 replies; 2+ messages in thread
From: ssbssa at sourceware dot org @ 2023-12-31 15:26 UTC (permalink / raw)
  To: gdb-prs

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

Hannes Domani <ssbssa at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
   Target Milestone|---                         |12.1
             Status|NEW                         |RESOLVED
                 CC|                            |ssbssa at sourceware dot org

--- Comment #1 from Hannes Domani <ssbssa at sourceware dot org> ---
Dup.

*** This bug has been marked as a duplicate of bug 28121 ***

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

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

end of thread, other threads:[~2023-12-31 15:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-10 17:57 [Bug gdb/14696] New: 'info var" incorrect eager at eagercon dot com
2023-12-31 15:26 ` [Bug gdb/14696] " ssbssa 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).