From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0DB093858417; Mon, 30 Aug 2021 12:39:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0DB093858417 From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/28291] [gdb, riscv] FAIL: gdb.base/all-architectures-7.exp: tests: osabi=GNU/Linux: arch=riscv: endian=auto: disassemble 0x0,+4 Date: Mon, 30 Aug 2021 12:39:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb 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 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, 30 Aug 2021 12:39:13 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28291 --- Comment #6 from Tom de Vries --- And with the commit we have: ... (gdb) n 768 if (info->disassembler_options !=3D NULL) (gdb)=20 774 else if (riscv_gpr_names =3D=3D NULL) (gdb)=20 775 set_default_riscv_dis_options (); (gdb)=20 777 mstate =3D riscv_search_mapping_symbol (memaddr, info); (gdb)=20 779 last_map_state =3D mstate; (gdb)=20 782 if (mstate =3D=3D MAP_DATA (gdb)=20 792 status =3D (*info->read_memory_func) (memaddr, packet, 2, inf= o); (gdb)=20 793 if (status !=3D 0) (gdb)=20 795 (*info->memory_error_func) (status, memaddr, info); (gdb)=20 796 return 1; (gdb)=20 813 } ... --=20 You are receiving this mail because: You are on the CC list for the bug.=