From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BFF7638582BE; Wed, 31 May 2023 13:06:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BFF7638582BE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1685538404; bh=ogAziCBZA0LCMaZ3fCRi9SIkwPf/AcMx9r7w2lp9eeY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cbt1n+pCFuGA+rF+JWCOzaP/1Nx0IImO6tVuhBxriH3bxNlSe2k8uM3P7IiCW/mLp aKrKarUCQ2mLEm6U0qNAdOYh7bg9u0mfEkUzm9tOxk2xGGTGk4efUONBrcNSs3YBOf mc728FLPqm7FFxI+zanGNwjwxEUpbeF+qg4NYAsA= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug cli/30498] [gdb/cli] GDB stuck in i-search after ^C Date: Wed, 31 May 2023 13:06:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: cli X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30498 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom de Vries : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D6e9bcaad3fd8= f7635afb9fa7013762da2eeff8e5 commit 6e9bcaad3fd8f7635afb9fa7013762da2eeff8e5 Author: Tom de Vries Date: Wed May 31 15:06:40 2023 +0200 [gdb/testsuite] Fix gdb.tui/pr30056.exp for native-extended-gdbserver When running test-case gdb.tui/pr30056.exp with target board native-extended-gdbserver, I run into: ... Quit^[[K^M^[[B(gdb) PASS: gdb.tui/pr30056.exp: Control-C Remote debugging from host ::1, port 38810^M ^M(failed reverse-i-search)`xyz': ^M(gdb) target extended-remote \ localhost:2346^[[7GWARNING: Timed out waiting for EOF in server after= \ monitor exit ... This is due to the fact that ^C doesn't abort the reverse-i-search. Th= is appears to be due to a readline problem. A PR is open about this: PR cli/30498. Add a KFAIL for the PR, and ensure that the isearch is aborted by using= ^G, such that we have a responsive prompt to handle the "monitor exit" comm= and that native-extended-gdbserver issues. Tested on x86_64-linux. --=20 You are receiving this mail because: You are on the CC list for the bug.=