From: Michael Snyder <msnyder@vmware.com>
To: Bjorn Helgaas <bjorn.helgaas@hp.com>
Cc: "gdb@sourceware.org" <gdb@sourceware.org>
Subject: Re: read/write arbitrary files
Date: Tue, 26 Aug 2008 16:41:00 -0000 [thread overview]
Message-ID: <48B2EA7E.7030501@vmware.com> (raw)
In-Reply-To: <200808251040.08733.bjorn.helgaas@hp.com>
Bjorn Helgaas wrote:
> I'd like to use gdb to examine and update arbitrary files. In
> particular, I'd like to disassemble and patch files like /dev/mem
> that are not in executable or core formats.
>
> Is there already a way to do this? If not, could there be? This
> was a very useful feature of adb.
It's not really what gdb is good for.
Arbitrary files such as /dev/mem have no symbols and no types.
It should be easy to either use an existing hex editor, or
write one to do this sort of patching. This tool could be
orders of magnitude less complicated than gdb.
next prev parent reply other threads:[~2008-08-25 17:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-26 16:29 Bjorn Helgaas
2008-08-26 16:41 ` Michael Snyder [this message]
2008-08-27 7:30 ` Bjorn Helgaas
2008-08-27 15:22 ` Michael Snyder
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=48B2EA7E.7030501@vmware.com \
--to=msnyder@vmware.com \
--cc=bjorn.helgaas@hp.com \
--cc=gdb@sourceware.org \
/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