This is the mail archive of the gdb@sourceware.org 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: [discuss] Process record -- save and restore to a file


Greg Law wrote:
Michael Snyder wrote:
[..]

Secondly, I have a suggestion about the command names.
How about
  record save <filename>
  record restore <filename>
instead of
  record dump <filename>
  record load <filename>

What do you guys think?

UI looks good to me, too.


Would we expect these commands to be reflected over the remote protocol if a remote target were using reverse debugging?

No, just as with core files, we've never made the final effort to get gdb to suck all the information out of the remote target.

And since this feature involves saving a core file, you can
imagine how much data we would be transporting.

If we did corefiles first, I don't imagine it would be too hard
to get the rest of this to work.


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