From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14912 invoked by alias); 3 Jul 2009 22:15:50 -0000 Received: (qmail 14898 invoked by uid 22791); 3 Jul 2009 22:15:49 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 03 Jul 2009 22:15:41 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id D22E5107F7; Fri, 3 Jul 2009 22:15:38 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id AAC05104B2; Fri, 3 Jul 2009 22:15:38 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1MMr2f-0001Ry-JV; Fri, 03 Jul 2009 18:15:37 -0400 Date: Fri, 03 Jul 2009 22:15:00 -0000 From: Daniel Jacobowitz To: ikorot@earthlink.net Cc: "gdb@sourceware.org" Subject: Re: Novice gdb question Message-ID: <20090703221537.GA5211@caradoc.them.org> Mail-Followup-To: ikorot@earthlink.net, "gdb@sourceware.org" References: <13160568.1246651456509.JavaMail.root@mswamui-blood.atl.sa.earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <13160568.1246651456509.JavaMail.root@mswamui-blood.atl.sa.earthlink.net> User-Agent: Mutt/1.5.20 (2009-06-14) X-IsSubscribed: yes 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: 2009-07/txt/msg00019.txt.bz2 On Fri, Jul 03, 2009 at 01:04:16PM -0700, ikorot@earthlink.net wrote: > Is it possible to make gdb aware of the inline-ness and make it work as MSVC > debugger? Build GDB from CVS. Inline function support was added last week. -- Daniel Jacobowitz CodeSourcery