Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Michel METZGER <michel.metzger@st.com>
To: gdb@sourceware.org
Subject: Side effect of set print address on python API
Date: Thu, 08 Apr 2010 21:16:00 -0000	[thread overview]
Message-ID: <4BBE47A3.10906@st.com> (raw)

Hi all,

the Frame.read_var() method does not behave as (I) excpected when print 
address is set to off

(gdb) set print address on
(gdb) python print len(str(gdb.selected_frame().read_var("argv")))
10
(gdb) set print address off
(gdb) python print len(str(gdb.selected_frame().read_var("argv")))
0

It's not a blocking issue for me but I guess this is not the expected 
behavior ;)

Regards,

-- 
Michel Metzger


             reply	other threads:[~2010-04-08 21:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-08 21:16 Michel METZGER [this message]
2010-04-09 17:03 ` Tom Tromey
2010-04-09 17:31   ` Michel METZGER

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=4BBE47A3.10906@st.com \
    --to=michel.metzger@st.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