From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24254 invoked by alias); 6 Jul 2009 03:26:15 -0000 Received: (qmail 24246 invoked by uid 22791); 6 Jul 2009 03:26:14 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 06 Jul 2009 03:26:08 +0000 Received: from wpaz29.hot.corp.google.com (wpaz29.hot.corp.google.com [172.24.198.93]) by smtp-out.google.com with ESMTP id n663Q6su007172 for ; Sun, 5 Jul 2009 20:26:06 -0700 Received: from qw-out-2122.google.com (qwe3.prod.google.com [10.241.194.3]) by wpaz29.hot.corp.google.com with ESMTP id n663Q36a019601 for ; Sun, 5 Jul 2009 20:26:04 -0700 Received: by qw-out-2122.google.com with SMTP id 3so1346425qwe.25 for ; Sun, 05 Jul 2009 20:26:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.110.5 with SMTP id l5mr1766436qcp.88.1246850763743; Sun, 05 Jul 2009 20:26:03 -0700 (PDT) In-Reply-To: <4933903.1246849878501.JavaMail.root@mswamui-thinleaf.atl.sa.earthlink.net> References: <4933903.1246849878501.JavaMail.root@mswamui-thinleaf.atl.sa.earthlink.net> Date: Mon, 06 Jul 2009 03:26:00 -0000 Message-ID: <8ac60eac0907052026w5cde1414w7c91a0408d8bd10f@mail.gmail.com> Subject: Re: Novice gdb question From: Paul Pluzhnikov To: ikorot@earthlink.net Cc: "gdb@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-System-Of-Record: true 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/msg00031.txt.bz2 On Sun, Jul 5, 2009 at 8:11 PM, wrote: > Let me put some clarification on it. I am afraid your clarifications didn't do much clarification (at least for me :-( > Consider following code snippet: Compiled how? Did the 'inlineGetParam()' actually get inlined? What does the MSVC disassembly show? > In MSVC debugger and gdb, when I hit F11 standing on the line "f.Bar(....)", I will > go to the "f.inilineFunc()" line. Which are the same line; so your description of behavior you observe continues to be confusing. Perhaps if you post *complete* test case, with instructions on how to build it, with the version of MSVC you used, and then describe what you see in MSVC (using line numbers instead of ambiguous line descriptions), then we can tell you whether you'll get the same, better or worse behavior from the next version of GDB. P.S. Your using of e-mail account with automatic sender verification to post your questions is quite annoying (at least to me). If spam is a real problem for you, perhaps try using Gmail? I get less than 1 spam message a week through. Cheers, -- Paul Pluzhnikov