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: [PATCH 9/9] gdb: Change how frames are selected for 'frame' and 'info frame'.


> From: Andrew Burgess <andrew.burgess@embecosm.com>
> Cc: Andrew Burgess <andrew.burgess@embecosm.com>
> Date: Fri, 11 Sep 2015 19:49:43 +0100
> 
>  *** Changes since GDB 7.10
>  
> +* Changes to the 'frame', 'select-frame', and 'info frame' commands.
> +  Selecting frames by number remains unchanged, however, selecting
> +  frames by stack-address, or creating new frames now requires the use
> +  of a sub-command.  Various sub-commands now exist for the various
> +  methods of selecting a frame; level, address, function, and create.

Please show an example of a changed command.  NEWS entries are
supposed to be self-contained, and this one isn't.

>  2015-09-11  Andrew Burgess  <andrew.burgess@embecosm.com>
>  
> +	* gdb.texinfo (Selection): Rewrite documentation for 'frame' and
> +	'select-frame' commands.
> +	(Frame Info): Rewrite documentation for 'info frame' command.

This part is OK.

Thanks.


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