This is a regression in 6.8.50.20090106-cvs, it works in lenny's gdb-6.8:

j...@f:/usr/local/src/gdb/gdb-6.8.50.20090116.python$ gdb/gdb /usr/local/src/openssi-future-build/linux-ssi/vmlinux GNU gdb (GDB) 6.8.50.20090106-cvs
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
(gdb) list is_loadlevelable No line number known for is_loadlevelable. (gdb)
But:

j...@f:~$ gdb /usr/local/src/openssi-future-build/linux-ssi/vmlinux
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(gdb) list is_loadlevelable 450 }
451     }
452     
453     int
454     is_loadlevelable(struct task_struct *p, char *fname)
455     {
456             struct pvproc *pvp;
457             struct inclusion_list *ent;
458             struct mm_struct * mm;
459             struct vm_area_struct * vma;
(gdb)




--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to