From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11860 invoked by alias); 1 Dec 2013 19:42:50 -0000 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 Received: (qmail 11800 invoked by uid 89); 1 Dec 2013 19:42:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: fencepost.gnu.org Received: from Unknown (HELO fencepost.gnu.org) (208.118.235.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 01 Dec 2013 19:42:48 +0000 Received: from 146-115-71-23.c3-0.lex-ubr1.sbo-lex.ma.cable.rcn.com ([146.115.71.23]:38039 helo=[172.31.1.206]) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1VnCue-00029J-Lf for gdb@sourceware.org; Sun, 01 Dec 2013 14:42:40 -0500 Message-ID: <1385926959.2758.642.camel@homebase> Subject: Re: GDB "step" not stopping for some inline functions From: Paul Smith Reply-To: psmith@gnu.org To: gdb@sourceware.org Date: Sun, 01 Dec 2013 19:42:00 -0000 In-Reply-To: <1385487939.30213.417.camel@pdsdesk> References: <1385487939.30213.417.camel@pdsdesk> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00000.txt.bz2 On Tue, 2013-11-26 at 12:45 -0500, Paul Smith wrote: > If I try to step into a certain inline function then instead of > stopping inside the function, the program runs to completion (or to > the next breakpoint)! I was able to create a very simple repro case so I filed a bug: https://sourceware.org/bugzilla/show_bug.cgi?id=16280 If anyone has any thoughts I'm interested...