From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0534838930F4; Wed, 27 Jan 2021 15:15:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0534838930F4 From: "emr-gnu at hev dot psu.edu" To: gdb-prs@sourceware.org Subject: [Bug remote/27257] New: Remote debugging i686 target from an x86_64 system produces "Unknown register zmm16h requested" Date: Wed, 27 Jan 2021 15:15:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: remote X-Bugzilla-Version: 9.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: emr-gnu at hev dot psu.edu 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: Wed, 27 Jan 2021 15:15:44 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27257 Bug ID: 27257 Summary: Remote debugging i686 target from an x86_64 system produces "Unknown register zmm16h requested" Product: gdb Version: 9.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: remote Assignee: unassigned at sourceware dot org Reporter: emr-gnu at hev dot psu.edu Target Milestone: --- Debugging a simple "Hello World" program built using "gcc -m32" on an x86_64 system via gdbserver fails. /opt/gdb-9.2/bin/gdbserver localhost:45678 ./helloworld Process ./helloworld created; pid=3D25964 Listening on port 45678 > Separate terminal: /opt/gdb-9.2/bin/gdb ./helloworld (gdb) target remote localhost:45678 Remote debugging using localhost:45678 Remote connection closed (gdb) > gdbserver terminal: Remote debugging from host ::1, port 38036 ../../../gdb-9.2/gdb/gdbserver/regcache.c:257: A problem internal to GDBser= ver has been detected. Unknown register zmm16h requested emr:/tmp$ uname -smo Linux x86_64 GNU/Linux --=20 You are receiving this mail because: You are on the CC list for the bug.=