Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: "André Pönitz" <andre.poenitz@nokia.com>
To: gdb@sourceware.org
Subject: Re: Is it possible to access shadowed variables?
Date: Mon, 15 Nov 2010 10:19:00 -0000	[thread overview]
Message-ID: <201011151117.42597.andre.poenitz@nokia.com> (raw)
In-Reply-To: <F7CE05678329534C957159168FA70DEC572E5B34B0@EUSAACMS0703.eamcs.ericsson.se>

On Friday 12 November 2010 20:35:58 ext Marc Khouzam wrote:
> Hi,
> 
> I'm trying to figure out a way to deal with shadowed
> variables in Eclipse.  But I can't find a way to
> access them from GDB.
> 
> If I'm at line 3 of:  
> 
> int a = 1; //line 1
> {
>   bool a = true; // line 3
> }

You can get the blocks of a frame using gdb.Frame.block(), iterate the nested
blocks using block.superblock and use gdb.Frame.read_var(name, block) to
access the shadowed variables. 

> The only thing I found is to use
> -stack-list-locals 2
> which will show me both variables with their types
> and both their values.
> 
> -stack-list-locals 2
> ^done,locals=[{name="a",type="bool",value="true"},
>               {name="a",type="int",value="1"}]

I don't think the functionality exists for MI varobjs.

Andre'


      parent reply	other threads:[~2010-11-15 10:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-12 19:36 Marc Khouzam
2010-11-14 13:22 ` Vladimir Prus
2010-11-15 10:19 ` André Pönitz [this message]

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=201011151117.42597.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