summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Decode properly flags of %ccr register on sparc64.Ivo Raisr2017-03-216-11/+304
* Fix break on Python 2Tim Wiederhake2017-03-216-2/+27
* spu: Use ptid from regcache instead of inferior_ptidSimon Marchi2017-03-203-0/+28
* Use ptid from regcache in almost all remaining nat filesSimon Marchi2017-03-2030-249/+239
* Add rvalue reference tests and docsArtemiy Volkov2017-03-2017-4/+972
* Add rvalue references to overloading resolutionArtemiy Volkov2017-03-202-3/+61
* 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
* s390: Fix displaced-stepping certain relative branch insnsAndreas Arnez2017-03-202-51/+11
* 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
* 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
* 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
* 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
* Lazy strings can be made from arrays too.Doug Evans2017-03-163-2/+7
* [Patch] Fix variable type glitch in inf-ptrace.cJiong Wang2017-03-162-1/+6
* Fix expect for gdb.cp/m-static.expThomas Preud'homme2017-03-162-2/+7
* inf-ptrace: Do not stop memory transfers after a single wordAndreas Arnez2017-03-142-73/+77
* Make length_of_subexp staticSimon Marchi2017-03-143-3/+6
* Add test name argument to get_valueof, get_integer_valueof and get_sizeofAnton Kolesov2017-03-142-7/+32
* linux-nat: Exploit /proc/<pid>/mem for writingAndreas Arnez2017-03-142-16/+21
* Restore test-cp-name-parser buildPedro Alves2017-03-142-9/+14
* alpha-bsd-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi2017-03-132-6/+12