On 5/28/07, Pekka Enberg <penberg@cs.helsinki.fi> wrote:
Btw, this only works if you have CONFIG_DEBUG_INFO set. In case it
wasn't, please do:
- Enable CONFIG_DEBUG_INFO
- make vmlinux
- gdb vmlinux
(gdb) p vt_ioctl
(gdb) l *(0x<address of vt_ioctl> + 0xda8)
-