summaryrefslogtreecommitdiff
path: root/Cross
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-06-03 08:39:56 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-06-07 21:26:59 -0400
commit470dd224e4b587137a482c6db3d765860bcba19c (patch)
treea54e1dc2948089c51d297db55fa14fc575c02517 /Cross
parent26c014b2af00ac88008218a92a598f8644e0d236 (diff)
downloadperl-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 'Cross')
-rw-r--r--Cross/config.sh-arm-linux4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux
index 5901eaca5d..1aad80db29 100644
--- a/Cross/config.sh-arm-linux
+++ b/Cross/config.sh-arm-linux
@@ -121,6 +121,7 @@ d_attribute_noreturn='undef'
d_attribute_pure='undef'
d_attribute_unused='undef'
d_attribute_warn_unused_result='undef'
+d_backtrace='undef'
d_bcmp='define'
d_bcopy='define'
d_bsd='undef'
@@ -158,6 +159,7 @@ d_difftime='define'
d_dir_dd_fd='undef'
d_dirfd='define'
d_dirnamlen='undef'
+d_dladdr='undef'
d_dlerror='define'
d_dlopen='define'
d_dlsymun='undef'
@@ -641,12 +643,14 @@ i8size='1'
i8type='char'
i_arpainet='define'
i_assert='define'
+i_bfd='undef'
i_bsdioctl=''
i_crypt='define'
i_db='undef'
i_dbm='undef'
i_dirent='define'
i_dlfcn='define'
+i_execinfo='undef'
i_fcntl='undef'
i_float='define'
i_fp='undef'