Re: [PATCH 2/5] scripts/gdb: Provide a kernel list item generator

2016-01-23 Thread Kieran Bingham
On 23/01/16 15:08, Jan Kiszka wrote: > On 2016-01-20 12:15, Kieran Bingham wrote: >> Facilitate linked-list items by providing a generator to return >> the dereferenced, and type-cast objects from a kernel linked list >> >> Signed-off-by: Kieran Bingham >> --- >> >> This is quite a useful wrappe

Re: [PATCH 2/5] scripts/gdb: Provide a kernel list item generator

2016-01-23 Thread Jan Kiszka
On 2016-01-20 12:15, Kieran Bingham wrote: > Facilitate linked-list items by providing a generator to return > the dereferenced, and type-cast objects from a kernel linked list > > Signed-off-by: Kieran Bingham > --- > > This is quite a useful wrapper to faciliate looping on lists. > It is sort