Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Hiro Sugawara <hsugawar@brocade.com>
To: "'Eli Zaretskii'" <eliz@is.elta.co.il>, kiki_wus@yahoo.com
Cc: gdb@sources.redhat.com
Subject: RE: command to enit a memory content
Date: Mon, 01 Oct 2001 09:54:00 -0000	[thread overview]
Message-ID: <F13508319A1CD41187DE00508BACED6A0206745E@cs2ex.brocade.com> (raw)

> -----Original Message-----
> From: Eli Zaretskii [ mailto:eliz@is.elta.co.il ]
> Sent: Monday, October 01, 2001 09:36
> To: kiki_wus@yahoo.com
> Cc: gdb@sources.redhat.com
> Subject: Re: command to enit a memory content
> 
> 
> > Date: Mon, 1 Oct 2001 09:26:59 -0700 (PDT)
> > From: kiki w <kiki_wus@yahoo.com>
> > 
> > I am trying to edit the contents of  some memories
> > using GDB command line,
> > say I want to change the value of 0x02000000 from
> > 0x12345678 to 0x87654321,
> 
> Untested:
> 
> (gdb) set *(int *)0x12345678 = 0x87654321
> 
Tested:

(gdb) p *(int *)0x12345678 = 0x87654321


             reply	other threads:[~2001-10-01  9:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-01  9:54 Hiro Sugawara [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-10-01 16:26 kiki w
2001-10-01  9:27 kiki w
2001-10-01  9:36 ` Eli Zaretskii

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=F13508319A1CD41187DE00508BACED6A0206745E@cs2ex.brocade.com \
    --to=hsugawar@brocade.com \
    --cc=eliz@is.elta.co.il \
    --cc=gdb@sources.redhat.com \
    --cc=kiki_wus@yahoo.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