From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 50152385E445; Fri, 15 Mar 2024 20:04:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 50152385E445 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1710533049; bh=0u/MDlm1Vdl+VKhj54A5dyydswggi2K9kMUcP81qTEM=; h=From:To:Subject:Date:From; b=EJWlqKEciotricR8MpOxEwVAbkNO+2iZKhL8W8q4ijAAEP3CjBo8s3/vZmOwW/5Ql l4d8jcz6pzdez0Ztcdqz1YYsnayGHmoI2XG8m3K7a5S9JBUNMZITkMSNs2rzCDlJ4j w66/+oC2EYIS/FV+ueuU3k9srkty+pnvI4/97bgw= From: "fche at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/31496] New: support DW_OP_bra (conditional branches) in dwarf location lists Date: Fri, 15 Mar 2024 20:04:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fche at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31496 Bug ID: 31496 Summary: support DW_OP_bra (conditional branches) in dwarf location lists Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: translator Assignee: systemtap at sourceware dot org Reporter: fche at redhat dot com Target Milestone: --- stap should support location lists such as: <8><1257ae4>: Abbrev Number: 15 (DW_TAG_call_site_parameter) <1257ae5> DW_AT_location : 1 byte block: 54 (DW_OP_reg4 (rsi)) <1257ae7> DW_AT_call_value : 22 byte block: 9 ff 30 7d 0 8 20 24 30 = 29 28 1 0 16 13 b 60 fb 1a 23 c0 1b (DW_OP_const1s: -1; DW_OP_lit0; DW_OP_bre= g13 (r13): 0; DW_OP_const1u: 32; DW_OP_shl; DW_OP_lit0; DW_OP_eq; DW_OP_bra: 1; DW_OP_swap; DW_OP_drop; DW_OP_const2s: -1184; DW_OP_and; DW_OP_plus_uconst: 3520) (found in the fedora 38 6.4.15 kernel) 00449 case DW_OP_bra:=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 00450 // ??? Could copy the stack, recurse, and place both=20= =20=20=20=20=20=20=20=20=20 00451 // traces in arms of a ternary_expression. No point=20= =20=20=20=20=20=20=20=20=20 00452 // in doing that if this is never used, however.=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 00453 DIE ("conditional branches not supported");=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 00454 break;=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20 https://issues.redhat.com/browse/RHEL-13009 --=20 You are receiving this mail because: You are the assignee for the bug.=