Re: [PATCH v2] scripts/gdb: Add command to check list consistency

2015-04-30 Thread Jan Kiszka
On 2015-04-24 03:57, Thiébaud Weksteen wrote: > Add a gdb script to verify the consistency of lists. > > Signed-off-by: Thiébaud Weksteen > --- > Implement suggestions from Jan. > > Changes in v2: > - Add copyright line > - Rename check_list to list_check > - Remove casting and only accept (s

[PATCH v2] scripts/gdb: Add command to check list consistency

2015-04-23 Thread Thiébaud Weksteen
Add a gdb script to verify the consistency of lists. Signed-off-by: Thiébaud Weksteen --- Implement suggestions from Jan. Changes in v2: - Add copyright line - Rename check_list to list_check - Remove casting and only accept (struct list_head) object - Add error message if argument is missin