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] Make "cbfd" a gdb_bfd_ref_ptr


On 05/11/2018 10:49 PM, Tom Tromey wrote:
> This changes program_space::cbfd to be a gdb_bfd_ref_ptr.  This makes
> it somewhat less error-prone to use, because now it manages the
> reference counting automatically.
> 
> Tested by the buildbot.
> 
> 2018-05-11  Tom Tromey  <tom@tromey.com>
> 
> 	* gdbcore.h (core_bfd): Redefine.
> 	* corelow.c (core_target::close): Update.
> 	(core_target_open): Update.
> 	* progspace.h (struct program_space) <cbfd>: Now a
> 	gdb_bfd_ref_ptr.

OK.

Thanks,
Pedro Alves


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