From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0F6BC3856602; Wed, 7 Jun 2023 12:57:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0F6BC3856602 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1686142661; bh=my2txqQfCn7vKqcV1AyphuJ5xAyIA5M2oa/XD6d+G3E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Dt0VvQArVx0sCDaFCjODaPRFeWdeQCNVF8NZt4muAPKAA6hXxKRkTMyHMjOA4a7oq CuHYjUjkwyLLv4vrrJT5R4A8mSDiGmu0lJX72dSEKi6aArGrPMbNBzzO+NlbbDyZuh dHN2fSwBhn3Pdukyae/QDZ0yHZP7bZR246wBmJI4= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug cli/27813] FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:'ns_incomplete_scope_colon_test::i" (clearing input line) (timeout) Date: Wed, 07 Jun 2023 12:57:40 +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=3D27813 --- Comment #16 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=3Da6bc87757c85= 035a7cbb44da0706084043af68d1 commit a6bc87757c85035a7cbb44da0706084043af68d1 Author: Tom de Vries Date: Wed Jun 7 14:57:40 2023 +0200 [gdb/cli] Handle pending ^C after rl_callback_read_char for readline 7 In commit faf01aee1d0 ("[gdb] Handle pending ^C after rl_callback_read_char") we handled a problem (described in detail in that commit) for readline = >=3D 8 using public readline functions rl_pending_signal and rl_check_signals. For readline 7 (note that we require at least readline 7 so there's no = need to worry about readline 6), there was no fix though, because rl_check_sign= als was not available. Fix this by instead using the private readline function _rl_signal_hand= ler. There is precedent for using private readline variables and functions, = but it's something we want to get rid of (PR build/10723). Nevertheless, I think we can allow this specific instance because it's not used when building against readline >=3D 8. [ In the meanwhile, a fix was committed in the devel branch of the read= line repo, contained in commit 8d0c439 ("rollup of changes since readline-8.= 2"), first proposed here ( https://lists.gnu.org/archive/html/bug-readline/2022-10/msg00008.html )= . ] Tested on x86_64-linux, against system readline 7.0 on openSUSE Leap 15= .4. PR cli/27813 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D27813 --=20 You are receiving this mail because: You are on the CC list for the bug.=