Re: [uml-user] problems debugging an uml skas kernel with gdb

2005-06-08 Thread Ramana Radhakrishnan
Hey, >> the problems are: >> >> 1) a pointer to a struct was not seen by the debugger: >> >> example session: >> >> Breakpoint 4, yoghi_init (sch=0x9d1b830, opt=0x9d1b400) >> at net/sched/sch_yoghi.c:235 >> 235 printk(KERN_DEBUG "Yoghi 0.0.3 Initiaziled\n"); >> (gdb) n >> Yoghi 0

Re: [uml-user] problems debugging an uml skas kernel with gdb

2005-06-08 Thread Blaisorblade
On Wednesday 08 June 2005 14:34, marco ghidinelli wrote: > hello, > > i've problems debugging a UML SKAS kernel. > the host is an x86 kernel 2.6.12-rc4-skas3-v9-pre4 > the guest is a kernel 2.6.12-rc4. > > GNU gdb 6.3.50.20050606-cvs, > gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2) > > the problems a