aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-20Fix thinko on last commitSergio Durigan Junior2-1/+7
2017-02-20PR gdb/16188: Verify PTRACE_TRACEME succeededSergio Durigan Junior6-8/+67
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm40-133/+560
2017-02-17Add target description for avx-avx512.Michael Sturm32-301/+1712
2017-02-17Rename target descriptions to reflect actual content of description.Michael Sturm33-166/+174
2017-02-17Change xstate_bv handling to use 8 bytes of data.Michael Sturm2-16/+25
2017-02-17Sync up x86-gcc-cpuid.h with cpuid.h from gcc-6 branch.Michael Sturm1-58/+50
2017-02-15PR gdb/21164: maint print {symbols,msymbols,psymbols} without args crashSergio Durigan Junior5-6/+27
2017-02-15Fix illegal upper case gdb cmd in chained-calls.expThomas Preud'homme2-1/+5
2017-02-15Add missing ChangeLog entries.Tim Wiederhake3-0/+88
2017-02-14PR python/13598 - add before_prompt eventTom Tromey8-0/+57