From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AB8133858422; Mon, 31 Jul 2023 10:07:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AB8133858422 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1690798068; bh=nHQ6fYGBCNp2f8MGamRMchR9vblAHxmKnsKbnZw+bKg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PXelU3rZ/GydaAWsQCbIXj4XR4lxVn6t3dXAgugDNj43oEAVDiximYUKouAfnoQUB Y31B+gphX/I6XxlO2DfOkPCcF5ej/tsV0IkMTFiCdQz8P6G/x5mr4c8rdmmkl+MvmU eRq4+CK0aLlKwMzr+QKgCA2GxBa1uAV5+EcxZGSQ= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/30705] [gdb] UNRESOLVED: gdb.base/all-architectures-2.exp: tests: osabi=AIX: arch=bpf: endian=auto: disassemble 0x100,+4 (segfault) Date: Mon, 31 Jul 2023 10:07:48 +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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30705 --- Comment #2 from Tom de Vries --- Reproducer: ... $ cat gdb.in set osabi AIX set endian little set architecture bpf disassemble 0x100,+4 $ gdb -q -batch -x gdb.in ... --=20 You are receiving this mail because: You are on the CC list for the bug.=