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 15:39:18 -0800
> From: Michael Snyder <msnyder@vmware.com>
> CC: "teawater@gmail.com" <teawater@gmail.com>, 
>  "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>,
>  "glaw@undo-software.com" <glaw@undo-software.com>, 
>  "jakob@virtutech.com" <jakob@virtutech.com>
> 
> >> +  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?
> 
> Thanks.  Better?

Yes, much better.  Thanks.


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