aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-08Avoid unstable test message in gdb.base/step-over-exit.expPedro Alves2-1/+6
2017-03-08Fix PR18360 - internal error when using "interrupt -a"Pedro Alves6-95/+410
2017-03-08gdb: Fix ATTRIBUTE_NONNULL usagePedro Alves2-1/+7
2017-03-08gdb.arch/amd64-entry-value-param*.exp: Make sure test messages are uniquePedro Alves3-18/+35
2017-03-08"gdb.arch/i386-pkru.exp: probe PKRU support" shouldn't FAIL if not supportedPedro Alves2-0/+8
2017-03-08gdb: Fix a few unstable test namesPedro Alves4-5/+17
2017-03-08Fix PR 21218: GDB dumps core when escaping newline in multi-line commandPedro Alves4-2/+52
2017-03-08[gdb, doc] Add missing escape character '@'Jiong Wang2-1/+6
2017-03-08Fix PR tui/21216: TUI line breaks regressionPedro Alves7-40/+165
2017-03-08Move TUI completion tests to gdb.tui/completion.expPedro Alves3-37/+63
2017-03-08Move TUI testcases to new gdb/testsuite/gdb.tui/ directoryPedro Alves5-0/+7
2017-03-07Share gdb/environ.[ch] with gdbserverSergio Durigan Junior6-3/+24
2017-03-07GDB: Fix some null pointer dereferences due to disassembler-options patch.Peter Bergner3-4/+28
2017-03-07Remove use of the no longer needed -mminimal-toc option.Peter Bergner2-6/+4
2017-03-07Fix "layout reg" crashPedro Alves5-1/+87
2017-03-07Rename gdb.base/tui-layout.exp -> gdb.base/tui-disasm-long-lines.expPedro Alves3-0/+7
2017-03-07Add describing intro comment to gdb.base/tui-layout.expPedro Alves2-1/+8
2017-03-07Fix whitespace/typos in gdb/ChangeLog and gdb/testsuite/ChangeLogPedro Alves2-5/+5
2017-03-07amd64-mpx: initialize BND register before performing inferior calls.Walfred Tedeschi10-0/+599
2017-03-06Remove const in xtensa-linux-nat.c:fetch_gregsSimon Marchi2-1/+5
2017-03-03Use range-based for loop in remote_add_target_side_commandsSimon Marchi2-3/+6
2017-03-03Fetch lazy value before calling val_printYao Qi3-0/+13