Lines Matching refs:gdb
102 ``gdb`` is easier, but the Kernel should be pre-compiled with debug info.
104 gdb subsection
107 The GNU debug (``gdb``) is the best way to figure out the exact file and line
110 The usage of gdb works best on a kernel compiled with ``CONFIG_DEBUG_INFO``.
122 $ gdb vmlinux
123 (gdb) l *0xc021e50e
134 $ gdb vmlinux
135 (gdb) l *vt_ioctl+0xda8
150 (gdb) p vt_ioctl
152 (gdb) l *0xae0+0xda8
157 $ gdb drivers/tty/vt/vt_ioctl.o
158 (gdb) l *vt_ioctl+0xda8
169 in gdb and list the relevant code::
171 $ gdb fs/jbd/jbd.ko
172 (gdb) l *log_wait_commit+0xa3
183 $ gdb drivers/media/usb/dvb-usb/dvb-usb.o
184 (gdb) l *dvb_usb_adapter_frontend_exit+0x3a