]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - libctf
Move some defines to tui-stack.c
[thirdparty/binutils-gdb.git] / libctf /
2019-07-18  Nick Alcocklibctf: introduce ctf_func_type_{info,args}, ctf_type_a...
2019-07-01  Nick Alcocklibctf: fix spurious error when rolling back to the...
2019-07-01  Nick Alcocklibctf: deduplicate and sort the string table
2019-07-01  Nick Alcocklibctf: add hash traversal helpers
2019-07-01  Nick Alcocklibctf: fix hash removal
2019-07-01  Nick Alcocklibctf: disambiguate hex output in dumps
2019-06-21  Nick Alcocklibctf: fix ctf_open endianness problems with raw CTF...
2019-06-21  Nick Alcocklibctf: endianness fixes
2019-06-21  Nick Alcocklibctf: unidentified type kinds on open are a sign...
2019-06-21  Nick Alcocklibctf: dump header offsets into the debugging output
2019-06-21  Nick Alcocklibctf: drop mmap()-based CTF data allocator
2019-06-21  Nick Alcocklibctf: handle errors on dynhash insertion better
2019-06-14  Alan ModraRegenerate with approved autotools version
2019-06-07  Nick Alcocklibctf: avoid strndup
2019-06-07  Nick Alcocklibctf: explicitly cast more size_t types used in printf()s
2019-06-07  Nick Alcocklibctf: mark various args as unused in the !HAVE_MMAP...
2019-06-05  Nick Alcocklibctf: eschew %zi format specifier
2019-06-04  Tom TromeyUse CHAR_BIT instead of NBBY in libctf
2019-06-04  Nick Alcocklibctf: work on platforms without O_CLOEXEC.
2019-06-04  Nick Alcocklibctf: look for BSD versus GNU qsort_r signatures
2019-06-04  Nick Alcocklibctf: fix use-after-free in function dumping
2019-05-31  Jose E. Marchesilibctf: fix a number of build problems found on Solaris...
2019-05-29  Nick AlcockFix libctf build on non-ELF targets.
2019-05-28  Nick Alcocklibctf: build system
2019-05-28  Nick Alcocklibctf: debug dumping
2019-05-28  Nick Alcocklibctf: labels
2019-05-28  Nick Alcocklibctf: library version enforcement
2019-05-28  Nick Alcocklibctf: type copying
2019-05-28  Nick Alcocklibctf: lookups by name and symbol
2019-05-28  Nick Alcocklibctf: core type lookup
2019-05-28  Nick Alcocklibctf: ELF file opening via BFD
2019-05-28  Nick Alcocklibctf: mmappable archives
2019-05-28  Nick Alcocklibctf: opening
2019-05-28  Nick Alcocklibctf: creation functions
2019-05-28  Nick Alcocklibctf: implementation definitions related to file...
2019-05-28  Nick Alcocklibctf: hashing
2019-05-28  Nick Alcocklibctf: error handling
2019-05-28  Nick Alcocklibctf: low-level list manipulation and helper utilities
2019-05-28  Nick Alcocklibctf: lowest-level memory allocation and debug-dumpin...