This is the mail archive of the gdb@sources.redhat.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]
Other format: [Raw text]

Re: A copy/save command ...



cagney wrote:

> [...]  Lets be honest, ``copy'' is a really bad name.  For all those
> reasons and probably more :-) [...]

Consider:

(gdb) image save FILE RANGE [FORMAT]
(gdb) image restore FILE [ADDR]
(gdb) image compare FILE [ADDR]

where, say, RANGE could be 
    ADDR1 ADDR2
    "region 1" -- previously set memory region

and FORMAT could be some bfd-supported forms like "srec" or "binary".


- FChE


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