Hi all,
I was wondering if, inspecting a dump with kgdb(8) it is possible to inspect the value that was a heap address in kernel space. The kgdb does not allow me to derefence it, I suspect because the debugger is running as userland process and the address is in the kernel space, but the value should be get from the core, not real memory. Any suggestion?
I was wondering if, inspecting a dump with kgdb(8) it is possible to inspect the value that was a heap address in kernel space. The kgdb does not allow me to derefence it, I suspect because the debugger is running as userland process and the address is in the kernel space, but the value should be get from the core, not real memory. Any suggestion?