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 boot

[Kgdb-bugreport] KGDB error in kernel 2.6.32

2012-03-28 Thread Rahul Viradiya
Hi, --- -- |Test machine|---|Development Machine| ---

Re: [Kgdb-bugreport] KGDB error in kernel 2.6.32

2012-03-28 Thread Dongdong Deng
I think this problem have been fixed by http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=fb82c0ff27b2c40c6f7a3d1a94cafb154591fa80 On Wed, Mar 28, 2012 at 5:24 PM, Rahul Viradiya rahul.virad...@ipinfusion.com wrote: Hi, ---                          

Re: [Kgdb-bugreport] KGDB error in kernel 2.6.32

2012-03-28 Thread Rahul Viradiya
I am using kernel version 2.6.32.5.. gdbstub.c is not present in path kernel/debug. Is there anything I need to install? I have compiled the kernel with kgdb support. Applied patch for kdb from ftp://oss.sgi.com/projects/kdb/download/v4.4/kdb-v4.4-2.6.32-x86-2.bz2 and

Re: [Kgdb-bugreport] KGDB error in kernel 2.6.32

2012-03-28 Thread Jason Wessel
On 03/28/2012 07:01 AM, Rahul Viradiya wrote: I am using kernel version 2.6.32.5.. gdbstub.c is not present in path kernel/debug. Is there anything I need to install? I have compiled the kernel with kgdb support. Applied patch for kdb from