emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New function for gdb-ui.el?


From: Nick Roberts
Subject: Re: New function for gdb-ui.el?
Date: Sat, 29 Oct 2005 10:14:54 +1300

 > > 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?

I guess it takes the machine code for mysquare and copies it into the
machine code of the executable at locations where it is called.

What problems can you see?

Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]