aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-06PowerPC reloc symbols that shouldn't be adjustedAlan Modra7-17/+51
2019-05-05[LVu] base subseg head view on prev subseg's tailAlexandre Oliva5-5/+107
2019-05-06Automatic date update in version.inGDB Administrator1-1/+1
2019-05-05Automatic date update in version.inGDB Administrator1-1/+1
2019-05-04Remove a VEC from aarch64-tdep.cTom Tromey2-21/+22
2019-05-04Remove a VEC from ppc-linux-nat.cTom Tromey2-28/+39
2019-05-04Change arc_tdesc_init to return boolTom Tromey2-9/+13
2019-05-04Use gdb_assert_not_reached in arm-linux-nat.cTom Tromey2-1/+6
2019-05-04Use "false" in compile_cplus_convert_enumTom Tromey2-1/+6
2019-05-04Use bool, true, and false in arc-tdep.cTom Tromey2-4/+8
2019-05-04Use "false" in select_frame_for_miTom Tromey2-1/+5
2019-05-04Change valid_command_p to return boolTom Tromey2-3/+7
2019-05-04Change valid_user_defined_cmd_name_p to return boolTom Tromey3-5/+10
2019-05-04Fix incorrect use of 'is' operator for comparison in python/lib/gdb/command/p...Raul Tambre2-2/+8
2019-05-04Don't derive partial_symbol from general_symbol_infoTom Tromey4-46/+72
2019-05-04[gdb/testsuite] Add cc-with-debug-names.expTom de Vries4-2/+40
2019-05-04m32c padding with nopsAlan Modra11-35/+30
2019-05-04PR24511, nm should not mark symbols in .init_array as "t"Alan Modra10-23/+88
2019-05-04Fix leaks by clearing registers and frame caches.Philippe Waroquiers3-0/+12
2019-05-03Remove "struct" from foreach statementsTom Tromey9-12/+33
2019-05-04Automatic date update in version.inGDB Administrator1-1/+1
2019-05-03Fix cast of character to enum type in AdaTom Tromey6-3/+23
2019-05-03Add noyywrap to ada-lex.lDilyan Palauzov3-8/+8
2019-05-03[gdb/testsuite] Add cc-with-gdb-index.expTom de Vries2-0/+30
2019-05-03On MS-Windows, define _WIN32_WINNT in a single common place.Eli Zaretskii8-20/+28
2019-05-03Fix lookup of separate debug file on MS-Windows.Eli Zaretskii4-3/+42
2019-05-03Automatic date update in version.inGDB Administrator1-1/+1
2019-05-02gdb/rust: Handle printing structures containing stringsAndrew Burgess5-0/+30
2019-05-02i386: Issue a warning to IRET without suffix for .code16gccH.J. Lu5-7/+46
2019-05-02Remove _initialize_valarithTom Tromey2-5/+4
2019-05-02Treat the .gnu.debuglink and .gnu.debugaltlink sections as debug sections whe...Nick Clifton2-0/+11
2019-05-02Automatic date update in version.inGDB Administrator1-1/+1
2019-05-01[BINUTILS, AArch64] Enable Transactional Memory ExtensionSudakshina Das16-1087/+1255
2019-05-01Fix spelling mistakes in binutils testsuite.Matthew Malcomson3-2/+8
2019-05-01Fix bug in assignment to nested packed structureTom Tromey5-3/+27
2019-05-01Fix big-endian aggregate assignment in AdaTom Tromey4-6/+23
2019-05-01Change nm so that when it is running in POSIX compatible mode, it does not pr...Nick Clifton3-33/+94
2019-05-01[gdb/testsuite] Fix "unable to find usable gdb" error with cc-with-tweaks.expTom de Vries2-0/+9
2019-05-01[gdb/testsuite] Use cc-with-tweaks.exp in dwarf4-gdb-index.expTom de Vries2-20/+6
2019-05-01Automatic date update in version.inGDB Administrator1-1/+1
2019-04-30Support DW_FORM_strx1, _strx2, _strx3, _strx4 forms.Ali Tamur4-4/+59
2019-04-30gdb/windows-nat.c: Get rid of main_thread_id globalJoel Brobecker2-7/+16
2019-04-30(Windows) fix thr != nullptr assert failure in delete_thread_1Joel Brobecker2-2/+7
2019-04-30Fix "catch exception" with dynamic linkingTom Tromey9-30/+304
2019-04-30Fix crash in dwarf2read.c with template parametersTom Tromey4-7/+62
2019-04-30PowerPC64 GOT indirect to GOT relative optimisationAlan Modra13-40/+263
2019-04-30Work around gcc9 warning bugAlan Modra2-13/+14
2019-04-30ld.texi tweak for pod2manAlan Modra2-7/+13
2019-04-30gdb/fortran: Add allocatable type qualifierAndrew Burgess9-24/+45
2019-04-30gdb/fortran: Update rules for printing whitespace in typesAndrew Burgess7-14/+34