From: Daniel Jacobowitz <drow@false.org>
To: Nick Roberts <nickrob@snap.net.nz>
Cc: gdb@sourceware.org
Subject: Re: [BUG] MI: -target-download
Date: Tue, 20 Feb 2007 23:13:00 -0000 [thread overview]
Message-ID: <20070220204320.GA19991@caradoc.them.org> (raw)
In-Reply-To: <17883.22670.460918.432930@kahikatea.snap.net.nz>
On Wed, Feb 21, 2007 at 09:22:38AM +1300, Nick Roberts wrote:
> All of it. I just get the CLI output. I should say this is GDB 6.6.
Hmm. I tested several versions from GDB 6.3.90 through CVS HEAD and
they all worked. I was using gdbserver, though - load works just well
enough with it to test GDB, though don't try to run the result.
This looks specific to the simulator. Take a look at
sim/common/sim-load.c:
if (verbose_p)
{
xprintf (callback, "Loading section %s, size 0x%lx %s ",
bfd_get_section_name (result_bfd, s),
(unsigned long) size,
(lma_p ? "lma" : "vma"));
xprintf_bfd_vma (callback, lma);
xprintf (callback, "\n");
}
Whoops. It's got its own copy, it isn't using the GDB load routine at
all.
--
Daniel Jacobowitz
CodeSourcery
next prev parent reply other threads:[~2007-02-20 20:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-20 20:22 Nick Roberts
2007-02-20 20:43 ` Daniel Jacobowitz
2007-02-20 21:15 ` Nick Roberts
2007-02-20 23:13 ` Daniel Jacobowitz [this message]
2007-02-21 0:54 ` Nick Roberts
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=20070220204320.GA19991@caradoc.them.org \
--to=drow@false.org \
--cc=gdb@sourceware.org \
--cc=nickrob@snap.net.nz \
/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