This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Info regarding memory write


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]