From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17331 invoked by alias); 11 Mar 2008 00:05:43 -0000 Received: (qmail 17322 invoked by uid 22791); 11 Mar 2008 00:05:42 -0000 X-Spam-Check-By: sourceware.org Received: from wf-out-1314.google.com (HELO wf-out-1314.google.com) (209.85.200.172) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 11 Mar 2008 00:05:19 +0000 Received: by wf-out-1314.google.com with SMTP id 29so2097196wff.24 for ; Mon, 10 Mar 2008 17:05:18 -0700 (PDT) Received: by 10.142.242.8 with SMTP id p8mr2333928wfh.24.1205193917951; Mon, 10 Mar 2008 17:05:17 -0700 (PDT) Received: by 10.142.154.9 with HTTP; Mon, 10 Mar 2008 17:05:17 -0700 (PDT) Message-ID: <5b7094580803101705m7bc6e8ffqa480a74d9b0ab548@mail.gmail.com> Date: Tue, 11 Mar 2008 00:33:00 -0000 From: "Brian Budge" To: gdb@sourceware.org Subject: breakpoints and symbol examination problems MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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: 2008-03/txt/msg00112.txt.bz2 Hi all - I'm having an issue with reaching breakpoints and examining symbols in my C++ code via gdb. I can set breakpoints in my .cpp files and actually reach these, but if I put breakpoints in included header files (in template code), my program will run right through the breakpoints. Additionally, I can't seem to examine any "stack" variables once in these template functions. I can see member variables, global variables, and function parameters. Does anyone have any suggestions for why this might happen or things I might try to get back normal functionality? Thanks, Brian