From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1A8393858CDB; Thu, 30 Mar 2023 04:12:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1A8393858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1680149564; bh=qZBDYTYb9K+Vh3kpfHG4xmbHrKodw+PVOOXuHJznhP8=; h=From:To:Subject:Date:From; b=OItJs1TXqe/vj2jzul2NKOwqxuprHi3A/0HHaCq8+9dtlBc5ooVIJzcxV0o/1GWfS w7HpniR2IEwGNpZCcxk51n1RsdazwbHZ20vYcaREOuNQin880HPQQOy81d0o0K+YAE oZsP+AJ8NtlgIq2zMUPvOJZKE82eWRN3K62PqqnU= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug tui/30290] New: [gdb/tui] tui unusable with editing off Date: Thu, 30 Mar 2023 04:12:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tui X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D30290 Bug ID: 30290 Summary: [gdb/tui] tui unusable with editing off Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: tui Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- - start gdb - type "set editing off" - type "tui enable" - type "quit" After entering tui, nothing happens. The "quit" isn't echoed, and gdb hangs. It's stuck in gdb_readline_no_editing_callback, waiting for a '\n', which n= ever comes because the at the end of the quit somehow produces a '\r' instead. --=20 You are receiving this mail because: You are on the CC list for the bug.=