From: "Shaun Jackman" <sjackman@gmail.com>
To: gdb@sources.redhat.com
Subject: Re: Undo add-symbol-file
Date: Thu, 22 Jun 2006 03:17:00 -0000 [thread overview]
Message-ID: <7f45d9390606211459q4adc78e8ubeb7f581a4703ba@mail.gmail.com> (raw)
In-Reply-To: <20060621215245.GA18017@nevyn.them.org>
On 6/21/06, Daniel Jacobowitz <drow@false.org> wrote:
> Try just "symbol-file", without a new symbol file?
Aha! Here's the trick. I was trying to move a symbol file loaded with
add-symbol-file from location a to b. So I tried...
symbol-file kernel
add-symbol-file busybox 0x1000000
... hoping that the symbol-file command would clear the
add-symbol-file tables. It does not work this way. However, as you
pointed out, the following does work.
symbol-file
symbol-file kernel
add-symbol-file busybox 0x1000000
Thanks!
Shaun
prev parent reply other threads:[~2006-06-21 21:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-21 21:52 Shaun Jackman
2006-06-21 21:59 ` Daniel Jacobowitz
2006-06-22 3:17 ` Shaun Jackman [this message]
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=7f45d9390606211459q4adc78e8ubeb7f581a4703ba@mail.gmail.com \
--to=sjackman@gmail.com \
--cc=gdb@sources.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