All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: kgdb: Replace deprecated remotebaud
@ 2022-01-04 16:56 Christian Löhle
  2022-01-04 17:27 ` Daniel Thompson
  2022-01-05  9:58 ` [PATCHv2] " Christian Löhle
  0 siblings, 2 replies; 6+ messages in thread
From: Christian Löhle @ 2022-01-04 16:56 UTC (permalink / raw)
  To: jason.wessel, linux-doc, linux-kernel, Christian Löhle
  Cc: daniel.thompson, dianders, corbet

The gdb remotebaud to set baudrate has been replaced in favor of
set serial baud many years ago.

Signed-off-by: Christian Loehle <cloehle@hyperstone.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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-01-10  8:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-04 16:56 [PATCH] Documentation: kgdb: Replace deprecated remotebaud Christian Löhle
2022-01-04 17:27 ` Daniel Thompson
2022-01-05  9:58 ` [PATCHv2] " Christian Löhle
2022-01-05 10:52   ` Daniel Thompson
2022-01-06 22:28   ` Jonathan Corbet
2022-01-10  8:26     ` [PATCHv3] " Christian Löhle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.