From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.devel Subject: Re: New function for gdb-ui.el? Date: Fri, 28 Oct 2005 12:54:51 +0200 Organization: disorganized Message-ID: <87oe59oqro.fsf@robotron.ath.cx> References: <17243.21638.138477.436126@kahikatea.snap.net.nz> <17244.34246.93773.562211@kahikatea.snap.net.nz> <17245.17271.523511.307415@kahikatea.snap.net.nz> <17246.47395.926373.263704@kahikatea.snap.net.nz> <17247.17729.366833.431749@kahikatea.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1130500423 19232 80.91.229.2 (28 Oct 2005 11:53:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Oct 2005 11:53:43 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 28 13:53:40 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EVSlr-00024r-29 for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2005 13:51:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVSlq-0000Ad-K7 for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2005 07:51:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EVS94-0002Su-QW for emacs-devel@gnu.org; Fri, 28 Oct 2005 07:11:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EVS8y-0002Pa-N4 for emacs-devel@gnu.org; Fri, 28 Oct 2005 07:11:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVS8x-0002PH-TE for emacs-devel@gnu.org; Fri, 28 Oct 2005 07:11:32 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1EVS8x-0003zU-Pj for emacs-devel@gnu.org; Fri, 28 Oct 2005 07:11:31 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EVS6y-0006eK-SQ for emacs-devel@gnu.org; Fri, 28 Oct 2005 13:09:28 +0200 Original-Received: from e178022254.adsl.alicedsl.de ([85.178.22.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Oct 2005 13:09:28 +0200 Original-Received: from david.hansen by e178022254.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Oct 2005 13:09:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 10 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178022254.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:d+aGRAZKY7AQKnTJW2ocy4E6iv0= 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:45020 Archived-At: On Wed, 26 Oct 2005 21:58:41 +1300 Nick Roberts wrote: > I don't think I understand the issues. I thought if I used the > keyword inline e.g "inline int mysquare (int x)", I would get > an inline function. Perhaps thats not the case because I can > set a breakpoint, stop there and see mysquare in the stack. Just curious: How can gcc inline a non static function? David