From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32319 invoked by alias); 20 Jun 2010 07:11:01 -0000 Received: (qmail 32290 invoked by uid 48); 20 Jun 2010 07:11:00 -0000 Date: Sun, 20 Jun 2010 07:11:00 -0000 Message-ID: <20100620071100.32289.qmail@sourceware.org> From: "asmwarrior at gmail dot com" To: gdb-prs@sourceware.org In-Reply-To: <20100320163108.11407.niko.sams@gmail.com> References: <20100320163108.11407.niko.sams@gmail.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug python/11407] -stack-list-locals should catch python exceptions and return the error per variable X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2010-q2/txt/msg00435.txt.bz2 ------- Additional Comments From asmwarrior at gmail dot com 2010-06-20 07:10 ------- Some one from GCC maillist has suggestion me to use -fvar-tracking in the GCC command options, see http://gcc.gnu.org/ml/gcc/2010-06/msg00633.html >>From the GCC manual: http://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html -fvar-tracking Run variable tracking pass. It computes where variables are stored at each position in code. Better debugging information is then generated (if the debugging information format supports this information). It is enabled by default when compiling with optimization (-Os, -O, -O2, ...), debugging information (-g) and the debug info format supports it. So, is it possible that GDB get this information? -- http://sourceware.org/bugzilla/show_bug.cgi?id=11407 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.