summaryrefslogtreecommitdiff
path: root/thirdparty/libbacktrace
AgeCommit message (Collapse)AuthorFilesLines
2016-01-27libbacktrace: Fix test commands.Jose Fonseca1-2/+2
Use full path, and not just target name.
2016-01-27libbacktrace: Update.Jose Fonseca25-351/+2222
To git commit f1717362de1e56fe1ffab540289d7d0c6ed48b20, svn+ssh://gcc.gnu.org/svn/gcc/trunk@232055. Fixes #419.
2016-01-27libbacktrace: Always build and run btest.Jose Fonseca1-8/+5
2015-03-09cmake: Set CMAKE_INCLUDE_CURRENT_DIR where appropriate.José Fonseca1-3/+2
2015-03-08cmake: Pass GNU -Wno-foo flags to Clang too.Jose Fonseca1-1/+1
2014-06-25cmake: Refactor all convenience library generation into a function.José Fonseca1-4/+1
2013-11-29adjustments to libbacktrace CMake to better detect libdwarf.h locationEdward Rudd3-1/+12
- check for libdwarf/dwarf.h also (as it is on fedora) - emit some helpful warning as to why backtrace support is disabled
2013-09-20thirdparty/libbacktrace: update from upstreamAlexander Monakov2-6/+49
2013-05-30libbacktrace: Fix compilation failure (issue #137).Vladimír Vondruš1-1/+3
It seems that elf.c for some reason includes snappy/config.h instead of its own generated config.h, possbily due to wrong order of include directories. Solved it by explicitly including ${CMAKE_CURRENT_BINARY_DIR} before all other paths.
2013-05-29libbacktrace: Ignore generated headers.José Fonseca1-0/+2
2013-05-29libbacktrace: Tweak the CMakeLists.txtJosé Fonseca1-5/+13
2013-05-28libbacktrace: Fix out of source builds.José Fonseca1-1/+4
Must include path for generated headers.
2013-05-23Add libbacktrace CMake build scriptAlexander Monakov2-0/+161
2013-05-23Add replacement headers for libbacktraceAlexander Monakov2-0/+92
libbacktrace #include's two header files from GCC. Provide minimal replacements for those files. For filenames.h, declare missing macros assuming POSIX-style paths. For dwarf2.h, #include system dwarf.h and declare missing enum tags and define missing enum values as macros.
2013-05-23Import libbacktrace, sans autotools build filesAlexander Monakov20-0/+6767