mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-24 18:51:36 +01:00
split build and run scripts due to option conflicts
Remove -v from travis as it blew log length
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
To GDB the Linux kernel, first run:
|
||||
|
||||
./runqemu -d
|
||||
./run -d
|
||||
|
||||
If you want to break immediately at a symbol, e.g. `start_kernel` of the boot sequence, run on another shell:
|
||||
|
||||
@@ -46,7 +46,7 @@ So we cannot set the breakpoints before `insmod`.
|
||||
|
||||
However, the Linux kernel GDB scripts offer the `lx-symbols` command, which takes care of that beautifully for us:
|
||||
|
||||
./runqemu -d
|
||||
./run -d
|
||||
./rungdb
|
||||
|
||||
In QEMU:
|
||||
|
||||
Reference in New Issue
Block a user