From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CFF8C386100E; Tue, 2 Mar 2021 15:45:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CFF8C386100E From: "vries at gcc dot gnu.org" To: dwz@sourceware.org Subject: [Bug default/27449] dwz: 1: Unknown DWARF DW_OP_0 Date: Tue, 02 Mar 2021 15:45:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: dwz X-Bugzilla-Component: default X-Bugzilla-Version: unspecified 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: nobody at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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: dwz@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Dwz mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2021 15:45:04 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27449 Tom de Vries changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vries at gcc dot gnu.org --- Comment #4 from Tom de Vries --- (In reply to Mark Wielaard from comment #2) > 0012e37f v000000000000003 v000000000000006 location view pair >=20 > 0012e381 v000000000000003 v000000000000006 views at 0012e37f for: > 00000000001b23a0 00000000001b23a0 (DW_OP_implicit_value 2 by= te > block: 0 0 ) > 0012e397 v0000000000011a0 v00000000000001b views at 0012e381 for: > 0000000000000000 0604000000000000 (DW_OP_div; (Unknown locat= ion > op 0x0)) > 00130749 v000000000000000 v000000000000000 views at 0012e384 for: > 00000000001b2ba8 00000000001b2ba8 (DW_OP_lit2; > DW_OP_stack_value) (start =3D=3D end) > 0013075d And using hex: ... 0x0012e370 00000000 00000000 00000000 00000003 0x0012e380 06a0231b 00000000 00a0231b 00000000 0x0012e390 0004009e 02000000 00000000 00000000 0x0012e3a0 00000000 000406a0 231b0000 000000a0 0x0012e3b0 231b0000 00000002 00329f00 00000000 0x0012e3c0 00000000 00000000 00000004 06a0231b 0x0012e3d0 00000000 00a0231b 00000000 000600f2 ... So let's pick that apart.=20 We have two addresses ... 0x0012e381 a0231b 00000000 00a0231b 00000000 0x0012e390 00 ... which given the .text dump look plausible. So this is the length of the dwarf description: ... 0x0012e391 0400 ... which is: ... 0x0012e393 9e 020000 ... The 0x 9e is DW_OP_implicit_value. 2 is the length of the dwarf expression, which is "0x0000". Still plausible. The next two addresses (0000000000000000 0604000000000000) make no sense. T= he following length of dwarf description of 0x23a0 also not. --=20 You are receiving this mail because: You are on the CC list for the bug.=