index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lib
/
libexecinfo
/
t_backtrace.c
Age
Commit message (
Expand
)
Author
2020-09-09
PR/55648: Kyle Evans: Minor warnings in compilation of libexecinfo test2
christos
2014-11-04
PR misc/49356 remove unnecessary references to atf-c/config.h
justin
2014-05-01
Check for mounted /proc.
joerg
2014-04-13
Bail out if backtrace(3) failed.
joerg
2014-03-11
Use a struct for pair of frame name and whether it is optional. Add some
joerg
2014-01-11
New gcc can reuse stack frames for tail calls, so "main" is an optional
martin
2014-01-11
Make the output of the test case better suited for debugging (output full
martin
2013-08-16
Prevent inlining of the main testcase body function.
martin
2013-08-15
Now that all architectures default to unwind data, remove the failure
joerg
2013-07-05
Put the vfork at the end.
joerg
2013-07-04
Use conditional calls to vfork() to prevent the compiler from inlining
joerg
2013-06-06
Make back trace more robust. At least on i386, one of the intermediate
joerg
2012-06-02
Adjust test for recent atf_machine (amd64) -> atf_arch (x86_64)
njoly
2012-05-30
Use "atf_arch" instead of "atf_machine"; see atf-config(1).
jruoho
2012-05-30
Skip test on non-amd64 machines for now, pointing to PR 46490.
martin
2012-05-28
Not a good idea to continue testing if basic assertions fail - only will
martin
2012-05-27
add a test for the backtrace function.
christos