dt-bindings: interrupt-controller: Add StarFive JH7110 plic
[platform/kernel/linux-starfive.git] / Documentation / dev-tools / gdb-kernel-debugging.rst
index 8e0f1fe..895285c 100644 (file)
@@ -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