site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com -- Steve Checkoway _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com Currently, I'm using <http://developer.apple.com/qa/qa2004/ qa1361.html> to detect if I'm running under gdb conditionalized on debug builds as per the comment. I only use it to detect if gdb is running in which case I call DebugStr() instead of performing the usual crash handler code for failed asserts. (We treat a failed assert as crash, call the crash handler and dump the stack and all relevant data.) My question is since I am building using the 10.2.8 sdk since I haven't had any reason to upgrade that, how will I know if this changes apart from things going horribly wrong in debug builds? Will the headers change in the sdk to reflect any changes? My guess is no since code compiled against that sdk is supposed to run on that OS. Or am I worrying (and not very hard at that) about something that isn't likely to change for years? smime.p7s
participants (1)
-
Steve Checkoway