aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/dev-tools/gdb-kernel-debugging.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/dev-tools/gdb-kernel-debugging.rst')
-rw-r--r--Documentation/dev-tools/gdb-kernel-debugging.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/dev-tools/gdb-kernel-debugging.rst b/Documentation/dev-tools/gdb-kernel-debugging.rst
index 19df79286f00..afe4bc206486 100644
--- a/Documentation/dev-tools/gdb-kernel-debugging.rst
+++ b/Documentation/dev-tools/gdb-kernel-debugging.rst
@@ -39,6 +39,10 @@ Setup
this mode. In this case, you should build the kernel with
CONFIG_RANDOMIZE_BASE disabled if the architecture supports KASLR.
+- Build the gdb scripts (required on kernels v5.1 and above)::
+
+ make scripts_gdb
+
- Enable the gdb stub of QEMU/KVM, either
- at VM startup time by appending "-s" to the QEMU command line