Re: [PATCHv3 02/13] scripts/gdb: Provide kernel list item generators

2016-03-07 Thread Kieran Bingham
On 08/03/16 10:47, Jeff Mahoney wrote: > On 3/3/16 6:40 AM, Kieran Bingham wrote: >> Facilitate linked-list items by providing a generator to return >> the dereferenced, and type-cast objects from a kernel linked list >> >> CC: Jeff Mahoney >> >> Signed-off-by: Kieran Bingham >> --- >> Changes si

Re: [PATCHv3 02/13] scripts/gdb: Provide kernel list item generators

2016-03-07 Thread Jeff Mahoney
On 3/3/16 6:40 AM, Kieran Bingham wrote: > Facilitate linked-list items by providing a generator to return > the dereferenced, and type-cast objects from a kernel linked list > > CC: Jeff Mahoney > > Signed-off-by: Kieran Bingham > --- > Changes since v1: > * items function removed, and replac

[PATCHv3 02/13] scripts/gdb: Provide kernel list item generators

2016-03-03 Thread Kieran Bingham
Facilitate linked-list items by providing a generator to return the dereferenced, and type-cast objects from a kernel linked list CC: Jeff Mahoney Signed-off-by: Kieran Bingham --- Changes since v1: * items function removed, and replaced with Jeff Mahoney's cleaner implementations of list_f