public inbox for archer@sourceware.org
 help / color / mirror / Atom feed
From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: Project Archer <archer@sourceware.org>
Cc: Chris Moller <cmoller@redhat.com>, Keith Seitz <keiths@redhat.com>
Subject: Re: [Keith Seitz] Re: [tools-team] Status 2008-09-01
Date: Wed, 02 Sep 2009 21:44:00 -0000	[thread overview]
Message-ID: <20090902214348.GA32564@host0.dyn.jankratochvil.net> (raw)
In-Reply-To: <m31vmpku7t.fsf@fleche.redhat.com>

On Wed, 02 Sep 2009 21:44:06 +0200, Tom Tromey wrote:
> From: Keith Seitz <keiths@redhat.com>
[...]
> This one is a little less cut-n-dry IMO, but it should still "work":
> (gdb) p obj->num_
> There is no member or method named num_.

Just this is due the wrong printing defaults:

(gdb) p obj->num_
There is no member or method named num_.
(gdb) set print object on 
(gdb) p obj->num_
$1 = 2

One should change this (+some other related options in `user_print_options')
and in some way fix the testsuite regressions afterwards by one of:
(a) Updating the specific testsuite expectations by hand.
(b) Making the "old" options default globally (deprecated)
(c) Making the "old" options default only in the current testcases.


Regards,
Jan

  reply	other threads:[~2009-09-02 21:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-02 19:44 Tom Tromey
2009-09-02 21:44 ` Jan Kratochvil [this message]
2009-09-03 19:19   ` Tom Tromey
2009-09-23 14:08 Dragos Tatulea
2009-09-25 18:40 ` Tom Tromey
2009-09-25 19:39   ` Dragos Tatulea
2009-09-25 20:45     ` 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=20090902214348.GA32564@host0.dyn.jankratochvil.net \
    --to=jan.kratochvil@redhat.com \
    --cc=archer@sourceware.org \
    --cc=cmoller@redhat.com \
    --cc=keiths@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).