aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-28PKG_CHECK_MODULES: Properly check if $pkg_cv_[]$1[]_LIBS worksH.J. Lu6-16/+38
2020-07-28[gdb/build] Fix Wmaybe-uninitialized in gdb_optional.hTom de Vries2-0/+8
2020-07-28PKG_CHECK_MODULES: Check if $pkg_cv_[]$1[]_LIBS worksH.J. Lu7-2/+71
2020-07-28x86: Handle {disp32} for (%bp)/(%ebp)/(%rbp)H.J. Lu7-3/+92
2020-07-28gdb/python: make more use of RegisterDescriptorsAndrew Burgess9-57/+153
2020-07-28gdb: Add a find method for RegisterDescriptorIteratorAndrew Burgess6-1/+84
2020-07-28PR25022 testcase segfault for generic ELF linker targetsAlan Modra3-39/+36
2020-07-28More just-syms changesAlan Modra3-7/+22
2020-07-28Re: Allow new just-symbols test to run on XCOFF and PEAlan Modra2-1/+9
2020-07-28Automatic date update in version.inGDB Administrator1-1/+1
2020-07-27Use SIGTRAP si_code values for all FreeBSD architectures on 11.3 and later.John Baldwin2-3/+14
2020-07-27Remove unused declaration from gcore.hTom Tromey2-1/+4
2020-07-27Allow new just-symbols test to run on XCOFF and PEAlan Modra4-36/+45
2020-07-27Accept --just-symbols symbols as absolute for xcoffAlan Modra2-6/+19
2020-07-27Prevent strange "section mentioned in a -j option but not found"Alan Modra2-2/+7
2020-07-27ctf test ERROR: $target-cc does not existAlan Modra2-10/+19
2020-07-27[GOLD] Power10 stub selectionAlan Modra4-234/+548
2020-07-27doc: Replace preceeded with precededH.J. Lu4-5/+13
2020-07-27[gdb/build] Fix typo sys/sockets.h -> sys/socket.hTom de Vries4-8/+11
2020-07-27Automatic date update in version.inGDB Administrator1-1/+1
2020-07-26libctf: compilation failure on MinGW due to missing errno valuesEli Zaretskii3-0/+15
2020-07-26Don't unnecessarily redefine 'socklen_t' type in MinGW builds.Eli Zaretskii8-6/+75
2020-07-26MIPS/binutils/testsuite: Correct mips.exp test ABI/emul/endian arrangementMaciej W. Rozycki23-53/+258
2020-07-26Automatic date update in version.inGDB Administrator1-1/+1
2020-07-25gdb/fortran: resolve dynamic types when readjusting after an indirectionAndrew Burgess9-19/+233
2020-07-25Automatic date update in version.inGDB Administrator1-1/+1
2020-07-25[gdb/symtab] Ignore zero line table entriesTom de Vries5-2/+217
2020-07-24config/debuginfod.m4: Use PKG_CHECK_MODULESAaron Merey13-382/+855
2020-07-24[gdb/testsuite] Require gnatmake-8 for gdb.ada/mi_prot.expTom de Vries2-0/+8
2020-07-24Update documentation on how to make a releaseNick Clifton2-10/+34
2020-07-24Move the xc16x target to the obsolete listNick Clifton2-2/+6
2020-07-24Updated German translation for the opcodes sub-directoryNick Clifton2-245/+319
2020-07-24Automatic date update in version.inGDB Administrator1-1/+1
2020-07-23Fix BZ 26294 - Add period to help text for maint print core-file-backed-mappingsKevin Buettner2-1/+7
2020-07-23PR ld/26288: Allow the use of `--just-symbols' with ET_EXEC inputMaciej W. Rozycki7-1/+90
2020-07-23PR ld/26288: Revert obsolete part of PR ld/26047 fixMaciej W. Rozycki2-7/+9
2020-07-23Don't touch frame_info objects if frame cache was reinitializedPedro Alves6-29/+144
2020-07-23[gdb/tui] Fix Wmaybe-uninitialized warning in tui-winsource.cTom de Vries2-0/+11
2020-07-23gdb/disassembly: Update to handle non-statement addressesAndrew Burgess4-6/+215
2020-07-22Fix more bugs in gdb testglue wrapper handlingSandra Loosemore2-12/+22
2020-07-23Automatic date update in version.inGDB Administrator1-1/+1
2020-07-22New core file tests with mappings over existing program memoryKevin Buettner3-0/+340
2020-07-22Add documentation for "maint print core-file-backed-mappings"Kevin Buettner4-0/+22
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