From: Tom Tromey <tromey@redhat.com>
To: dje@google.com (Doug Evans)
Cc: gdb-patches@sourceware.org, stan@codesourcery.com
Subject: Re: [commit] fix gdbserver build failure on amd64-linux
Date: Mon, 02 Jul 2012 17:41:00 -0000 [thread overview]
Message-ID: <87hatqxdpz.fsf@fleche.redhat.com> (raw)
In-Reply-To: <20120702171241.5E9E11E1392@ruffy2.mtv.corp.google.com> (Doug Evans's message of "Mon, 2 Jul 2012 10:12:41 -0700 (PDT)")
Doug> - fprintf (stderr, "at 0x%s, bp command_list is 0x%x\n",
Doug> - paddress (where), (int) bp->command_list);
Doug> + fprintf (stderr, "at 0x%s, bp command_list is 0x%lx\n",
Doug> + paddress (where), (long) (uintptr_t) bp->command_list);
I think it is more normal to use host_address_to_string here.
Tom
next prev parent reply other threads:[~2012-07-02 17:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-02 17:12 Doug Evans
2012-07-02 17:29 ` Pedro Alves
2012-07-02 17:41 ` Tom Tromey [this message]
2012-07-02 17:57 ` Stan Shebs
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=87hatqxdpz.fsf@fleche.redhat.com \
--to=tromey@redhat.com \
--cc=dje@google.com \
--cc=gdb-patches@sourceware.org \
--cc=stan@codesourcery.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