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 2/2] Make names in gdbtypes.h,symtab.h const char *.


On Thu, Feb 2, 2012 at 2:52 PM, Doug Evans <dje@google.com> wrote:
> Hi.
>
> The changes to these two files involve a teensy bit of extra
> work beyond simple mechanical changes.
> This patch requires the main patch in
> http://sourceware.org/ml/gdb-patches/2012-02/msg00043.html
>
> Ok to check in?
>
> 2012-02-02 ?Doug Evans ?<dje@google.com>
>
> ? ? ? ?* coffread.c (patch_type): Add (char*) cast to xfree parameter.
> ? ? ? ?Use xstrdup.
> ? ? ? ?(process_coff_symbol): Use xstrdup.
> ? ? ? ?* stabsread.c (stabs_method_name_from_physname): Renamed from
> ? ? ? ?update_method_name_from_physname. ?Change result type from void
> ? ? ? ?to char *. ?All callers updated.
> ? ? ? ?(read_member_functions): In has_destructor case, store name in objfile
> ? ? ? ?obstack instead of malloc space. ?In !has_stub case, fix mem leak.

+ the main patch: http://sourceware.org/ml/gdb-patches/2012-02/msg00043.html

Ping.


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