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: Sun, 01 Nov 2009 13:13:24 -0800
> From: Michael Snyder <msnyder@vmware.com>
> 
> +  add_com ("bookmark", class_bookmark, save_bookmark_command, _("\
> +Set a bookmark.\n\

This is way too short.  Suggest to expand a bit:

  Set a bookmark in the inferior's execution history

> +  add_com ("goto-bookmark", class_bookmark, goto_bookmark_command, _("\
> +Go to bookmark <n>\n\

Similarly here: such a short description is hardly useful, as it just
repeats the name of the command.

TIA


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