aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-13Fix regression: expression completer and scope operator (PR gdb/22584)Pedro Alves8-13/+104
2017-12-13Factor out final completion match string buildingPedro Alves6-131/+106
2017-12-13python doc: Rework Breakpoint.__init__ docSimon Marchi2-24/+48
2017-12-13[BFD][AARCH64]Disallow R_AARCH64_ABS32(LP64) & R_AARCH64_ABS16 in const secti...Renlin Li9-3/+64
2017-12-14gdb: Fix ARI warnings in or1k-tdep.cStafford Horne2-14/+23
2017-12-13Fix typo in gdb_ari.shSimon Marchi2-1/+5
2017-12-13This patch enables disassembler_needs_relocs for PRU. It is needed to print c...Dimitar Dimitrov5-0/+30
2017-12-13S/390: Fix (some) PIE+undef weak failuresAndreas Krebbel1-6/+6
2017-12-12fix "server" command prefix handling (unexpected confirmation queries)Joel Brobecker5-1/+71
2017-12-13Automatic date update in version.inGDB Administrator1-1/+1
2017-12-12sim: testsuite: add testsuite for or1k simPeter Gavin28-0/+6510
2017-12-12sim: or1k: add autoconf generated filesStafford Horne5-0/+16427
2017-12-12sim: or1k: add cgen generated filesStafford Horne11-0/+27536
2017-12-12sim: or1k: add or1k target to simStafford Horne11-0/+1637
2017-12-12sim: cgen: add MUL2OFSI and MUL1OFSI functions (needed for OR1K l.mul[u])Peter Gavin2-0/+25
2017-12-12sim: cgen: add remainder functions (needed for OR1K lf.rem.[sd])Peter Gavin5-5/+149
2017-12-12Add gdb for or1k buildStafford Horne3-14/+5
2017-12-12gdb: testsuite: Add or1k tdesc-regs.exp test supportStafford Horne2-0/+7
2017-12-12gdb: testsuite: Add or1k l.nop instructionStafford Horne2-0/+6
2017-12-12gdb: Add OpenRISC or1k and or1knd target supportFranck Jullien10-0/+1580
2017-12-12PR22576, ppc64_skip_trampoline_code uses wrong r2 for EXEC_REVERSEAlan Modra2-58/+55
2017-12-11remote: Return NULL extra_info/name if they are emptySimon Marchi2-2/+14
2017-12-12Don't mask X_add_number containing a register numberAlan Modra2-1/+6
2017-12-12Automatic date update in version.inGDB Administrator1-1/+1
2017-12-11Add plugin API for processing plugin-added input filesStephen Crane9-22/+335
2017-12-11[Binutils][Objdump]Check symbol section information while search a mapping sy...Renlin Li5-3/+44
2017-12-11Unbreak build for non-ELF portsPedro Alves5-31/+69
2017-12-11[MPFR] Fix regression on 32-bit host systemsUlrich Weigand2-1/+6
2017-12-11Adapt gdb.ada/variant_record_packed_array.exp to accept reordered componentsJoel Brobecker2-6/+23
2017-12-11(Ada) change tagged types base_address computationXavier Roirand2-2/+37
2017-12-11Adapt gdb.ada/pkd_arr_elem.exp to accept reordered componentsJoel Brobecker2-2/+17
2017-12-11Automatic date update in version.inGDB Administrator1-1/+1
2017-12-11Typo fixSangamesh Mallayya2-1/+5
2017-12-10Automatic date update in version.inGDB Administrator1-1/+1
2017-12-09Automatic date update in version.inGDB Administrator1-1/+1
2017-12-08dwarf2read.c: Rewrite/simplify mock_mapped_indexPedro Alves2-45/+37
2017-12-08Support wildmatching in .debug_names too.Pedro Alves2-41/+96
2017-12-08dwarf2read.c:mapped_index, use gdb::array_view, simplify symbol tablePedro Alves2-39/+54
2017-12-08DWARF-5: .debug_names index consumerJan Kratochvil13-29/+1257
2017-12-08Add gdb::hash_enumPedro Alves2-0/+49
2017-12-08Refactor: Move some generic code out of .gdb_index codeJan Kratochvil2-89/+139
2017-12-08Change dwarf2_initialize_objfile's return valueJan Kratochvil5-13/+23
2017-12-08DWARF-5: .debug_names index producerJan Kratochvil5-60/+964
2017-12-08cc-with-tweaks.sh: Use gdb-add-index.shJan Kratochvil2-17/+31
2017-12-09Work around sparc glibc bugAlan Modra2-11/+21
2017-12-08Fix thinko on dtrace-probe.c:dtrace_process_dof_probeSergio Durigan Junior2-5/+9
2017-12-08Clear non-significant bits of address in watchpointYao Qi5-1/+26
2017-12-08Adjust breakpoint address by clearing non-significant bitsYao Qi5-14/+56
2017-12-08Clear non-significant bits of address on memory accessYao Qi11-0/+193
2017-12-08C++-ify parse_format_stringTom Tromey9-136/+89