From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: Contributing LLVM.org patches to gud.el Date: Wed, 11 Feb 2015 12:43:20 +0900 Message-ID: <87oap1nmef.fsf@uwakimon.sk.tsukuba.ac.jp> References: <87mw4rxkzv.fsf@fencepost.gnu.org> <87y4oavxcy.fsf@fencepost.gnu.org> <87d25juy8m.fsf@fencepost.gnu.org> <83iofa8lu2.fsf@gnu.org> <87wq3qrvjz.fsf@fencepost.gnu.org> <83386d92ox.fsf@gnu.org> <874mqtsoqy.fsf@fencepost.gnu.org> <83y4o57lfj.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: ger.gmane.org 1423626243 15270 80.91.229.3 (11 Feb 2015 03:44:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Feb 2015 03:44:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 11 04:43:52 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YLODP-0005K2-QY for ged-emacs-devel@m.gmane.org; Wed, 11 Feb 2015 04:43:51 +0100 Original-Received: from localhost ([::1]:42980 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLODP-00011G-57 for ged-emacs-devel@m.gmane.org; Tue, 10 Feb 2015 22:43:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLODD-00010z-DJ for emacs-devel@gnu.org; Tue, 10 Feb 2015 22:43:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLODC-0000f5-G3 for emacs-devel@gnu.org; Tue, 10 Feb 2015 22:43:39 -0500 Original-Received: from shako.sk.tsukuba.ac.jp ([130.158.97.161]:41079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLOD8-0000aq-Ir; Tue, 10 Feb 2015 22:43:34 -0500 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by shako.sk.tsukuba.ac.jp (Postfix) with ESMTPS id 376451C3918; Wed, 11 Feb 2015 12:43:21 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 138091A26E3; Wed, 11 Feb 2015 12:43:21 +0900 (JST) In-Reply-To: <83y4o57lfj.fsf@gnu.org> X-Mailer: VM undefined under 21.5 (beta34) "kale" acf1c26e3019 XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 130.158.97.161 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:182858 Archived-At: Eli Zaretskii writes: > > Uh, there is a connection. Because modern IDEs tend to have useful > > program information when debugging instead of (optimized out). > > Compile with -Og (which should be the default anyway), and you have > that with GCC/GDB as well. Er, most programs I compile default to -O3 (I mean upstream does). So you can't debug a production build even if you have symbols. Arrgh!