This is the mail archive of the
insight@sources.redhat.com
mailing list for the Insight project.
Re: Info regarding memory write
- From: Keith Seitz <keiths at redhat dot com>
- To: KiranKumar B Shivananda <kirankumar dot shivananda dot b at celstream dot com>
- Cc: "insight at sources dot redhat dot com" <insight at sources dot redhat dot com>
- Date: Fri, 21 Jan 2005 12:27:40 -0800
- Subject: Re: Info regarding memory write
- References: <80464F9A4D2BF042A154DD067F1F539302A6413D@CEL-BANGT-M01>
On Fri, 2005-01-21 at 09:51, KiranKumar B Shivananda wrote:
> Target is simulator
>
> REMOTE/TCP
That's weird. You connect to a simulator using tcp? What's the target
triple (output of "show version" or gdb -v)? Are you using an Armulator
or something (arm-elf)?
> Which file in gdb has "set *(int*)ADDDRESS=DATA" is implemented?
Ugh... Don't recall offhand. It's probably hidden somewhere deep in the
bowels of the expression evaluator. You can start by setting a break on
"set_command" and following it down.
Keith