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 05/12] Remove some cleanups from stack.c


On 09/28/2017 08:50 PM, Tom Tromey wrote:
> This removes some cleanups from stack.c by using std::string or
> gdb::unique_xmalloc_ptr.  One cleanup remains in this file; I did not
> remove it here because it is handled in another patch series that has
> yet to be resolved.
> 
> gdb/ChangeLog
> 2017-09-28  Tom Tromey  <tom@tromey.com>
> 
> 	* stack.c (parse_frame_specification): Use std::string
> 	(info_frame_command): Use gdb::unique_xmalloc_ptr.

OK.

The cp_remove_param-related changes reminded me of:
  https://sourceware.org/ml/gdb-patches/2017-06/msg00029.html
(the last hunk)

I think I'll apply that soon, once yours is in.

Thanks,
Pedro Alves


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