From: "André Pönitz" <andre.poenitz@nokia.com>
To: gdb@sourceware.org
Subject: Re: calling cast operator
Date: Mon, 02 May 2011 16:10:00 -0000 [thread overview]
Message-ID: <201105021809.49919.andre.poenitz@nokia.com> (raw)
In-Reply-To: <20110502155027.145630@gmx.net>
On Monday 02 May 2011 17:50:27 ext Klaus Rudolph wrote:
> Hi all,
>
> can I use a cast operator from an object on gdb?
>
> class B
> {
> ...
> };
>
> class A
> {
> operator B()
> };
>
> anyFunc()
> {
> A a;
>
> -> breakpoint
> }
>
> how can I get the value of the operation "a.operator B();" on the command line?
>
> print a.operator B()
"print a.'operator B'()" might work, and possibly "print (B)a", too.
Andre'
next prev parent reply other threads:[~2011-05-02 16:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-02 15:50 Klaus Rudolph
2011-05-02 16:10 ` André Pönitz [this message]
2011-05-02 20:31 ` Tom Tromey
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=201105021809.49919.andre.poenitz@nokia.com \
--to=andre.poenitz@nokia.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