mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 03:01:36 +01:00
load other
This commit is contained in:
committed by
GitHub
parent
5284dc31a7
commit
45f7e48db9
@@ -335,7 +335,7 @@ See also: <http://stackoverflow.com/questions/11408041/how-to-debug-the-linux-ke
|
|||||||
|
|
||||||
### Kernel module debugging
|
### Kernel module debugging
|
||||||
|
|
||||||
Loadable kernel modules are a bit trickier since the kernel can place them at different memory locations depending on load other.
|
Loadable kernel modules are a bit trickier since the kernel can place them at different memory locations depending on load order.
|
||||||
|
|
||||||
So we cannot set the breakpoints before `insmod`.
|
So we cannot set the breakpoints before `insmod`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user