This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

Re: GDB off topic


>>>>> "Trenton" == Trenton D Adams <tadams@extremeeng.com> writes:

Trenton> Quick question for a quick answer.  How do I modify memory
Trenton> using GDB?  I know I can display it using "x/h 0x4C000000"

(gdb) set *(unsigned short*)0x4c000000=0xdead

Jesper


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