aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-28GDB: Add support for the new set/show disassembler-options commands.Peter Bergner36-2867/+4142
2017-02-27Remove struct keyword from range-based for loopSimon Marchi2-1/+6
2017-02-27Use range-based for loop in remote_add_target_side_conditionSimon Marchi2-4/+7
2017-02-27Fix array out of bound accessYao Qi2-2/+8
2017-02-27Remove MAX_REGISTER_SIZE from remote.cAlan Hayward4-5/+24
2017-02-26DWARF-5: Initialization due to a false compiler warningJan Kratochvil2-0/+9
2017-02-24symtab.c: Small refactorPedro Alves2-15/+8
2017-02-24Remove use of MAX_REGISTER_SIZEAlan Hayward2-41/+46
2017-02-24Use I386_MAX_REGISTER_SIZE and M68K_MAX_REGISTER_SIZEAlan Hayward4-6/+16
2017-02-23PR21166: Validate rdrand/rdseed support separately in gdb.reverse/insn-revers...Luis Machado2-9/+35
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves16-690/+581
2017-02-23Introduce gdb::function_viewPedro Alves6-0/+557
2017-02-23Fix usage of inferior_ptid in two thread_alive implementationsSimon Marchi3-2/+8
2017-02-23Use xfree rather than delete for varobj_iterYao Qi2-1/+6
2017-02-23Use delete instead of xfree for varobj_itemYao Qi2-2/+8
2017-02-22Fix a regression by: Code cleanup: Split dwarf2_ranges_read to a callbackJan Kratochvil2-0/+6
2017-02-21Default initialize enum flags to 0Simon Marchi2-1/+7
2017-02-21[ppc64] Add POWER8/ISA 2.07 atomic sequences single-stepping supportEdjunior Barbosa Machado6-18/+295
2017-02-21Fix test names starting with uppercase in gdb.arch/ppc64-atomic-inst.expEdjunior Barbosa Machado2-6/+11
2017-02-21Fix recent compiler warnings.Jan Kratochvil2-1/+6
2017-02-20DWARF-5: NEWSJan Kratochvil2-0/+7
2017-02-20DWARF-5: DW_FORM_data16Jan Kratochvil6-1/+140
2017-02-20DWARF-5: MacrosJan Kratochvil2-38/+46
2017-02-20DWARF-5: call sitesJan Kratochvil18-100/+965
2017-02-20DWARF-5 basic functionalityJan Kratochvil9-140/+805
2017-02-20Code cleanup: Refactor abbrev_table_read_table cycleJan Kratochvil2-10/+15
2017-02-20Code cleanup: Split dwarf2_ranges_read to a callbackJan Kratochvil2-85/+49
2017-02-20Code cleanup: Split create_debug_types_hash_tableJan Kratochvil2-125/+139