aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Löhle <[email protected]>2022-01-05 09:58:38 +0000
committerJonathan Corbet <[email protected]>2022-01-07 09:33:13 -0700
commit689d8014d92ae9e0a861e82a81d8b4410c0f790e (patch)
treeddcbe09ad37d02069c82aba24a3ef440188c5d15
parent7cc4c09269109d31fc325fb8390e452d7e558de0 (diff)
Documentation: kgdb: Replace deprecated remotebaud
Using set remotebaud to set the baud rate was deprecated in gdb-7.7 and completely removed from the command parser in gdb-7.8 (released in 2014). Adopt set serial baud instead. Signed-off-by: Christian Loehle <[email protected]> Reviewed-by: Daniel Thompson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r--Documentation/dev-tools/kgdb.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-tools/kgdb.rst b/Documentation/dev-tools/kgdb.rst
index 3e3f7bca937d..f83ba2601e55 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