From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F30B33858D33; Fri, 7 Apr 2023 09:13:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F30B33858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1680858840; bh=4wxR1NTduaOljoMfVW0hAovcn2KAJ1CUebS3l7/l/6w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=x9dVg3iDG/RNGpzSGiPxjQzFQLtMdxjjJHVjn1hJZQrVfsB0kWUVdXI99qSI1lUB3 v+WtQx5juC1l/+YMbHr2bd+ShJCerz5CVqRUIdQDgSoDvWuCs1cvBFWbON//VsI7Wy e7ilmv50vSitmXA3s2miTpUoz7gIxHm4r/vGokQ8= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug tui/30325] [gdb/tui] Stray '[' before insn adddress Date: Fri, 07 Apr 2023 09:13:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: 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=3D30325 --- Comment #1 from Tom de Vries --- (In reply to Tom de Vries from comment #0) > When running test-case gdb.tui/tui-layout-asm.exp with tui_asm_window_wid= th > set to 60, I get: > ... > Box Dump (60 x 15) @ (0, 0): > 0 +----------------------------------------------------------+ > 1 | 0x4004a7
push %rbp | > 2 | 0x4004a8 mov %rsp,%rbp | > 3 | 0x4004ab mov $0x0,%eax | > 4 | 0x4004b0 pop %rbp | > 5 | 0x4004b1 ret | > 6 | 0x4004b2 cs nopw 0x0(%rax,%rax,1) | > 7 | [0x4004bc nopl 0x0(%rax) | > 8 | 0x4004c0 nop | > 9 | 0x4004c1 nop | > 10 | 0x4004c2 nop | > 11 | 0x4004c3 nop | > 12 | 0x4004c4 nop | > 13 | 0x4004c5 nop | > 14 +----------------------------------------------------------+ > ... >=20 In contrast, with tui_asm_window_width =3D=3D 65: ... 0 +---------------------------------------------------------------+ 1 | 0x4004a7
push %rbp | 2 | 0x4004a8 mov %rsp,%rbp | 3 | 0x4004ab mov $0x0,%eax | 4 | 0x4004b0 pop %rbp | 5 | 0x4004b1 ret | 6 | 0x4004b2 cs nopw 0x0(%rax,%rax,1) | 7 | 0x4004bc nopl 0x0(%rax) | 8 | 0x4004c0 nop | 9 | 0x4004c1 nop | 10 | 0x4004c2 nop | 11 | 0x4004c3 nop | 12 | 0x4004c4 nop | 13 | 0x4004c5 nop | 14 +---------------------------------------------------------------+ ... --=20 You are receiving this mail because: You are on the CC list for the bug.=