From: "Pierre Muller" <pierre.muller@ics-cnrs.unistra.fr>
To: <Hilfinger@adacore.com>, <tromey@redhat.com>
Cc: <brobecker@adacore.com>, <gdb-patches@sourceware.org>
Subject: RE: [RFA] 64-bit range types in GDB
Date: Sat, 05 Dec 2009 16:53:00 -0000 [thread overview]
Message-ID: <002101ca75cb$60c207a0$224616e0$@muller@ics-cnrs.unistra.fr> (raw)
In-Reply-To: <20091205121800.DB060227B32@nile.gnat.com>
> > Paul> + _("Suspicious DW_AT_byte_size value treated as zero
> instead of 0x%llx"),
> > Paul> + (long long) DW_UNSND (attr));
> >
> > Are %ll and `long long' really portable? I think you need something
> > else here. There are a few cases.
You shouldn't use %ll
as this would degenerate ARI regressions.
Please use %s with plongest or pulongest functions
from utils.c
Otherwise, I really like the idea of your patch to
remove the 32bit limitation for ranges!
Pierre Muller
as ARI "maintainer"...
next prev parent reply other threads:[~2009-12-05 16:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-04 8:13 Paul Hilfinger
2009-12-04 18:35 ` Tom Tromey
2009-12-05 12:18 ` Paul Hilfinger
2009-12-05 16:53 ` Pierre Muller [this message]
2009-12-07 20:08 ` Tom Tromey
2009-12-11 10:03 ` Paul Hilfinger
2009-12-11 19:06 ` Tom Tromey
2009-12-14 6:24 ` [COMMIT] " Paul Hilfinger
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='002101ca75cb$60c207a0$224616e0$@muller@ics-cnrs.unistra.fr' \
--to=pierre.muller@ics-cnrs.unistra.fr \
--cc=Hilfinger@adacore.com \
--cc=brobecker@adacore.com \
--cc=gdb-patches@sourceware.org \
--cc=tromey@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