Age | Commit message (Expand) | Author | Files | Lines |
2020-11-20 | libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_t | Nick Alcock | 1 | -0/+45 |
2020-10-21 | Remove libctf/mkerrors.sed | Tom Tromey | 1 | -0/+12 |
2020-08-27 | libctf, binutils, include, ld: gettextize and improve error handling | Nick Alcock | 1 | -0/+85 |
2020-08-27 | libctf, binutils: initial work towards libctf gettextization | Nick Alcock | 1 | -0/+12 |
2020-07-26 | libctf: compilation failure on MinGW due to missing errno values | Eli Zaretskii | 1 | -0/+7 |
2020-07-22 | libctf: fixes for systems on which sizeof (void *) > sizeof (long) | Nick Alcock | 1 | -0/+9 |
2020-07-22 | libctf: fix isspace casts | Nick Alcock | 1 | -0/+4 |
2020-07-22 | libctf, binutils: fix big-endian libctf archive opening | Nick Alcock | 1 | -0/+5 |
2020-07-22 | libctf, link: tie in the deduplicating linker | Nick Alcock | 1 | -0/+14 |
2020-07-22 | libctf, link: add CTF_LINK_OMIT_VARIABLES_SECTION | Nick Alcock | 1 | -0/+5 |
2020-07-22 | libctf, dedup: add deduplicator | Nick Alcock | 1 | -0/+26 |
2020-07-22 | libctf, dedup: add new configure option --enable-libctf-hash-debugging | Nick Alcock | 1 | -0/+10 |
2020-07-22 | libctf: add SHA-1 support for libctf | Nick Alcock | 1 | -0/+13 |
2020-07-22 | libctf, link: add the ability to filter out variables from the link | Nick Alcock | 1 | -0/+9 |
2020-07-22 | libctf, link: fix spurious conflicts of variables in the variable section | Nick Alcock | 1 | -0/+5 |
2020-07-22 | libctf, link: redo cu-mapping handling | Nick Alcock | 1 | -0/+20 |
2020-07-22 | libctf, link: fix ctf_link_write fd leak | Nick Alcock | 1 | -0/+4 |
2020-07-22 | libctf, link: add lazy linking: clean up input members: err/warn cleanup | Nick Alcock | 1 | -0/+45 |
2020-07-22 | libctf: drop error-prone ctf_strerror | Nick Alcock | 1 | -0/+7 |
2020-07-22 | libctf: sort out potential refcount loops | Nick Alcock | 1 | -0/+16 |
2020-07-22 | libctf: rename the type_mapping_key to type_key | Nick Alcock | 1 | -0/+19 |
2020-07-22 | libctf: check for vasprintf | Nick Alcock | 1 | -0/+6 |
2020-07-22 | libctf, archive: fix bad error message | Nick Alcock | 1 | -0/+4 |
2020-07-22 | libctf, open: fix opening CTF in binaries with no symtab | Nick Alcock | 1 | -0/+11 |
2020-07-22 | libctf, dump: fix slice dumping | Nick Alcock | 1 | -0/+8 |
2020-07-22 | libctf, dump: migrate towards dumping errors rather than truncation | Nick Alcock | 1 | -0/+9 |
2020-07-22 | libctf, decl: avoid leaks of the formatted string on error | Nick Alcock | 1 | -0/+5 |
2020-07-22 | libctf, types: enhance ctf_type_aname to print function arg types | Nick Alcock | 1 | -0/+6 |
2020-07-22 | libctf, ld, binutils: add textual error/warning reporting for libctf | Nick Alcock | 1 | -0/+15 |
2020-07-22 | libctf, types: ensure the emission of ECTF_NOPARENT | Egeyar Bagcioglu | 1 | -0/+4 |
2020-07-22 | libctf: error out on corrupt CTF with invalid header flags | Nick Alcock | 1 | -0/+4 |
2020-07-22 | libctf: pass the thunk down properly when wrapping qsort_r | Nick Alcock | 1 | -0/+4 |
2020-07-22 | libctf, next, hash: add dynhash and dynset _next iteration | Nick Alcock | 1 | -0/+22 |
2020-07-22 | libctf, next: introduce new class of easier-to-use iterators | Nick Alcock | 1 | -0/+19 |
2020-07-22 | libctf: add ctf_ref | Nick Alcock | 1 | -0/+5 |
2020-07-22 | libctf: add ctf_forwardable_kind | Nick Alcock | 1 | -0/+5 |
2020-07-22 | libctf: move existing inlines into ctf-inlines.h | Nick Alcock | 1 | -0/+5 |
2020-07-22 | libctf, hash: introduce the ctf_dynset | Nick Alcock | 1 | -0/+27 |
2020-07-22 | libctf, hash: save per-item space when no key/item freeing function | Nick Alcock | 1 | -0/+15 |
2020-07-22 | libctf, hash: improve insertion of existing keys into dynhashes | Nick Alcock | 1 | -0/+5 |
2020-07-22 | libctf: add new dynhash functions | Nick Alcock | 1 | -0/+14 |
2020-07-22 | libctf: fix __extension__ with non-GNU C compilers | Nick Alcock | 1 | -0/+4 |
2020-07-22 | libctf: add ctf_archive_count | Nick Alcock | 1 | -0/+5 |
2020-07-22 | libctf: add ctf_member_count | Nick Alcock | 1 | -0/+5 |
2020-07-22 | libctf: add ctf_type_kind_forwarded | Nick Alcock | 1 | -0/+4 |
2020-07-22 | libctf: add ctf_type_name_raw | Nick Alcock | 1 | -0/+5 |
2020-07-22 | libctf: having debugging enabled is unlikely | Nick Alcock | 1 | -0/+4 |
2020-07-22 | libctf, archive: stop ctf_arc_bufopen triggering crazy unmaps | Nick Alcock | 1 | -0/+12 |
2020-07-22 | libctf, types: ints, floats and typedefs with no name are invalid | Nick Alcock | 1 | -0/+5 |
2020-07-22 | libctf, types: support slices of anything terminating in an int | Nick Alcock | 1 | -0/+7 |