mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
documented functions, types, constants, and variables
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19797 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
afbec3abfe
commit
eca63cb414
39 changed files with 1010 additions and 116 deletions
|
@ -442,11 +442,22 @@ GS_EXPORT BOOL NSDeallocateZombies;
|
|||
#define NSWarnMLog(format, args...)
|
||||
#endif
|
||||
|
||||
/* Getting stack information. Use caution with this. It uses builtin
|
||||
gcc functions and currently only works up to 100 frames
|
||||
*/
|
||||
/**
|
||||
* Retrieve stack information. Use caution: uses built-in gcc functions
|
||||
* and currently only works up to 100 frames.
|
||||
*/
|
||||
GS_EXPORT void *NSFrameAddress(int offset);
|
||||
|
||||
/**
|
||||
* Retrieve stack information. Use caution: uses built-in gcc functions
|
||||
* and currently only works up to 100 frames.
|
||||
*/
|
||||
GS_EXPORT void *NSReturnAddress(int offset);
|
||||
|
||||
/**
|
||||
* Retrieve stack information. Use caution: uses built-in gcc functions
|
||||
* and currently only works up to 100 frames.
|
||||
*/
|
||||
GS_EXPORT unsigned NSCountFrames(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue