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: Writing to Memory and Page Alignment


>> Is it possible to force gdb to write data to a target in a page
   aligned ( boundary ) manner?

Yes - Use the Source Luke.

Not sure what you mean by $MF0,40 .. and $MF0,10

But -- ignoring that.

I presume you are using GDB remote in some form.

Look at the low level target read/write memory functions.

Example: "gdb/target.c - look at target_xfer_memory()"

Make your changes there - or what ever is the appropriate
target file(s) for your target. & build.

-Duane.


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