public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
From: Stas Perepelitsa <pet.shelford@gmail.com>
To: gdb@sourceware.org
Subject: Displaying variables from namespace with strange DWARF info
Date: Tue, 8 Sep 2020 18:13:37 +0300	[thread overview]
Message-ID: <CAEnSbcyDoxiNozen0mApZEmb7fCUjG-VeGKJZ6aZim06LfYVMw@mail.gmail.com> (raw)

Hi All,

I've got an ELF file compiled with a proprietary C/C++ compiler, where the
project contains namespaces.

I’ve parsed DWARF info and it reveals that variables sitting in namespace
have their names fully qualified, like AAA::BBB::name.

Another point, the compilation unit marked as C89 source regardless of C++
source file taken as input file.

And there are no attributes ’ DW_AT_namespace’ found in DWARF info.
(Checked same project with ARM compiler and yes, there are those attributes)
As a result, the variables from namespaces are neither displayed as
variables nor as expressions. Is there any chance to teach gdb how to
process such names?

Regards,
Stanislav.

             reply	other threads:[~2020-09-08 15:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-08 15:13 Stas Perepelitsa [this message]
2020-09-11 14:49 ` Simon Marchi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAEnSbcyDoxiNozen0mApZEmb7fCUjG-VeGKJZ6aZim06LfYVMw@mail.gmail.com \
    --to=pet.shelford@gmail.com \
    --cc=gdb@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).