Ian Lance Taylor
177940370e
* elf.c (elf_add): Close descriptor if we use a debugfile.
...
* btest.c (check_open_files): New static function.
(main): Call check_open_files.
5 years ago
Ian Lance Taylor
811741b03b
* elf.c (elf_open_debugfile_by_debuglink): Don't check CRC if the
...
desired CRC is zero.
(elf_add): Don't clear *found_sym and *found_dwarf if debuginfo.
5 years ago
Ian Lance Taylor
8a4e4ea552
* pecoff.c (coff_add): Only release syms_view if it is valid.
5 years ago
Ian Lance Taylor
97dd0dfa9e
* pecoff.c (coff_add): Another memcpy -> coff_read4 fix.
...
Updates #11
5 years ago
Ian Lance Taylor
4300eedae4
* pecoff.c (coff_add): Use coff_read4, not memcpy.
...
Fixes #3
5 years ago
Ian Lance Taylor
051ecb46f8
README: mention XCOFF, call this version 1.0
...
Fixes #1
5 years ago
Ian Lance Taylor
b0d690331d
* mmap.c (backtrace_free_locked): Don't put more than 16 entries
...
on the free list.
Fixes #5
Fixes rust-lang/rust#29293
Fixes rust-lang/rust#37477
5 years ago
Ian Lance Taylor
3739537b9c
libbacktrace: rebuild configury with GCC standard tool versions
...
Add required support files to the config subdirectory.
Update dtest to be based on a statically linked program.
5 years ago
Ian Lance Taylor
4183d76f92
Add text used for "inflate large" test.
5 years ago
Ian Lance Taylor
f2c17c0417
libbacktrace: update to GCC SVN revision 256776
...
This brings in this patch:
* elf.c (codes) [GENERATE_FIXED_HUFFMAN_TABLE]: Fix size to be
288.
(main) [GENERATE_FIXED_HUFFMAN_TABLE]: Pass 288 to
elf_zlib_inflate_table. Generate elf_zlib_default_dist_table.
(elf_zlib_default_table): Update.
(elf_zlib_default_dist_table): New static array.
(elf_zlib_inflate): Use elf_zlib_default_dist_table for dist table
for block type 1.
* ztest.c (struct zlib_test): Add uncompressed_len.
(tests): Initialize uncompressed_len field. Add new test case.
(test_samples): Use uncompressed_len field.
5 years ago
Ian Lance Taylor
862169a1f5
.gitignore: add simple .gitignore file
5 years ago
Than McIntosh
ee9cd27e5e
Restore functionality of 'install' target. ( #10 )
...
Previous change (update from gcc trunk) broke 'make install'; this
corrects the problem.
5 years ago
Than McIntosh
17f687d2b9
Update from gcc trunk version of libbacktrace at svn rev 256427. ( #8 )
...
Includes (among other things) support for compressed debug sections,
a variety of bugfixes, and expanded test coverage.
5 years ago
Ian Lance Taylor
14d377e9be
README: correct link to C++ unwind API
...
Fixes #4
6 years ago
Ian Lance Taylor
ba79a27ee9
all: remove meaningless trailing whitespace
7 years ago
Ian Lance Taylor
84241313f2
libbacktrace: initial commit
...
This is a standalone version of the libbacktrace library that I
originally wrote for GCC. This is a copy of libbacktrace from GCC
trunk, with all dependencies incorporated here.
7 years ago
Ian Lance Taylor
6a5a5fcdda
Initial commit
7 years ago