summaryrefslogtreecommitdiff
path: root/sys/arch/cobalt/compile
ModeNameSize
-rw-r--r--Makefile82logplain
b/libexecinfo?id=46f2d3c245567960e909854bbe74fc809a3dcf1e'>execinfo(3): Mark sig_backtrace_jump test as xfail.riastradh 2022-07-25execinfo: Fix mistake in previous: match `the_loop*' as prefix.riastradh 2022-07-25execinfo: Test stack traces through null pointer jump too.riastradh 2021-11-23Temporary hack to work around incorrect/missing unwind info forthorpej 2021-11-18Add a test case for backtrace(3) across a signal handler.thorpej 2020-09-09PR/55648: Kyle Evans: Minor warnings in compilation of libexecinfo test2christos 2015-01-31The test requires symbols, so put STRIPFLAG= explicitly to avoidnakayama 2014-11-04PR misc/49356 remove unnecessary references to atf-c/config.hjustin 2014-05-01Check for mounted /proc.joerg 2014-04-13Bail out if backtrace(3) failed.joerg 2014-03-18Merge riastradh-drm2 to HEAD.riastradh 2014-03-11Use a struct for pair of frame name and whether it is optional. Add somejoerg 2014-01-11New gcc can reuse stack frames for tail calls, so "main" is an optionalmartin 2014-01-11Make the output of the test case better suited for debugging (output fullmartin 2013-08-16Prevent inlining of the main testcase body function.martin 2013-08-15Now that all architectures default to unwind data, remove the failurejoerg 2013-07-21Fix build with stack-protection enabled.tron 2013-07-05Put the vfork at the end.joerg 2013-07-04Use conditional calls to vfork() to prevent the compiler from inliningjoerg 2013-06-06Make back trace more robust. At least on i386, one of the intermediatejoerg 2012-06-02Adjust test for recent atf_machine (amd64) -> atf_arch (x86_64)njoly 2012-05-30Use "atf_arch" instead of "atf_machine"; see atf-config(1).jruoho 2012-05-30Skip test on non-amd64 machines for now, pointing to PR 46490.martin 2012-05-28Not a good idea to continue testing if basic assertions fail - only willmartin 2012-05-27Fix destination directorymartin 2012-05-27add a test for the backtrace function.christos