aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-20Set TUI locator height to 1Tom Tromey4-17/+19
2019-09-20Change "win_resized" to boolTom Tromey5-9/+20
2019-09-20Use "bool" in tui_data_window::show_register_groupTom Tromey3-3/+10
2019-09-20Simplify TUI disassemblyTom Tromey2-45/+33
2019-09-20Simplify tui_source_window_base::show_source_contentTom Tromey3-10/+14
2019-09-20Remove some explicit re-rendering from the TUITom Tromey2-4/+6
2019-09-20Change tui_make_status_line to be a methodTom Tromey3-18/+28
2019-09-20Change tui_make_status_line to return std::stringTom Tromey2-44/+30
2019-09-20Move "fullname" to tui_source_windowTom Tromey5-13/+19
2019-09-20Change tui_source_element::line to be a unique_xmalloc_ptrTom Tromey5-16/+15
2019-09-20Remove tui_clear_source_windows_detailTom Tromey6-25/+12
2019-09-20Fix crash in Ada "catch exception"Tom Tromey2-1/+6
2019-09-20bfd macro conversion to inline functions, sectionAlan Modra11-259/+407
2019-09-20bfd macro conversion to inline functions, asymbolAlan Modra5-26/+85
2019-09-20bfd macro conversion to inline functionsAlan Modra26-112/+378
2019-09-20x86-64: fix handling of PUSH/POP of segment registerJan Beulich7-8/+64
2019-09-20[GOLD] Fix spurious "plugin needed to handle lto object" warningsAlan Modra3-4/+17
2019-09-20PowerPC64, error on unsupported dynamic relocationAlan Modra4-1/+86
2019-09-20Move declaration of overload_resolution to value.hChristian Biesinger3-3/+7
2019-09-20Move arm_apcs_32 extern declaration to headerChristian Biesinger6-6/+13
2019-09-20Declare dwarf_always_disassemble in dwarf2read.hChristian Biesinger3-2/+7
2019-09-20Automatic date update in version.inGDB Administrator1-1/+1
2019-09-19[gdb/testsuite] Don't use FOOBAR pattern in gdb_testTom de Vries2-12/+20
2019-09-19[gdb] Catch exception when constructing the highlighterTom de Vries2-6/+12
2019-09-19[gas][news] NEWS (2.33) note new SVE2 and TME instructions for AArch64Matthew Malcomson2-0/+10
2019-09-19AArch64: Fix objdump testsTamar Christina2-2/+6
2019-09-19bfd_section_* macrosAlan Modra305-1996/+1917
2019-09-19Automatic date update in version.inGDB Administrator1-1/+1
2019-09-19[gdb/testsuite] Fix gdb_target_cmdTom de Vries2-2/+6
2019-09-19[gdb/testsuite] Handle unreachable network in server-connect.expTom de Vries3-5/+26
2019-09-18Update ChangeLog entry of commit 677052f2a5c67f1d9b2e6d1b2a2149b5f0c20cd0...Joel Brobecker1-0/+1
2019-09-18Give a name to the TUI SingleKey keymapTom Tromey5-3/+30
2019-09-18gdb: Fix native build on Linux/Alpha.Christian Groessler2-0/+5
2019-09-18gdb: remove local extern declaration of cli_stylingSimon Marchi2-2/+6
2019-09-18gdb/testsuite: Avoid directory names in test namesAndrew Burgess2-1/+7
2019-09-18bfd_asymbol_* macrosAlan Modra30-99/+143
2019-09-18binutils: doc: make `make clean` clean more thingsSimon Marchi3-6/+9
2019-09-18binutils: doc: remove binutils_TEXINFOS usagesSimon Marchi3-30/+35
2019-09-18binutils: doc: remove stale things from MakefileSimon Marchi3-28/+13
2019-09-18Re-generate many configure and Makefile.in filesSimon Marchi23-131/+80
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra22-63/+103
2019-09-18Constify bfd_octets_per_byte and related functionsAlan Modra3-15/+22
2019-09-18Constify target name, reloc name, and carsym nameAlan Modra13-23/+47
2019-09-18Use bfd_set_filename moreAlan Modra9-30/+66
2019-09-18PowerPC64, support medium model access to common symbolsAlan Modra2-7/+48
2019-09-18Make extern declaration of dwarf_always_disassemble correctChristian Biesinger2-1/+6
2019-09-17RISC-V: Gate opcode tables by enum rather than string.Jim Wilson6-668/+716
2019-09-18Change boolean options to bool instead of intChristian Biesinger115-304/+563
2019-09-18Automatic date update in version.inGDB Administrator1-1/+1
2019-09-17gdb: Look for compilation directory relative to directory search pathMike Gulick7-42/+343