This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 27/40] Make cp_remove_params return a unique_ptr
- From: Keith Seitz <keiths at redhat dot com>
- To: Pedro Alves <palves at redhat dot com>, gdb-patches at sourceware dot org
- Date: Tue, 8 Aug 2017 13:35:55 -0700
- Subject: Re: [PATCH 27/40] Make cp_remove_params return a unique_ptr
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=keiths at redhat dot com
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com A530ECAA9E
- References: <1496406158-12663-1-git-send-email-palves@redhat.com> <1496406158-12663-28-git-send-email-palves@redhat.com>
On 06/02/2017 05:22 AM, Pedro Alves wrote:
> gdb/ChangeLog:
> yyyy-mm-dd Pedro Alves <palves@redhat.com>
>
> (overload_list_add_symbol): Adjust to use gdb::unique_xmalloc_ptr.
> * cp-support.h (cp_remove_params): Now returns a
> gdb::unique_xmalloc_ptr.
> * dwarf2read.c (find_slot_in_mapped_hash): Now returns bool.
> Adjust to use gdb::unique_xmalloc_ptr.
> (dw2_expand_symtabs_matching_symbol): Adjust to use
> gdb::unique_xmalloc_ptr.
> * psymtab.c (psymtab_search_name): Now returns a
> gdb::unique_xmalloc_ptr.
> (lookup_partial_symbol): Adjust to use gdb::unique_xmalloc_ptr.
> * stack.c (find_frame_funname): Adjust to use
> gdb::unique_xmalloc_ptr.
LGTM
Keith