Skip to content

Commit 689d801

Browse files
cloehleJonathan Corbet
authored andcommitted
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]>
1 parent 7cc4c09 commit 689d801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/dev-tools/kgdb.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ Connecting with gdb to a serial port
557557
Example (using a directly connected port)::
558558

559559
% gdb ./vmlinux
560-
(gdb) set remotebaud 115200
560+
(gdb) set serial baud 115200
561561
(gdb) target remote /dev/ttyS0
562562

563563

0 commit comments

Comments
 (0)