This is the mail archive of the gdb-patches@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: [RFA] replay bookmarks


> Date: Thu, 05 Nov 2009 10:13:09 -0800
> From: Michael Snyder <msnyder@vmware.com>
> CC: Eli Zaretskii <eliz@gnu.org>,   "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>,  "glaw@undo-software.com" <glaw@undo-software.com>,   "jakob@virtutech.com" <jakob@virtutech.com>
> 
> > Could you add some works in cmd help to talk about "begin" and "end"?
> 
> Added, plus a few more _()'s, per comment from Eli.

Thanks.  One more nit:

> +  add_com ("goto-bookmark", class_bookmark, goto_bookmark_command, _("\
> +Go to an earlier-bookmarked point in the program's execution history.\n\
> +Argument is a bookmark saved earlier by using the 'bookmark' command,\n\
> +or the special arguments:\n\
> +  start (beginning of recording)\n\
> +  end   (end of recording)\n"));

This says nothing about what kind of argument it expects.  Is it a
number? a name (i.e. string)? something else?


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