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] Eliminate remaining gdb/guile cleanups


>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:

Pedro> The remaining gdb/guile cleanups all handle the memory returned by
Pedro> gdbscm_scm_to_c_string.

Pedro> This commit makes gdbscm_scm_to_c_string return a
Pedro> gdb::unique_xmalloc_ptr instead of a naked pointer, and eliminates the
Pedro> remaining cleanups.

I read through this patch and it looked fine to me.
Thanks for doing this.

Tom


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