summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-2037-91/+157
* Support rvalue references in the gdb python module (includes doc/)Artemiy Volkov2017-03-207-9/+52
* Support DW_TAG_rvalue_reference typeArtemiy Volkov2017-03-202-4/+18
* Implement printing of rvalue reference types and valuesArtemiy Volkov2017-03-203-6/+17
* Implement demangling for rvalue reference type namesArtemiy Volkov2017-03-204-0/+18
* Support rvalue reference type in parserArtemiy Volkov2017-03-204-18/+37
* Add ability to return rvalue reference values from value_refArtemiy Volkov2017-03-208-17/+44
* Change {lookup,make}_reference_type APIArtemiy Volkov2017-03-2014-26/+85
* Add definitions for rvalue reference typesArtemiy Volkov2017-03-202-0/+20
* Add -file-list-shared-libraries MI commandMarc-Andre Laperle2017-03-2014-50/+240
* Add a better diagnostic message in mi_gdb_testMarc-Andre Laperle2017-03-202-1/+6
* Remove unused parameter in solib_add and update_solib_listMarc-Andre Laperle2017-03-207-25/+37
* Fix spurious FAILs with examine-backward.expAndreas Arnez2017-03-202-0/+14
* readelf: Don't error on .debug files with NOBITS .dynamic section.Mark Wielaard2017-03-202-6/+15
* Update descriptions of the .2byte, .4byte and .8byte directives.Nick Clifton2017-03-202-14/+28
* s390: Fix displaced-stepping certain relative branch insnsAndreas Arnez2017-03-202-51/+11
* Update the openrisc previous program counter (ppc) when running code in the c...Stafford Horne2017-03-202-0/+9
* [arm] Document missing -mfpu entries.Richard Earnshaw2017-03-203-4/+13
* [arm] Add neon-vfp3 as an alias for neon to -mfpu.Richard Earnshaw2017-03-202-0/+5
* Automatic date update in version.inGDB Administrator2017-03-201-1/+1
* PR 21266, unstable qsort in bfd/elf64-ppc.cAlan Modra2017-03-202-1/+6
* Automatic date update in version.inGDB Administrator2017-03-191-1/+1
* Automatic date update in version.inGDB Administrator2017-03-181-1/+1
* DT_TEXTREL vs IFUNCAlan Modra2017-03-183-22/+109
* i386-gnu-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi2017-03-172-6/+11
* i386-darwin-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi2017-03-172-2/+7
* i386-bsd-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi2017-03-172-21/+21
* hppa-obsd-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi2017-03-172-12/+13
* hppa-nbsd-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi2017-03-172-12/+15
* hppa-linux-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi2017-03-172-10/+10
* corelow: Use ptid from regcache instead of inferior_ptidSimon Marchi2017-03-172-5/+11
* bsd-uthread: Use ptid from regcache instead of inferior_ptidSimon Marchi2017-03-172-2/+24
* arm-nbsd-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi2017-03-172-10/+16
* arm-linux-nat.c: Use ptid from regcache instead of inferior_ptidSimon Marchi2017-03-172-8/+14
* Fix displaying the value associated a GNU BUILD note that uses an ascii name.Nick Clifton2017-03-172-1/+6
* PR remote/21188: Fix remote serial timeoutPedro Alves2017-03-174-160/+25
* Fix PR gdb/19637: bound_registers.py: Add support for Python 3Jonah Graham2017-03-172-0/+11
* E6500 spr mnemonicsAlan Modra2017-03-172-8/+15
* ld sec64k test fixAlan Modra2017-03-172-2/+8
* Automatic date update in version.inGDB Administrator2017-03-171-1/+1
* Big-endian targets: Don't ignore offset into DW_OP_stack_valueAndreas Arnez2017-03-167-46/+131
* gdb.python/py-lazy-string (pointer): Really add new typedef.Doug Evans2017-03-162-0/+6
* Remove collision markers from earlier commitDoug Evans2017-03-161-5/+3
* Add support for a GNU BUILD note type to record the enum size.Nick Clifton2017-03-164-0/+16
* Support CBNZ, CBZ, REV, REV16 and REVSH in arm process recordYao Qi2017-03-162-2/+7
* Fix arm process record for some instructionsYao Qi2017-03-162-77/+241
* Add instruction_reader to arm process recordYao Qi2017-03-162-9/+44
* Copy lazy string handling fixes from Python.Doug Evans2017-03-168-74/+278
* Fix various python lazy string bugs.Doug Evans2017-03-168-51/+240
* New function tyscm_scm_to_type.Doug Evans2017-03-163-0/+20