Hi - cagney wrote: > > [...] > > where, say, RANGE could be > > ADDR1 ADDR2 > > "region 1" -- previously set memory region > > I'm not sure what you mean by a previously set memory region. [...] I was referring to regions as managed by the "mem" command, as in (gdb) mem 2000 2500 (gdb) info mem [...] (gdb) image store region 1 /my/file srec > I'm wondering what the semantics of ``restore'' are and how they differ > from load in some cases. Perhaphs ``(gdb) load '' is > syntatic sugar for one of the ``(gdb) image ...'' commands. Yes, quite possibly. - FChE