Re: [PATCH 3/5] scripts/gdb: Add io resource readers

2016-01-23 Thread Kieran Bingham
On 23/01/16 15:12, Jan Kiszka wrote: > On 2016-01-20 12:15, Kieran Bingham wrote: >> Provide iomem_resource and ioports_resource printers and command hooks >> >> Signed-off-by: Kieran Bingham >> >> --- >> >> These two readers are a useful extract of kernel information. >> This shows the power

Re: [PATCH 3/5] scripts/gdb: Add io resource readers

2016-01-23 Thread Jan Kiszka
On 2016-01-20 12:15, Kieran Bingham wrote: > Provide iomem_resource and ioports_resource printers and command hooks > > Signed-off-by: Kieran Bingham > > --- > > These two readers are a useful extract of kernel information. > This shows the power of having these commands in gdb/scripts as you

Re: [PATCH 3/5] scripts/gdb: Add io resource readers

2016-01-23 Thread Jan Kiszka
On 2016-01-20 12:15, Kieran Bingham wrote: > Provide iomem_resource and ioports_resource printers and command hooks > > Signed-off-by: Kieran Bingham > > --- > > These two readers are a useful extract of kernel information. > This shows the power of having these

Re: [PATCH 3/5] scripts/gdb: Add io resource readers

2016-01-23 Thread Kieran Bingham
On 23/01/16 15:12, Jan Kiszka wrote: > On 2016-01-20 12:15, Kieran Bingham wrote: >> Provide iomem_resource and ioports_resource printers and command hooks >> >> Signed-off-by: Kieran Bingham >> >> --- >> >> These two readers are a useful extract of kernel