aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2017-03-20Add rvalue reference tests and docsArtemiy Volkov1-0/+7
2017-03-20Add rvalue references to overloading resolutionArtemiy Volkov1-0/+6
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-0/+64
2017-03-20Support rvalue references in the gdb python module (includes doc/)Artemiy Volkov1-0/+19
2017-03-20Support DW_TAG_rvalue_reference typeArtemiy Volkov1-0/+7
2017-03-20Implement printing of rvalue reference types and valuesArtemiy Volkov1-0/+9
2017-03-20Implement demangling for rvalue reference type namesArtemiy Volkov1-0/+9
2017-03-20Support rvalue reference type in parserArtemiy Volkov1-0/+9
2017-03-20Add ability to return rvalue reference values from value_refArtemiy Volkov1-0/+13
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov1-0/+29
2017-03-20Add definitions for rvalue reference typesArtemiy Volkov1-0/+8
2017-03-20Add -file-list-shared-libraries MI commandMarc-Andre Laperle1-0/+16
2017-03-20Remove unused parameter in solib_add and update_solib_listMarc-Andre Laperle1-0/+20
2017-03-20s390: Fix displaced-stepping certain relative branch insnsAndreas Arnez1-0/+7
2017-03-17i386-gnu-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi1-0/+5
2017-03-17i386-darwin-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi1-0/+5
2017-03-17i386-bsd-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi1-0/+5
2017-03-17hppa-obsd-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi1-0/+5
2017-03-17hppa-nbsd-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi1-0/+5
2017-03-17hppa-linux-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi1-0/+5
2017-03-17corelow: Use ptid from regcache instead of inferior_ptidSimon Marchi1-0/+5
2017-03-17bsd-uthread: Use ptid from regcache instead of inferior_ptidSimon Marchi1-0/+6
2017-03-17arm-nbsd-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi1-0/+6
2017-03-17arm-linux-nat.c: Use ptid from regcache instead of inferior_ptidSimon Marchi1-0/+6
2017-03-17PR remote/21188: Fix remote serial timeoutPedro Alves1-0/+14
2017-03-17Fix PR gdb/19637: bound_registers.py: Add support for Python 3Jonah Graham1-0/+6
2017-03-16Big-endian targets: Don't ignore offset into DW_OP_stack_valueAndreas Arnez1-0/+13
2017-03-16Support CBNZ, CBZ, REV, REV16 and REVSH in arm process recordYao Qi1-0/+5
2017-03-16Fix arm process record for some instructionsYao Qi1-0/+13
2017-03-16Add instruction_reader to arm process recordYao Qi1-0/+7
2017-03-16Copy lazy string handling fixes from Python.Doug Evans1-0/+16
2017-03-16Fix various python lazy string bugs.Doug Evans1-0/+15
2017-03-16New function tyscm_scm_to_type.Doug Evans1-0/+5
2017-03-16[Patch] Fix variable type glitch in inf-ptrace.cJiong Wang1-0/+5
2017-03-14inf-ptrace: Do not stop memory transfers after a single wordAndreas Arnez1-0/+8
2017-03-14Make length_of_subexp staticSimon Marchi1-0/+5
2017-03-14linux-nat: Exploit /proc/<pid>/mem for writingAndreas Arnez1-0/+5
2017-03-14Restore test-cp-name-parser buildPedro Alves1-0/+6
2017-03-13alpha-bsd-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi1-0/+6
2017-03-13aix-thread: Use ptid from regcache instead of inferior_ptidSimon Marchi1-0/+6
2017-03-13aarc64-linux-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi1-0/+7
2017-03-13amd64-linux-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi1-0/+6
2017-03-13Add asserts in target_fetch/store_registersSimon Marchi1-0/+5
2017-03-13Introduce regcache_get_ptidSimon Marchi1-0/+5
2017-03-13Merge libiberty: Initialize d_printing in all cplus_demangle_fill_* functions.mark1-0/+4
2017-03-10c++/8218: Destructors w/arguments.Keith Seitz1-0/+5
2017-03-08Fix PR18360 - internal error when using "interrupt -a"Pedro Alves1-0/+23
2017-03-08gdb: Fix ATTRIBUTE_NONNULL usagePedro Alves1-0/+6
2017-03-08Fix PR 21218: GDB dumps core when escaping newline in multi-line commandPedro Alves1-0/+7
2017-03-08Fix PR tui/21216: TUI line breaks regressionPedro Alves1-0/+12