about summary refs log tree commit diff
path: root/debug/tst-backtrace2.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
|
* debug: Additional compiler barriers for backtrace tests [BZ #20956]Florian Weimer2016-12-101-6/+4
| | | | | | The new test framework changed the call stacks. The weak attribute acts as a strong compiler barrier. Some static functions had to be declared extern as a consequence.
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
|
* Fix BZ #18084 -- backtrace (..., 0) dumps core on x86.Paul Pluzhnikov2015-08-151-0/+6
| | | | Other architectures also had bugs, or did unnecessary work.
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
|
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* Avoid backtrace tests matching filenames when searching for function names.Joseph Myers2013-01-241-16/+4
|
* Add tests that backtrace and backtrace_symbols produce correct results.Joseph Myers2013-01-181-0/+111