diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-06-03 08:39:56 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-06-07 21:26:59 -0400 |
commit | 470dd224e4b587137a482c6db3d765860bcba19c (patch) | |
tree | a54e1dc2948089c51d297db55fa14fc575c02517 /symbian | |
parent | 26c014b2af00ac88008218a92a598f8644e0d236 (diff) | |
download | perl-470dd224e4b587137a482c6db3d765860bcba19c.tar.gz |
Add C backtrace API.
Useful for at least debugging.
Supported in Linux and OS X (possibly to some extent in *BSD).
See perlhacktips for details.
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/config.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index 4aae579f63..4c3c590e49 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -65,6 +65,7 @@ d_attribute_noreturn='undef' d_attribute_pure='undef' d_attribute_unused='undef' d_attribute_warn_unused_result='undef' +d_backtrace='undef' d_bcmp='undef' d_bcopy='undef' d_bsd='undef' @@ -102,6 +103,7 @@ d_difftime='undef' d_dir_dd_fd='undef' d_dirfd='undef' d_dirnamlen='define' +d_dladdr='undef' d_dlerror='undef' d_dlopen='undef' d_dlsymun='undef' @@ -562,12 +564,14 @@ i8size='1' i8type='char' i_arpainet='undef' i_assert='define' +i_bfd='undef' i_bsdioctl='' i_crypt='undef' i_db='undef' i_dbm='undef' i_dirent='define' i_dlfcn='undef' +i_execinfo='undef' i_fcntl='define' i_float='undef' i_fp='undef' |