aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-14Make length_of_subexp staticSimon Marchi3-3/+6
2017-03-14Add test name argument to get_valueof, get_integer_valueof and get_sizeofAnton Kolesov2-7/+32
2017-03-14linux-nat: Exploit /proc/<pid>/mem for writingAndreas Arnez2-16/+21
2017-03-14Restore test-cp-name-parser buildPedro Alves2-9/+14
2017-03-13alpha-bsd-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi2-6/+12
2017-03-13aix-thread: Use ptid from regcache instead of inferior_ptidSimon Marchi2-7/+13
2017-03-13aarc64-linux-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi2-4/+11
2017-03-13amd64-linux-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi2-4/+10
2017-03-13Add asserts in target_fetch/store_registersSimon Marchi2-0/+9
2017-03-13Introduce regcache_get_ptidSimon Marchi3-0/+19
2017-03-13gdbserver: Use pattern rule for the remaining %-ipa.o objectsSimon Marchi2-17/+23
2017-03-13gdbserver: Use pattern rule for IPA objects from common/Simon Marchi2-15/+14
2017-03-13gdbserver: Use pattern rule for IPA objects from gdbserver/Simon Marchi2-156/+62
2017-03-13gdbserver: Use pattern rule for objects from arch/Simon Marchi2-17/+11
2017-03-13gdbserver: Use pattern rule for objects from nat/Simon Marchi2-48/+23
2017-03-13gdbserver: Use pattern rule for objects from common/Simon Marchi2-73/+32
2017-03-13gdbserver: Use pattern rule for objects from target/Simon Marchi2-7/+15
2017-03-13gdbserver: Use pattern rule for regformats source file generationSimon Marchi2-182/+111
2017-03-13testsuite: Disable backslash_in_multi_line_command_test for old DejaGnusSimon Marchi2-0/+16
2017-03-13testsuite: Introduce dejagnu_versionSimon Marchi3-7/+33
2017-03-13Merge libiberty: Initialize d_printing in all cplus_demangle_fill_* functions.mark2-0/+5
2017-03-10c++/8218: Destructors w/arguments.Keith Seitz4-11/+38