Lines Matching refs:gdb
5 :Original: Documentation/dev-tools/gdb-kernel-debugging.rst
20 - gdb 7.2+ (推薦版本: 7.4+) 且開啓python支持 (通常發行版上都已支持)
47 - 啓動gdb:gdb vmlinux
50 如果gdb報告拒絕加載vmlinux-gdb.py(相關命令找不到),請將::
58 (gdb) target remote :1234
66 (gdb) lx-symbols
79 (gdb) b btrfs_init_sysfs
86 (gdb) c
100 (gdb) lx-dmesg
112 (gdb) p $lx_current().pid
114 (gdb) p $lx_current().comm
119 (gdb) p $lx_per_cpu(runqueues).nr_running
121 (gdb) p $lx_per_cpu(runqueues, 2).nr_running
126 (gdb) set $leftmost = $lx_per_cpu(hrtimer_bases).clock_base[0].active.rb_root.rb_leftmost
127 (gdb) p *$container_of($leftmost, "struct hrtimer", "node")
152 (gdb) apropos lx