This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

initialised data recopy


Hi guys,

Here's my problem, when debugging on the target I'd like to be able to reset
the target without redownloading anything to the target. There's no problem
for code or .bss section which is cleared at the beginning of the execution
but what about the initialised data section.

This problem is classical, but I'd like to know the 'cleanest' way to fix it
no matter how long it takes. We use to copy the code and the data on the
target from a "storage" location to the "linking"location.

I'd like to have your advice on this one

Thanks!

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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