aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi30-249/+239
2017-03-20Add rvalue reference tests and docsArtemiy Volkov17-4/+972
2017-03-20Add rvalue references to overloading resolutionArtemiy Volkov2-3/+61
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov37-91/+157
2017-03-20Support rvalue references in the gdb python module (includes doc/)Artemiy Volkov7-9/+52
2017-03-20Support DW_TAG_rvalue_reference typeArtemiy Volkov2-4/+18
2017-03-20Implement printing of rvalue reference types and valuesArtemiy Volkov3-6/+17
2017-03-20Implement demangling for rvalue reference type namesArtemiy Volkov4-0/+18
2017-03-20Support rvalue reference type in parserArtemiy Volkov4-18/+37
2017-03-20Add ability to return rvalue reference values from value_refArtemiy Volkov8-17/+44
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov14-26/+85
2017-03-20Add definitions for rvalue reference typesArtemiy Volkov2-0/+20
2017-03-20Add -file-list-shared-libraries MI commandMarc-Andre Laperle14-50/+240
2017-03-20Add a better diagnostic message in mi_gdb_testMarc-Andre Laperle2-1/+6
2017-03-20Remove unused parameter in solib_add and update_solib_listMarc-Andre Laperle7-25/+37
2017-03-20Fix spurious FAILs with examine-backward.expAndreas Arnez2-0/+14
2017-03-20readelf: Don't error on .debug files with NOBITS .dynamic section.Mark Wielaard2-6/+15
2017-03-20Update descriptions of the .2byte, .4byte and .8byte directives.Nick Clifton2-14/+28
2017-03-20s390: Fix displaced-stepping certain relative branch insnsAndreas Arnez2-51/+11
2017-03-20Update the openrisc previous program counter (ppc) when running code in the c...Stafford Horne2-0/+9
2017-03-20[arm] Document missing -mfpu entries.Richard Earnshaw3-4/+13
2017-03-20[arm] Add neon-vfp3 as an alias for neon to -mfpu.Richard Earnshaw2-0/+5
2017-03-20Automatic date update in version.inGDB Administrator1-1/+1
2017-03-20PR 21266, unstable qsort in bfd/elf64-ppc.cAlan Modra2-1/+6
2017-03-19Automatic date update in version.inGDB Administrator1-1/+1
2017-03-18Automatic date update in version.inGDB Administrator1-1/+1
2017-03-18DT_TEXTREL vs IFUNCAlan Modra3-22/+109
2017-03-17i386-gnu-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi2-6/+11
2017-03-17i386-darwin-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi2-2/+7
2017-03-17i386-bsd-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi2-21/+21
2017-03-17hppa-obsd-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi2-12/+13
2017-03-17hppa-nbsd-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi2-12/+15
2017-03-17hppa-linux-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi2-10/+10
2017-03-17corelow: Use ptid from regcache instead of inferior_ptidSimon Marchi2-5/+11
2017-03-17bsd-uthread: Use ptid from regcache instead of inferior_ptidSimon Marchi2-2/+24
2017-03-17arm-nbsd-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi2-10/+16
2017-03-17arm-linux-nat.c: Use ptid from regcache instead of inferior_ptidSimon Marchi2-8/+14
2017-03-17Fix displaying the value associated a GNU BUILD note that uses an ascii name.Nick Clifton2-1/+6
2017-03-17PR remote/21188: Fix remote serial timeoutPedro Alves4-160/+25
2017-03-17Fix PR gdb/19637: bound_registers.py: Add support for Python 3Jonah Graham2-0/+11
2017-03-17E6500 spr mnemonicsAlan Modra2-8/+15
2017-03-17ld sec64k test fixAlan Modra2-2/+8
2017-03-17Automatic date update in version.inGDB Administrator1-1/+1
2017-03-16Big-endian targets: Don't ignore offset into DW_OP_stack_valueAndreas Arnez7-46/+131
2017-03-16gdb.python/py-lazy-string (pointer): Really add new typedef.Doug Evans2-0/+6
2017-03-16Remove collision markers from earlier commitDoug Evans1-5/+3
2017-03-16Add support for a GNU BUILD note type to record the enum size.Nick Clifton4-0/+16
2017-03-16Support CBNZ, CBZ, REV, REV16 and REVSH in arm process recordYao Qi2-2/+7
2017-03-16Fix arm process record for some instructionsYao Qi2-77/+241
2017-03-16Add instruction_reader to arm process recordYao Qi2-9/+44