From: S Boucher <stbya@yahoo.com>
To: gdb@sourceware.org
Subject: How to get convenience variables in python?
Date: Fri, 22 Jan 2010 16:25:00 -0000 [thread overview]
Message-ID: <557747.52347.qm@web56807.mail.re3.yahoo.com> (raw)
I'd like to get to convenience variables without first having to print them.
But currently, I have to do:
gdb.execute("print argc")
argc = gdb.history(0)
With the annoying side effect that argc gets printed.
It would be useful is to be able to do:
gdb.execute("set $argc = argc")
argc = gdb.convenience("$argc")
__________________________________________________________________
Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail. Click on Options in Mail and switch to New Mail today or register for free at http://mail.yahoo.ca
next reply other threads:[~2010-01-22 16:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-22 16:25 S Boucher [this message]
2010-01-22 16:46 ` 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=557747.52347.qm@web56807.mail.re3.yahoo.com \
--to=stbya@yahoo.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