Age | Commit message (Expand) | Author | Files | Lines |
2020-11-25 | libctf: Pass format argument to asprintf | H.J. Lu | 2 | -1/+6 |
2020-11-25 | libctf, include: support foreign-endianness symtabs with CTF | Nick Alcock | 9 | -43/+173 |
2020-11-20 | libctf: do not crash when CTF symbol or variable linking fails | Nick Alcock | 2 | -6/+15 |
2020-11-20 | libctf: error-handling fixes | Nick Alcock | 3 | -4/+25 |
2020-11-20 | libctf, include: add ctf_getsymsect and ctf_getstrsect | Nick Alcock | 3 | -0/+21 |
2020-11-20 | libctf, include: CTF-archive-wide symbol lookup | Nick Alcock | 4 | -15/+257 |
2020-11-20 | libctf, ld: properly deduplicate function types | Nick Alcock | 2 | -5/+26 |
2020-11-20 | libctf: adjust dumper for symtypetab changes | Nick Alcock | 2 | -131/+88 |
2020-11-20 | libctf: symbol type linking support | Nick Alcock | 11 | -257/+1858 |
2020-11-20 | bfd, include, ld, binutils, libctf: CTF should use the dynstr/sym | Nick Alcock | 7 | -8/+72 |
2020-11-20 | libctf, include, binutils, gdb: rename CTF-opening functions | Nick Alcock | 4 | -33/+66 |
2020-11-20 | libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_t | Nick Alcock | 20 | -639/+704 |
2020-10-21 | Remove libctf/mkerrors.sed | Tom Tromey | 5 | -56/+31 |
2020-08-27 | libctf, binutils, include, ld: gettextize and improve error handling | Nick Alcock | 13 | -360/+533 |
2020-08-27 | libctf, binutils: initial work towards libctf gettextization | Nick Alcock | 8 | -19/+100 |
2020-07-26 | libctf: compilation failure on MinGW due to missing errno values | Eli Zaretskii | 3 | -0/+15 |
2020-07-22 | libctf: fixes for systems on which sizeof (void *) > sizeof (long) | Nick Alcock | 4 | -8/+21 |
2020-07-22 | libctf: fix isspace casts | Nick Alcock | 2 | -3/+7 |
2020-07-22 | libctf, binutils: fix big-endian libctf archive opening | Nick Alcock | 2 | -1/+6 |
2020-07-22 | libctf, link: tie in the deduplicating linker | Nick Alcock | 4 | -2/+693 |
2020-07-22 | libctf, link: add CTF_LINK_OMIT_VARIABLES_SECTION | Nick Alcock | 2 | -1/+7 |
2020-07-22 | libctf, dedup: add deduplicator | Nick Alcock | 12 | -23/+3396 |
2020-07-22 | libctf, dedup: add new configure option --enable-libctf-hash-debugging | Nick Alcock | 7 | -2/+65 |
2020-07-22 | libctf: add SHA-1 support for libctf | Nick Alcock | 6 | -12/+139 |
2020-07-22 | libctf, link: add the ability to filter out variables from the link | Nick Alcock | 5 | -1/+37 |
2020-07-22 | libctf, link: fix spurious conflicts of variables in the variable section | Nick Alcock | 2 | -1/+6 |
2020-07-22 | libctf, link: redo cu-mapping handling | Nick Alcock | 5 | -31/+126 |
2020-07-22 | libctf, link: fix ctf_link_write fd leak | Nick Alcock | 2 | -0/+5 |
2020-07-22 | libctf, link: add lazy linking: clean up input members: err/warn cleanup | Nick Alcock | 7 | -128/+601 |
2020-07-22 | libctf: drop error-prone ctf_strerror | Nick Alcock | 4 | -8/+9 |
2020-07-22 | libctf: sort out potential refcount loops | Nick Alcock | 5 | -8/+67 |
2020-07-22 | libctf: rename the type_mapping_key to type_key | Nick Alcock | 4 | -28/+50 |
2020-07-22 | libctf: check for vasprintf | Nick Alcock | 4 | -12/+32 |
2020-07-22 | libctf, archive: fix bad error message | Nick Alcock | 2 | -1/+5 |
2020-07-22 | libctf, open: fix opening CTF in binaries with no symtab | Nick Alcock | 4 | -26/+70 |
2020-07-22 | libctf, dump: fix slice dumping | Nick Alcock | 2 | -35/+65 |
2020-07-22 | libctf, dump: migrate towards dumping errors rather than truncation | Nick Alcock | 2 | -10/+19 |
2020-07-22 | libctf, decl: avoid leaks of the formatted string on error | Nick Alcock | 2 | -1/+9 |
2020-07-22 | libctf, types: enhance ctf_type_aname to print function arg types | Nick Alcock | 3 | -50/+89 |
2020-07-22 | libctf, ld, binutils: add textual error/warning reporting for libctf | Nick Alcock | 7 | -0/+147 |
2020-07-22 | libctf, types: ensure the emission of ECTF_NOPARENT | Egeyar Bagcioglu | 2 | -1/+5 |
2020-07-22 | libctf: error out on corrupt CTF with invalid header flags | Nick Alcock | 2 | -0/+7 |
2020-07-22 | libctf: pass the thunk down properly when wrapping qsort_r | Nick Alcock | 2 | -1/+5 |
2020-07-22 | libctf, next, hash: add dynhash and dynset _next iteration | Nick Alcock | 5 | -1/+305 |
2020-07-22 | libctf, next: introduce new class of easier-to-use iterators | Nick Alcock | 7 | -6/+561 |
2020-07-22 | libctf: add ctf_ref | Nick Alcock | 3 | -0/+17 |
2020-07-22 | libctf: add ctf_forwardable_kind | Nick Alcock | 3 | -1/+12 |
2020-07-22 | libctf: move existing inlines into ctf-inlines.h | Nick Alcock | 3 | -8/+14 |
2020-07-22 | libctf, hash: introduce the ctf_dynset | Nick Alcock | 4 | -11/+203 |
2020-07-22 | libctf, hash: save per-item space when no key/item freeing function | Nick Alcock | 2 | -21/+62 |