From 042c1f595294fed15540e5538b21643aa680f290 Mon Sep 17 00:00:00 2001
From: schneider <schneider@blinkenlichts.net>
Date: Tue, 16 Jul 2019 20:44:37 +0200
Subject: [PATCH] fix(docs): Mention init.gdb

---
 Documentation/debugger.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/debugger.rst b/Documentation/debugger.rst
index bdfeccd0..58d54aa1 100644
--- a/Documentation/debugger.rst
+++ b/Documentation/debugger.rst
@@ -78,14 +78,14 @@ output:
    Info : Listening on port 3333 for gdb connections
 
 Next, start *GDB* in parallel and connect it to OpenOCD.  You can do this easily
-if you run GDB from the firmware repository root where we have provided a
-``gdbinit`` file. Specify ``-x gdbinit`` to use this file.  Apart from
+if you run GDB from the firmware repository root where we have provided an
+``init.gdb`` file. Specify ``-x init.gdb`` to use this file.  Apart from
 automatically connecting to OpenOCD, this script file also defines a ``reset``
 command to soft-reset card10.
 
 .. code-block:: shell-session
 
-   $ arm-none-eabi-gdb -x gdbinit build/hw-tests/hello-world/hello-world.elf
+   $ arm-none-eabi-gdb -x init.gdb build/hw-tests/hello-world/hello-world.elf
    ...
    (gdb)
 
-- 
GitLab