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 14/15] Make psymtab_storage::free_psymtabs private


>>>>> "Simon" == Simon Marchi <simon.marchi@ericsson.com> writes:

>> +struct partial_symtab *
>> +psymtab_storage::allocate_psymtab ()
>> +{
>> +  struct partial_symtab *psymtab;
>> +
>> +  if (free_psymtabs)

Simon> != nullptr

Simon> Otherwise, LGTM.

I made this change.

Tom


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