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 1/3] change gdbserver to use hashtab: list->table


On Sat, Jan 25, 2014 at 4:27 AM, Yao Qi <yao@codesourcery.com> wrote:
>> The patch is in 3 parts:
>>
>> 1) rename "list" to "table" throughout,
>>    rename member "entry" in some structs to "head" (for consistency)
>>
>> 2) misc. prepatory cleanup, in particular while there are routines
>>    to traverse the lists, some code traverses the list itself.
>>    These need to be rewritten to always use the provided traversal
>>    routines.
>>
>> 3) Add hashtable support.
>
> Where is patch 3/3?  I don't see it in archive either.

Last minute second thoughts.
I'm working on a different implementation (which may itself not be the
final story ... baby steps).


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