]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/remote.c
Remove extra '.' from error message
authorTom Tromey <tromey@adacore.com>
Fri, 4 Aug 2023 13:20:13 +0000 (07:20 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 4 Aug 2023 17:41:56 +0000 (11:41 -0600)
commitc8f6fc9200d0611d688d830b7c92c182e59ea632
tree730fe44b344081c58db21e830c238708a7ba90b1
parent079e798302830c223cba374921c327ad72ea7db0
Remove extra '.' from error message

A local gdb test failed with this error message:

 Remote communication error.  Target disconnected.: Arg list too long.

The ".:" seemed weird to me.  This patch removes the ".".

Reviewed-by: John Baldwin <jhb@FreeBSD.org>
gdb/remote.c
gdb/testsuite/gdb.server/server-kill.exp