| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
On Nov 28, 2005, at 5:24 PM, email@hidden wrote:
The debugger has always behaved this way. I have a bug to fix this somehow, but it is a but tricky since the debugger doesn't actually know that these lines come from an inlined function, only that the source file has changed. I don't want to step over stuff that's not an inlined function.
The reason you are seeing it more frequently now is that the gcc version in Xcode 2.2 has started obeying the always_inline attribute even at -O0, whereas earlier versions would generally make a function and use that for all inlines at -O0.
I hope the reason for changing gcc's behavior in this situation was a good one. It seems like it would be a whole lot easier to simply go back to generating a single function at -O0. It would probably be nice to step over inline code at other optimizations though...
Hope this helps, Eric
_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/xcode-users/email@hidden
| References: | |
| >Re: Stepping over inline functions (From: email@hidden) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.