aboutsummaryrefslogtreecommitdiff
path: root/Documentation/dev-tools/gdb-kernel-debugging.rst
AgeCommit message (Collapse)AuthorFilesLines
2017-07-17docs: disable KASLR when debugging kernelZhouyi Zhou1-2/+4
commit 6807c84652b0 ("x86: Enable KASLR by default") enables KASLR by default on x86. While KASLR will confuse gdb which resolve kernel symbol address from symbol table of vmlinux. We should turn off KASLR for kernel debugging. Signed-off-by: Zhouyi Zhou <[email protected]> Reviewed-by: Kieran Bingham <[email protected]> Acked-by: Jan Kiszka <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
2016-08-18docs: Sphinxify gdb-kernel-debugging.txt and move to dev-toolsJonathan Corbet1-0/+173
Acked-by: Jan Kiszka <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>