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 /uconfig.sh | |
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 'uconfig.sh')
-rw-r--r-- | uconfig.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index 19e4e6e8e1..810aaec660 100644 --- a/uconfig.sh +++ b/uconfig.sh @@ -59,6 +59,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' @@ -96,6 +97,7 @@ d_difftime='undef' d_dir_dd_fd='undef' d_dirfd='undef' d_dirnamlen='undef' +d_dladdr='undef' d_dlerror='undef' d_dlopen='undef' d_dlsymun='undef' @@ -548,12 +550,14 @@ i8size='1' i8type='signed 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='undef' i_float='undef' i_fp='undef' |