aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-01gdb: Dynamic string length supportAndrew Burgess5-24/+128
2019-12-01gdb/dwarf: Introduce dwarf2_per_cu_int_type functionAndrew Burgess2-11/+31
2019-12-01gdb/fortran: array stride supportAndrew Burgess11-11/+403
2019-12-01Treat inactive TUI specially in "info win"Tom Tromey2-0/+11
2019-12-01Fix latent bug in tui_copy_source_lineTom Tromey4-0/+58
2019-12-01Re-highlight windows when needed during TUI startupTom Tromey2-2/+7
2019-12-01Add TUI border colorsTom Tromey10-27/+146
2019-12-01Allow using less horizontal space in TUI source windowTom Tromey10-11/+102
2019-11-30Correctly compute length of DW_TAG_variant_part unionTom Tromey2-3/+13
2019-12-01Automatic date update in version.inGDB Administrator1-1/+1
2019-11-30Document define-prefix command and the use of . in command names.Philippe Waroquiers4-2/+61
2019-11-30Allow . character as part of command names.Philippe Waroquiers10-25/+76
2019-11-30Test define-prefix.Philippe Waroquiers2-0/+168
2019-11-30Implement user defined prefix.Philippe Waroquiers3-16/+135
2019-11-30Automatic date update in version.inGDB Administrator1-1/+1
2019-11-29gdb: improve debug output of function overload resolutionTankut Baris Aktemur2-3/+12
2019-11-29gdb: fix segfault in overload resolution debug outputTankut Baris Aktemur2-23/+30
2019-11-29Automatic date update in version.inGDB Administrator1-1/+1
2019-11-28Fix creal_internal_fn commentTom Tromey2-1/+5
2019-11-28Make two range_bounds bitfields unsignedTom Tromey2-2/+7
2019-11-28Remove unused declaratoin from guileTom Tromey2-2/+5
2019-11-28jit: minor improvement to debug loggingMihails Strasuns2-1/+11
2019-11-28gdb/testsuite: Fix minor bug in skip_btrace*tests procsAndrew Burgess2-2/+8
2019-11-28gas/riscv: Produce version 3 DWARF CIE by defaultAndrew Burgess8-10/+61
2019-11-28gas: Check for overflow on return column in version 1 CIE DWARFAndrew Burgess5-1/+36
2019-11-28binutils/gas/riscv: Add DWARF register numbers for CSRsAndrew Burgess6-3/+574
2019-11-28binutils: Make DWARF register name lookup be via a function pointerAndrew Burgess2-8/+51
2019-11-28binutils: Make some functions static in dwarf.cAndrew Burgess3-12/+21
2019-11-28binutils: Add a new function to initialise DWARF register name stateAndrew Burgess4-36/+63
2019-11-28binutils: Rename init_dwarf_regnamesAndrew Burgess4-3/+11
2019-11-28binutils: Be more forgiving of targets with large numbers of registersAndrew Burgess2-2/+8
2019-11-28gas/riscv: Remove unneeded structureAndrew Burgess2-7/+6
2019-11-28Automatic date update in version.inGDB Administrator1-1/+1
2019-11-27Add missing ChangeLog entry for the previous commitChristian Biesinger1-0/+4
2019-11-27Add a NEWS entry for multithreaded symbol loadingChristian Biesinger1-1/+5
2019-11-27Turn off threaded minsym demangling by defaultChristian Biesinger4-4/+33
2019-11-27Compute msymbol hash codes in parallelChristian Biesinger2-15/+41
2019-11-27Precompute hash value for symbol_set_namesChristian Biesinger4-6/+42
2019-11-27gdb/testsuite: Fix race condition compiling fortran testAndrew Burgess2-1/+6
2019-11-27Test case for BZ 25065Kevin Buettner3-0/+218
2019-11-27Fix BZ 25065 - Ensure that physnames are computed for inherited DIEsKevin Buettner2-0/+8
2019-11-27Remove some unnecessary backslashesTom Tromey3-3/+9
2019-11-27Replace SYMBOL_SET_LINKAGE_NAME with a member functionChristian Biesinger7-25/+37
2019-11-27gdb/mi: Add -symbol-info-modules commandAndrew Burgess11-0/+286
2019-11-27gdb/mi: Add new commands -symbol-info-{functions,variables,types}Andrew Burgess11-6/+730
2019-11-27gdb: Split print_symbol_info into two partsAndrew Burgess3-34/+72
2019-11-27gdb: Introduce global_symbol_searcherAndrew Burgess4-128/+161
2019-11-27PR23652, Use symbols from debug bfd for _bfd_elf_find_function properlyAlan Modra6-10/+34
2019-11-27PR23652, Use symbols from debug bfd for _bfd_elf_find_functionAlan Modra6-253/+147
2019-11-27Correct R_SH_IND12W handlingAlan Modra3-17/+20