[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <13287b7914344c7995de27224cd2fa73@hyperstone.com>
Date: Tue, 4 Jan 2022 16:56:51 +0000
From: Christian Löhle <CLoehle@...erstone.com>
To: "jason.wessel@...driver.com" <jason.wessel@...driver.com>,
"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Christian Löhle <CLoehle@...erstone.com>
CC: "daniel.thompson@...aro.org" <daniel.thompson@...aro.org>,
"dianders@...omium.org" <dianders@...omium.org>,
"corbet@....net" <corbet@....net>
Subject: [PATCH] Documentation: kgdb: Replace deprecated remotebaud
The gdb remotebaud to set baudrate has been replaced in favor of
set serial baud many years ago.
Signed-off-by: Christian Loehle <cloehle@...erstone.com>
---
Documentation/dev-tools/kgdb.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/dev-tools/kgdb.rst b/Documentation/dev-tools/kgdb.rst
index 43456244651a..7c90e111b364 100644
--- a/Documentation/dev-tools/kgdb.rst
+++ b/Documentation/dev-tools/kgdb.rst
@@ -557,7 +557,7 @@ Connecting with gdb to a serial port
Example (using a directly connected port)::
% gdb ./vmlinux
- (gdb) set remotebaud 115200
+ (gdb) set serial baud 115200
(gdb) target remote /dev/ttyS0
--
2.34.1
Hyperstone GmbH | Reichenaustr. 39a | 78467 Konstanz
Managing Director: Dr. Jan Peter Berns.
Commercial register of local courts: Freiburg HRB381782
Powered by blists - more mailing lists