summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Two-level mapusers/palves/regcache-mapPedro Alves2020-07-241-57/+79
* std::unique_ptrPedro Alves2020-07-241-18/+8
* no std::vectorPedro Alves2020-07-241-26/+13
* gdb: change regcache list to be a mapSimon Marchi via Gdb-patches2020-07-242-56/+152
* gdb: pass target to thread_ptid_changed observableSimon Marchi via Gdb-patches2020-07-244-7/+138
* gdb: move regcache::regcaches to regcache.cSimon Marchi via Gdb-patches2020-07-245-50/+35
* gdb: rename regcache::current_regcache to regcache::regcachesSimon Marchi via Gdb-patches2020-07-242-32/+30
* Automatic date update in version.inGDB Administrator2020-07-241-1/+1
* Fix BZ 26294 - Add period to help text for maint print core-file-backed-mappingsKevin Buettner2020-07-232-1/+7
* PR ld/26288: Allow the use of `--just-symbols' with ET_EXEC inputMaciej W. Rozycki2020-07-237-1/+90
* PR ld/26288: Revert obsolete part of PR ld/26047 fixMaciej W. Rozycki2020-07-232-7/+9
* Don't touch frame_info objects if frame cache was reinitializedPedro Alves2020-07-236-29/+144
* [gdb/tui] Fix Wmaybe-uninitialized warning in tui-winsource.cTom de Vries2020-07-232-0/+11
* gdb/disassembly: Update to handle non-statement addressesAndrew Burgess2020-07-234-6/+215
* Fix more bugs in gdb testglue wrapper handlingSandra Loosemore2020-07-222-12/+22
* Automatic date update in version.inGDB Administrator2020-07-231-1/+1
* New core file tests with mappings over existing program memoryKevin Buettner2020-07-223-0/+340
* Add documentation for "maint print core-file-backed-mappings"Kevin Buettner2020-07-224-0/+22
* Add new command "maint print core-file-backed-mappings"Kevin Buettner2020-07-222-0/+96
* Adjust coredump-filter.exp to account for NT_FILE note handlingKevin Buettner2020-07-223-1/+35
* gcore command: Place all file-backed mappings in NT_FILE noteKevin Buettner2020-07-221-4/+37
* Add test for accessing read-only mmapped data in a core fileKevin Buettner2020-07-223-3/+36
* Use NT_FILE note section for reading core target memoryKevin Buettner2020-07-223-71/+286
* Add new gdbarch method, read_core_file_mappingsKevin Buettner2020-07-226-0/+67
* Update binary_get_section_contents to seek using section's file positionKevin Buettner2020-07-222-6/+11
* Test ability to access unwritten-to mmap data in core fileKevin Buettner2020-07-223-1/+29
* Provide access to non SEC_HAS_CONTENTS core file sectionsKevin Buettner2020-07-223-8/+57
* section_table_xfer_memory: Replace section name with callback predicateKevin Buettner2020-07-226-14/+33
* Adjust corefile.exp test to show regression after bfd hack removalKevin Buettner2020-07-222-0/+10
* Remove hack for GDB which sets the section size to 0Kevin Buettner2020-07-222-8/+4
* Fix crash in -stack-list-argumentsTom Tromey2020-07-227-3/+148
* libctf: fixes for systems on which sizeof (void *) > sizeof (long)Nick Alcock2020-07-224-8/+21
* libctf: fix isspace castsNick Alcock2020-07-222-3/+7
* libctf, binutils: fix big-endian libctf archive openingNick Alcock2020-07-222-1/+6
* ld, testsuite: do not run CTF tests at all on non-ELF for nowNick Alcock2020-07-222-0/+9
* ld: do not produce one empty output .ctf section for every input .ctfNick Alcock2020-07-222-1/+9
* ld, testsuite: only run CTF tests when ld and GCC support CTFNick Alcock2020-07-227-6/+91
* ld: new CTF testsuiteEgeyar Bagcioglu2020-07-2274-0/+1833
* binutils, testsuite: allow compilation before doing run_dump_testNick Alcock2020-07-222-5/+58
* ld: new options --ctf-variables and --ctf-share-typesNick Alcock2020-07-227-1/+107
* ld: Reformat CTF errors into warnings.Egeyar Bagcioglu2020-07-222-10/+19
* binutils: objdump: ctf: drop incorrect linefeedsNick Alcock2020-07-222-4/+9
* libctf, link: tie in the deduplicating linkerNick Alcock2020-07-226-2/+701
* libctf, link: add CTF_LINK_OMIT_VARIABLES_SECTIONNick Alcock2020-07-224-1/+14
* libctf, dedup: add deduplicatorNick Alcock2020-07-2214-24/+3401
* libctf, dedup: add new configure option --enable-libctf-hash-debuggingNick Alcock2020-07-227-2/+65
* libctf: add SHA-1 support for libctfNick Alcock2020-07-226-12/+139
* libctf, link: add the ability to filter out variables from the linkNick Alcock2020-07-227-1/+48
* libctf, link: fix spurious conflicts of variables in the variable sectionNick Alcock2020-07-222-1/+6
* libctf, link: redo cu-mapping handlingNick Alcock2020-07-227-32/+135