Lines Matching refs:gdb
5 :Original: Documentation/dev-tools/gdb-kernel-debugging.rst
20 - gdb 7.2+ (推荐版本: 7.4+) 且开启python支持 (通常发行版上都已支持)
51 - 启动gdb:gdb vmlinux
54 如果gdb报告拒绝加载vmlinux-gdb.py(相关命令找不到),请将::
62 (gdb) target remote :1234
70 (gdb) lx-symbols
83 (gdb) b btrfs_init_sysfs
90 (gdb) c
104 (gdb) lx-dmesg
116 (gdb) p $lx_current().pid
118 (gdb) p $lx_current().comm
123 (gdb) p $lx_per_cpu(runqueues).nr_running
125 (gdb) p $lx_per_cpu(runqueues, 2).nr_running
130 (gdb) set $leftmost = $lx_per_cpu(hrtimer_bases).clock_base[0].active.rb_root.rb_leftmost
131 (gdb) p *$container_of($leftmost, "struct hrtimer", "node")
156 (gdb) apropos lx