From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2D11E395C012; Mon, 19 Jul 2021 16:25:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2D11E395C012 From: "joshua.kordani at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/28105] New: 10.2 Emacs GDB mode has ^Z^Z in front of full file paths Date: Mon, 19 Jul 2021 16:25:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 10.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: joshua.kordani at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2021 16:25:44 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28105 Bug ID: 28105 Summary: 10.2 Emacs GDB mode has ^Z^Z in front of full file paths Product: gdb Version: 10.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: joshua.kordani at gmail dot com Target Milestone: --- =EF=BF=BD=EF=BF=BDpath/to/sopurce.cc:1035:24366:beg:0x68f990 You can see garbage characters before the path/to/source line. sometimes when autocompleting in the gdb buffer, the cursor jumps up a few lines into the previous output. I have a feeling this is due to the fact th= at the machine interface is leaking raw bytes into the gdb buffer, or somethin= g. I have in .gdb init set annotate 1 set filename-display absolute set sysroot / set non-stop off set target-async off maint set target-async off maint set target-non-stop off set max-completions 10000 My M-x gdb call is gdb -i=3Dmi -l 10000 /path/to/program Emacs version is 27.1 --=20 You are receiving this mail because: You are on the CC list for the bug.=