Re: [PATCH 06/14] docs: debugging-via-ohci1394.txt: add it to the core-api book

2020-05-21 Thread Mauro Carvalho Chehab
Em Fri, 15 May 2020 12:00:16 -0600 Jonathan Corbet escreveu: > On Fri, 1 May 2020 17:37:50 +0200 > Mauro Carvalho Chehab wrote: > > > There is an special chapter inside the core-api book about > > some debug infrastructure like tracepoints and debug objects. > > > > It sounded to me that this

Re: [PATCH 06/14] docs: debugging-via-ohci1394.txt: add it to the core-api book

2020-05-15 Thread Jonathan Corbet
On Fri, 1 May 2020 17:37:50 +0200 Mauro Carvalho Chehab wrote: > There is an special chapter inside the core-api book about > some debug infrastructure like tracepoints and debug objects. > > It sounded to me that this is the best place to add a chapter > explaining how to use a FireWire contro

[PATCH 06/14] docs: debugging-via-ohci1394.txt: add it to the core-api book

2020-05-01 Thread Mauro Carvalho Chehab
There is an special chapter inside the core-api book about some debug infrastructure like tracepoints and debug objects. It sounded to me that this is the best place to add a chapter explaining how to use a FireWire controller to do remote kernel debugging, as explained on this document. Signed-o