aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-03-22Remove @code for pythonYao Qi2-1/+5
2017-03-22Wrap locally used classes in anonymous namespaceYao Qi5-0/+27
2017-03-22Import sys in gdb/python/lib/gdb/printer/bound_registers.pyJonah Graham2-0/+7
2017-03-21windows: Use ptid from regcache in register fetch/storeSimon Marchi2-26/+40
2017-03-21Remove remaining reference to struct serial::current_timeoutSimon Marchi2-2/+5
2017-03-21Decode properly flags of %ccr register on sparc64.Ivo Raisr6-11/+304
2017-03-21Fix break on Python 2Tim Wiederhake6-2/+27
2017-03-20spu: Use ptid from regcache instead of inferior_ptidSimon Marchi3-0/+28
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-20s390: Fix displaced-stepping certain relative branch insnsAndreas Arnez2-51/+11
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-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-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-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
2017-03-16Copy lazy string handling fixes from Python.Doug Evans8-74/+278
2017-03-16Fix various python lazy string bugs.Doug Evans8-51/+240
2017-03-16New function tyscm_scm_to_type.Doug Evans3-0/+20
2017-03-16Lazy strings can be made from arrays too.Doug Evans3-2/+7
2017-03-16[Patch] Fix variable type glitch in inf-ptrace.cJiong Wang2-1/+6
2017-03-16Fix expect for gdb.cp/m-static.expThomas Preud'homme2-2/+7
2017-03-14inf-ptrace: Do not stop memory transfers after a single wordAndreas Arnez2-73/+77