aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-20Add two methods to tui_data_windowTom Tromey4-35/+43
2019-08-20Change tui_check_register_values to be a methodTom Tromey4-20/+28
2019-08-20Rearrange tui-regs.c some moreTom Tromey2-23/+20
2019-08-20Change tui_data_item_window::content to be a unique_xmalloc_ptrTom Tromey5-36/+33
2019-08-20Remove tui_data_item_window::valueTom Tromey3-2/+6
2019-08-20Minor rearrangement in tui-regs.cTom Tromey2-53/+53
2019-08-20Remove NULL check from tui_reg_commandTom Tromey2-3/+5
2019-08-20Some i18n fixes for the TUITom Tromey5-6/+11
2019-08-20Remove test files for a different patch accidentally committed with patch for...Nick Clifton2-35/+0
2019-08-20Adds support for following CPUs to the ARM and Aarch64 assemblers: Cortex-A77...Dennis Zhang14-4/+122
2019-08-20Arm: Fix performance issue with thumb-2 tailcallsTamar Christina26-86/+130
2019-08-20[gdb/testsuite] Clean up stale exec in gdb_compile_pascalTom de Vries2-0/+7
2019-08-20Improve remote attach round-trips without btraceConrad Meyer2-0/+10
2019-08-20Automatic date update in version.inGDB Administrator1-1/+1
2019-08-19MIPS/gas: Fix misaligned address errors to disregard ISA mode bitFaraz Shahbazker2-5/+32
2019-08-19MIPS/gas: Retain ISA mode bit for labels with .insn annotationFaraz Shahbazker5-3/+45
2019-08-19Fix indentation in value_has_fieldTom Tromey2-1/+5
2019-08-19Fix Fortran regression with variables in nested functionsTom Tromey4-11/+31
2019-08-19Add Rust support to source highlightingTom Tromey4-7/+39
2019-08-19Add --with-static-standard-libraries to the top levelTom Tromey3-2/+43
2019-08-19Fix N^2 behavior in _bfd_dwarf2_find_symbol_biasTom Tromey2-10/+51
2019-08-19PR24898, An out-of-bounds read occured in display_dataAlan Modra2-6/+12
2019-08-19PowerPC64 ha/lo insn checksAlan Modra2-72/+109
2019-08-19Float16: Fix test failures for non ELF targetsBarnaby Wilks2-27/+26
2019-08-19Automatic date update in version.inGDB Administrator1-1/+1
2019-08-18Automatic date update in version.inGDB Administrator1-1/+1
2019-08-17PR24911, Heap overflow issue in qsort_r, dwarf.cAlan Modra2-2/+7
2019-08-17Automatic date update in version.inGDB Administrator1-1/+1
2019-08-16[gdb/testsuite] Fix compare-sections.exp with -fPIE/-pieTom de Vries2-2/+14
2019-08-16x86-64: Move PIC check for PC-relative relocations backH.J. Lu8-79/+110
2019-08-16Remove the TUI execution info windowTom Tromey10-67/+46
2019-08-16Remove useless assignment from tui_remove_hooksTom Tromey2-1/+5
2019-08-16Change tui_show_symtab_source to be a methodTom Tromey4-11/+20
2019-08-16Introduce tui_source_window_base::set_contents methodTom Tromey7-39/+67
2019-08-16Change tui_update_breakpoint_info to be a methodTom Tromey3-21/+28
2019-08-16Change tui_update_source_window to be a methodTom Tromey5-18/+29
2019-08-16Change tui_update_source_window_as_is to be a methodTom Tromey5-24/+35
2019-08-16Remove "noerror" parameter from some TUI functionsTom Tromey6-41/+43
2019-08-16Remove separate visibility flagTom Tromey9-25/+46
2019-08-16Remove m_has_locatorTom Tromey3-9/+7
2019-08-16Fix detection of missing plugin for LTO objects.Martin Liska5-22/+26
2019-08-16Move [PAC] into a new MI field addr_flagsAlan Hayward11-10/+120
2019-08-16[ld] [arm] Add support for noinit sectionChristophe Lyon2-1/+18
2019-08-16PR24909, Uninitialized use on stack in readelfAlan Modra2-6/+9
2019-08-16PowerPC gcc bootstrap fail with bss-pltAlan Modra2-1/+12
2019-08-16Aligned vs. unaligned ppc32 relocsAlan Modra2-0/+12
2019-08-15Fix paste-o in examine-backward.exp.Sandra Loosemore2-1/+6
2019-08-16Automatic date update in version.inGDB Administrator1-1/+1
2019-08-16[gdb] Make maint info sections print relocated addressesTom de Vries2-18/+26
2019-08-15TUI resize unificationTom Tromey16-183/+139