From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8BF183857718; Mon, 21 Aug 2023 03:04:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8BF183857718 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1692587067; bh=VhI71s0bryOpG0QBIzrRxNDgL6y+XUNrmkY4qJDx1Sg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qmIMlynPFf5DM2eTzvt7aQuqhJKhE4V6dPKx5vQnvUu0rgxLOJuTyqDNbZ12XBAdm x+UDSuPad/vd1OrobXzfPdNaWkDtyFPGelzW7XDwTpQ8PJc6Lv3L+lPlqz0iOlCBDa 6YVudW+7phN+81tp9L9bvsHu/JZvCQvom2KC43TI= From: "koteswararao18 at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug c++/30784] Single stepping until exit from function _ZN6shibsp8SPConfig4initEPKcS2_@plt, which has no line number information Date: Mon, 21 Aug 2023 03:04:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ X-Bugzilla-Version: 12.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: koteswararao18 at gmail dot com 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: 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=3D30784 --- Comment #2 from nelakurthi koteswararao --- Dear Simon Marchi, >>How do you run gdb in your case? >>The message that says "/lib64/libshibsp-lite.so.10" is a sign that your >= >application is picking up the library installed on the system, not the lib= rary >>in your build tree. Yes. i copied the built library "libshibsp-lite.so.10.0.3" to /lib64/libshibsp-lite.so.10 on target and launched gdb on application by setting breakpoints which is failing with error "Single stepping until exit from function..." as mentioned in my previous comment. regards koti --=20 You are receiving this mail because: You are on the CC list for the bug.=