summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document "no debug info debugging" improvementsusers/palves/whatisPedro Alves2017-07-132-10/+130
* Make "p S::method() const::static_var" work tooPedro Alves2017-07-1310-46/+289
* Handle "p 'S::method()::static_var'" (quoted) in symbol lookupPedro Alves2017-07-134-29/+49
* Handle "p S::method()::static_var" in the C++ parserPedro Alves2017-07-138-2/+386
* Eliminate UNOP_MEMVAL_TLSPedro Alves2017-07-134-55/+0
* Stop assuming no-debug-info variables have type intPedro Alves2017-07-1316-68/+301
* evaluate_subexp_standard: Factor out OP_VAR_VALUE handling.Pedro Alves2017-07-131-31/+36
* evaluate_subexp_standard: Remove useless assignmentsPedro Alves2017-07-131-3/+0
* evaluate_subexp_standard: Eliminate one gotoPedro Alves2017-07-131-55/+55
* Make ptype/whatis print function name of functions with no debug info tooPedro Alves2017-07-132-9/+17
* Introduce OP_VAR_MSYM_VALUEPedro Alves2017-07-138-32/+128
* Stop assuming no-debug-info functions return intPedro Alves2017-07-1335-154/+384
* Fix calling prototyped functions via function pointersPedro Alves2017-07-132-5/+23
* Handle function aliases better (PR gdb/19487, errno printing)Pedro Alves2017-07-068-8/+177
* Fix type casts losing typedefs and reimplement "whatis" typedef strippingPedro Alves2017-07-068-31/+569
* Fix Python unwinder frames regressionPedro Alves2017-07-064-2/+11
* Fix build with GCC 4.2H.J. Lu2017-07-054-13/+27
* [ARM] Add support for Cortex-A55 and Cortex-A75.James Greenhalgh2017-07-053-0/+13
* X86: Disassemble primary opcode map's group 2 ModRM.reg == 6 aliases correctlyBorislav Petkov2017-07-057-6/+47
* Fixup changelog entries for previous commitRamana Radhakrishnan2017-07-052-0/+16
* Automatic date update in version.inGDB Administrator2017-07-051-1/+1
* Garbage collect TYPE_STATIC and several TYPE_FN_FIELD_xPedro Alves2017-07-043-24/+12
* [Patch ARM] Support MVFR2 VFP Coprocessor register for ARMv8-ARamana Radhakrishnan2017-07-047-0/+32
* Regenerate configure.Tristan Gingold2017-07-0413-61/+86
* Add markers.Tristan Gingold2017-07-047-0/+19
* [AArch64] Remove useless and incorrect assertionJiong Wang2017-07-042-7/+5
* [binutils patch] DWARF-5: Extend bfd/dwarf2.c parse_comp_unit()Jan Kratochvil2017-07-042-71/+399
* Automatic date update in version.inGDB Administrator2017-07-041-1/+1
* bfd: partial revert commit EC1ACAB (prevent all but undef weak symbols to bec...Egeyar Bagcioglu2017-07-032-7/+5
* Regenerate pot files.Tristan Gingold2017-07-0310-3402/+4257
* strings: remove section/file size checkAlan Modra2017-07-032-57/+28
* Support %Lx, %Lu, %Ld in _bfd_error_handler formatAlan Modra2017-07-035-46/+82
* BFD long long cleanupAlan Modra2017-07-037-25/+35
* Miscellaneous format string fixesAlan Modra2017-07-033-8/+18
* Missing config for bfd.c:_doprntAlan Modra2017-07-034-55/+119
* Disable symver test on hppa64-hpuxAlan Modra2017-07-032-0/+5
* [GOLD] undef after using DW_IDX and friendsAlan Modra2017-07-032-1/+7
* Repair include/dwarf2.def breakageAlan Modra2017-07-032-0/+10
* buffer.h: Fix spelling mistakesSimon Marchi2017-07-032-1/+5
* Automatic date update in version.inGDB Administrator2017-07-031-1/+1
* DWARF-5: readelf: .debug_namesJan Kratochvil2017-07-024-1/+376
* Import include/+libiberty/ r249883 from upstream GCC.Jan Kratochvil2017-07-025-12/+49
* Automatic date update in version.inGDB Administrator2017-07-021-1/+1
* Use bfd_malloc_and_get_sectionAlan Modra2017-07-024-43/+25
* Setup .dir-locals.el to use C-style comments by defaultEli Zaretskii2017-07-012-0/+7
* Automatic date update in version.inGDB Administrator2017-07-011-1/+1
* MIPS/GAS: Use a switch on relaxation type in microMIPS fixup creationMaciej W. Rozycki2017-07-012-10/+20
* MIPS/GAS: Use frag symbol/offset directly in fixup creationMaciej W. Rozycki2017-07-012-44/+38
* MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxationMaciej W. Rozycki2017-07-0117-12/+253
* Add support for a __gcc_isr pseudo isntruction to the AVR assembler.Georg-Johann Lay2017-06-3012-7/+1060