From: "André Pönitz" <apoenitz@trolltech.com>
To: gdb@sources.redhat.com
Subject: std::string and MI
Date: Thu, 27 Nov 2008 12:39:00 -0000 [thread overview]
Message-ID: <200811271339.03070.apoenitz@trolltech.com> (raw)
Hi all.
For the following code
#include <string>
struct string {};
namespace foo { struct string {}; }
int main()
{
std::string s;
foo::string f;
string t;
}
I get after issuing a "-stack-list-locals 2" the response
^done,locals=[{name="s",type="string"},{name="f",type="foo::string"},
{name="t",type="string"}]
Similarily, "-var-create s * s" followed by "-var-info-type s" produces
^done,type="string"
In both cases the 'std::' namespace is missing from the type.
As the "namespace foo" example above shows, this can't be the general
problem with namespaces, as "foo::string" is reported as I expected.
Does anybody know how to tweak gdb's settings so that it produces the
std:: namespace, too? [Getting back the "real" "std::basic_string<char...>"
would be fine for me as well]
Incidentally: Would it be possible to extend the MI commands that output
types to also produce the mangled types? (This could be restricted to the
cases where these actually differs from the unmangled ones, but I really
don't mind duplicated output)
Regards,
Andre'
next reply other threads:[~2008-11-27 12:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-27 12:39 André Pönitz [this message]
2008-12-02 17:37 ` Tom Tromey
2008-12-03 17:27 ` Daniel Jacobowitz
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=200811271339.03070.apoenitz@trolltech.com \
--to=apoenitz@trolltech.com \
--cc=gdb@sources.redhat.com \
/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