Re: [Kgdb-bugreport] Kgdb & Gdb on a serial link

2012-03-30 Thread Jason Wessel
On 03/28/2012 02:01 AM, Gilles Allard wrote: > On Wednesday 22 February 2012 10:32:43 Gilles Allard wrote: >> To debug a driver, I try to use Kgdb along with Gdb on a serial link >> between an host machine and the target one running the buggy driver. >> >> - Up to now, everything seems to be a

Re: [Kgdb-bugreport] Kgdb & Gdb on a serial link

2012-03-28 Thread Gilles Allard
On Wednesday 22 February 2012 10:32:43 Gilles Allard wrote: > > To debug a driver, I try to use Kgdb along with Gdb on a serial link > between an host machine and the target one running the buggy driver. > > - Up to now, everything seems to be as expected. But if I try to continue > target

[Kgdb-bugreport] Kgdb & Gdb on a serial link

2012-02-22 Thread Gilles Allard
Hello To debug a driver, I try to use Kgdb along with Gdb on a serial link between an host machine and the target one running the buggy driver. The context is : linux-3.1.5 & gdb-7.1 The procedure I use is as follows : - On the host, open a Minicom window to boo