From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12242 invoked by alias); 6 Jan 2012 20:15:42 -0000 Received: (qmail 12228 invoked by uid 22791); 6 Jan 2012 20:15:39 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 06 Jan 2012 20:15:16 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id q06KF9Ve027416; Fri, 6 Jan 2012 21:15:09 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id q06KF83P031117; Fri, 6 Jan 2012 21:15:08 +0100 (CET) Date: Fri, 06 Jan 2012 20:15:00 -0000 Message-Id: <201201062015.q06KF83P031117@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: eager@eagerm.com CC: gdb@sourceware.org, amodra@gmail.com In-reply-to: <4F075159.5090508@eagerm.com> (message from Michael Eager on Fri, 06 Jan 2012 11:54:01 -0800) Subject: Re: PowerPC SecurePLT - stepping into library function References: <4F075159.5090508@eagerm.com> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00021.txt.bz2 > Date: Fri, 06 Jan 2012 11:54:01 -0800 > From: Michael Eager > > GDB doesn't step into functions in a shared library > on PowerPC which are compiled with -msecure-PLT. It steps > over the function like the "next" command. Is the SecurePLT stuff documented somewhere?