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


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

Dumping memory to file


Hello,

I've got an embedded system running eCos which I'm debugging using gdb
over a serial line. I'm looking for ways to save blocks of memory to
disk in the good old brutal fashion, for example, after hitting some
breakpoing typing:
(gdb) save *0x0400 *0x07e8 "screendump"

Any hints/tips?

--
Dan Hovang, dh@cpen.com, http://www.cpen.com

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