From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2205) id 660523858C83; Tue, 18 Oct 2022 13:27:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 660523858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666099674; bh=ubjdG8sFb7P/1QQpvnZ75+Fj0NgwCkeJDVCrFjYfgd4=; h=From:To:Subject:Date:From; b=RcYqDHCMFI/H4GOJGsalhkxF/E/ZCDK0X4CDAI4yKta64njbZsD3dQqvYUaLs7H56 YfEK8Rs5qqWD8VMSLn/U1ooYW7zDc4LBMccsVa2YzQHS+iHDx9t350A6IC5tSQavyc JwgPwfNfGck61hhjPAl9zekZNBkdIIAM9U8NVmKM= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tom de Vries To: gdb-cvs@sourceware.org Subject: [binutils-gdb] [gdb/testsuite] Update boards/README X-Act-Checkin: binutils-gdb X-Git-Author: Tom de Vries X-Git-Refname: refs/heads/master X-Git-Oldrev: aebb370bae3f511df8afb68a01a79c54e2066650 X-Git-Newrev: 53273099b81ab4bd137efdb9f038e5bf4b5be9bc Message-Id: <20221018132754.660523858C83@sourceware.org> Date: Tue, 18 Oct 2022 13:27:54 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D53273099b81a= b4bd137efdb9f038e5bf4b5be9bc commit 53273099b81ab4bd137efdb9f038e5bf4b5be9bc Author: Tom de Vries Date: Tue Oct 18 15:27:51 2022 +0200 [gdb/testsuite] Update boards/README =20 Update gdb/testsuite/boards/README to reflect recent commit c4c8c27263d ("[gdb/testsuite] Fix host board local-remote-host-notty.exp timeouts")= , which means the board now uses a pseudo-tty, but with editing disabled. Diff: --- gdb/testsuite/boards/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/testsuite/boards/README b/gdb/testsuite/boards/README index f3994da365c..b881ad4bb34 100644 --- a/gdb/testsuite/boards/README +++ b/gdb/testsuite/boards/README @@ -67,7 +67,7 @@ remote-stdio-gdbserver.exp # [is_remote host] =3D=3D 1 && [is_remote target] =3D=3D 0. # Note: need to pass the board with --host_board instead of --target_board. local-remote-host-notty.exp - Run gdb on remote host. + Run gdb on remote host in pseudo-terminal with "set editing off". local-remote-host.exp Run gdb on remote host in pseudo-terminal.