aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-22Add new command "maint print core-file-backed-mappings"Kevin Buettner2-0/+96
2020-07-22Adjust coredump-filter.exp to account for NT_FILE note handlingKevin Buettner3-1/+35
2020-07-22gcore command: Place all file-backed mappings in NT_FILE noteKevin Buettner1-4/+37
2020-07-22Add test for accessing read-only mmapped data in a core fileKevin Buettner3-3/+36
2020-07-22Use NT_FILE note section for reading core target memoryKevin Buettner3-71/+286
2020-07-22Add new gdbarch method, read_core_file_mappingsKevin Buettner6-0/+67
2020-07-22Update binary_get_section_contents to seek using section's file positionKevin Buettner2-6/+11
2020-07-22Test ability to access unwritten-to mmap data in core fileKevin Buettner3-1/+29
2020-07-22Provide access to non SEC_HAS_CONTENTS core file sectionsKevin Buettner3-8/+57
2020-07-22section_table_xfer_memory: Replace section name with callback predicateKevin Buettner6-14/+33
2020-07-22Adjust corefile.exp test to show regression after bfd hack removalKevin Buettner2-0/+10
2020-07-22Remove hack for GDB which sets the section size to 0Kevin Buettner2-8/+4
2020-07-22Fix crash in -stack-list-argumentsTom Tromey7-3/+148
2020-07-22libctf: fixes for systems on which sizeof (void *) > sizeof (long)Nick Alcock4-8/+21
2020-07-22libctf: fix isspace castsNick Alcock2-3/+7
2020-07-22libctf, binutils: fix big-endian libctf archive openingNick Alcock2-1/+6
2020-07-22ld, testsuite: do not run CTF tests at all on non-ELF for nowNick Alcock2-0/+9
2020-07-22ld: do not produce one empty output .ctf section for every input .ctfNick Alcock2-1/+9
2020-07-22ld, testsuite: only run CTF tests when ld and GCC support CTFNick Alcock7-6/+91
2020-07-22ld: new CTF testsuiteEgeyar Bagcioglu74-0/+1833
2020-07-22binutils, testsuite: allow compilation before doing run_dump_testNick Alcock2-5/+58
2020-07-22ld: new options --ctf-variables and --ctf-share-typesNick Alcock7-1/+107
2020-07-22ld: Reformat CTF errors into warnings.Egeyar Bagcioglu2-10/+19
2020-07-22binutils: objdump: ctf: drop incorrect linefeedsNick Alcock2-4/+9
2020-07-22libctf, link: tie in the deduplicating linkerNick Alcock6-2/+701
2020-07-22libctf, link: add CTF_LINK_OMIT_VARIABLES_SECTIONNick Alcock4-1/+14
2020-07-22libctf, dedup: add deduplicatorNick Alcock14-24/+3401
2020-07-22libctf, dedup: add new configure option --enable-libctf-hash-debuggingNick Alcock7-2/+65
2020-07-22libctf: add SHA-1 support for libctfNick Alcock6-12/+139
2020-07-22libctf, link: add the ability to filter out variables from the linkNick Alcock7-1/+48
2020-07-22libctf, link: fix spurious conflicts of variables in the variable sectionNick Alcock2-1/+6
2020-07-22libctf, link: redo cu-mapping handlingNick Alcock7-32/+135
2020-07-22libctf, link: fix ctf_link_write fd leakNick Alcock2-0/+5
2020-07-22libctf, link: add lazy linking: clean up input members: err/warn cleanupNick Alcock9-133/+611
2020-07-22libctf: drop error-prone ctf_strerrorNick Alcock4-8/+9
2020-07-22libctf: sort out potential refcount loopsNick Alcock5-8/+67
2020-07-22libctf: rename the type_mapping_key to type_keyNick Alcock4-28/+50
2020-07-22libctf: check for vasprintfNick Alcock4-12/+32
2020-07-22libctf, archive: fix bad error messageNick Alcock2-1/+5
2020-07-22libctf, open: fix opening CTF in binaries with no symtabNick Alcock4-26/+70
2020-07-22libctf, dump: fix slice dumpingNick Alcock2-35/+65
2020-07-22libctf, dump: migrate towards dumping errors rather than truncationNick Alcock2-10/+19
2020-07-22libctf, decl: avoid leaks of the formatted string on errorNick Alcock2-1/+9
2020-07-22libctf, types: enhance ctf_type_aname to print function arg typesNick Alcock3-50/+89
2020-07-22libctf, ld, binutils: add textual error/warning reporting for libctfNick Alcock14-3/+235
2020-07-22libctf, types: ensure the emission of ECTF_NOPARENTEgeyar Bagcioglu2-1/+5
2020-07-22libctf: error out on corrupt CTF with invalid header flagsNick Alcock5-3/+18
2020-07-22libctf: pass the thunk down properly when wrapping qsort_rNick Alcock2-1/+5
2020-07-22libctf, next, hash: add dynhash and dynset _next iterationNick Alcock5-1/+305
2020-07-22libctf, next: introduce new class of easier-to-use iteratorsNick Alcock9-10/+606