From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; gdb not running the program first time around Date: Sat, 16 Feb 2008 15:13:44 +0200 Message-ID: References: <87r6fhi2ov.fsf@tnei.co.uk> <18355.35950.231456.824299@kahikatea.snap.net.nz> <47B4042B.6000702@tnei.co.uk> <20080214230122.A712A8FC6D@kahikatea.snap.net.nz> <47B5775F.1010808@tnei.co.uk> <18358.1492.10000.208409@kahikatea.snap.net.nz> <87fxvtzwbk.fsf@catnip.gol.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1203167663 28896 80.91.229.12 (16 Feb 2008 13:14:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Feb 2008 13:14:23 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, nickrob@snap.net.nz, robert.marshall@tnei.co.uk To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 16 14:14:46 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JQMsP-000773-MX for ged-emacs-devel@m.gmane.org; Sat, 16 Feb 2008 14:14:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQMrv-0001k2-Ee for ged-emacs-devel@m.gmane.org; Sat, 16 Feb 2008 08:14:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JQMrq-0001hg-RR for emacs-devel@gnu.org; Sat, 16 Feb 2008 08:14:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JQMrp-0001dn-6s for emacs-devel@gnu.org; Sat, 16 Feb 2008 08:14:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQMro-0001dW-SS for emacs-devel@gnu.org; Sat, 16 Feb 2008 08:14:09 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JQMro-0008Pc-24 for emacs-devel@gnu.org; Sat, 16 Feb 2008 08:14:08 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JQMrn-0004Qn-PB for emacs-pretest-bug@gnu.org; Sat, 16 Feb 2008 08:14:07 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JQMrk-0008OW-LO for emacs-pretest-bug@gnu.org; Sat, 16 Feb 2008 08:14:07 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JQMrg-0008NJ-Uv; Sat, 16 Feb 2008 08:14:01 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-204-85.inter.net.il [84.229.204.85]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EZC38230 (AUTH halo1); Sat, 16 Feb 2008 15:13:44 +0200 (IST) In-reply-to: <87fxvtzwbk.fsf@catnip.gol.com> (message from Miles Bader on Sat, 16 Feb 2008 07:30:55 +0900) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:89242 gmane.emacs.pretest.bugs:21139 Archived-At: > From: Miles Bader > Date: Sat, 16 Feb 2008 07:30:55 +0900 > Cc: emacs-pretest-bug@gnu.org, robert marshall > > Nick Roberts writes: > > You're probably stretching the boundaries of Gdb a bit - it's not so good with > > C++ but it's getting better. > > I find gdb's _tons_ better (at debugging C++) now than even just a > couple years ago... Indeed. As another data point, on my daytime job, we are using GDB for debugging a large industrial-strength software package, written in C++ using a lot of advanced C++ features. It works just fine.