aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update year range in copyright notice of binutils filesAlan Modra2439-2538/+2580
2018-01-03ChangeLog rotationAlan Modra18-19776/+19902
2018-01-03Unbreak spurious fails in gdb.base/step-line.expJoel Brobecker3-0/+7
2018-01-03Automatic date update in version.inGDB Administrator1-1/+1
2018-01-02Fix compile time warning (in the ARM simulator) about a print statement with ...Nick Clifton2-1/+7
2018-01-02Fix typo in do_mrs function in ARM assembler.Nick Clifton2-1/+7
2018-01-02x86: partial revert of 10c17abdd0Jan Beulich2-0/+9
2018-01-01[gdb/Ada] slices of arrays with dynamic stridesJoel Brobecker4-4/+21
2018-01-01Add support for dynamic DW_AT_byte_stride.Joel Brobecker7-13/+197
2018-01-01treat Ada DW_TAG_unspecified_type DIEs as stub typesJoel Brobecker2-2/+12
2018-01-02Update copyright year range in all GDB filesJoel Brobecker5316-5322/+5324
2018-01-02gdb/copyright.py: Remove testsuite/gdb.base/step-line.{c,inp} special handlingJoel Brobecker2-3/+6
2018-01-02gdb/copyright.py: Do not forget to remind about MULTIPLE_COPYRIGHT_HEADERSJoel Brobecker2-1/+16
2018-01-02Update copyright year in version message of GDB, GDBserver and GDBreplayJoel Brobecker5-3/+14
2018-01-02Yearly rotation of the gdb/ChangeLog fileJoel Brobecker3-18453/+18467
2018-01-02Automatic date update in version.inGDB Administrator1-1/+1
2018-01-01Automatic date update in version.inGDB Administrator1-1/+1
2017-12-31Avoid indexing std::vector past the endRuslan Kabatsayev2-4/+9
2017-12-30Only ignore -Wenum-compare-switch if it existsSimon Marchi2-3/+12
2017-12-30dwarf2read: Silence -Wenum-compare-switch warningSimon Marchi2-0/+12
2017-12-30C++-ify parser_stateTom Tromey9-102/+110
2017-12-31Automatic date update in version.inGDB Administrator1-1/+1
2017-12-30Make mapped_debug_names and mapped_index finalSimon Marchi2-2/+7
2017-12-29Ignore warning about using different types of enums in switchSimon Marchi3-0/+16
2017-12-29Remove unnecessary call to get_thread_db_infoSimon Marchi2-5/+6
2017-12-30Automatic date update in version.inGDB Administrator1-1/+1
2017-12-29Automatic date update in version.inGDB Administrator1-1/+1
2017-12-28RISC-V: Add missing privileged spec registers.Jim Wilson5-148/+736
2017-12-28Remove unused HP-UX TARGET_OBJECT_ enumsSimon Marchi2-9/+5
2017-12-28Automatic date update in version.inGDB Administrator1-1/+1
2017-12-27tdesc: handle arbitrary strings in tdesc_register_in_reggroup_pStafford Horne8-41/+57
2017-12-27reggroups: Add reggroup_gdbarch_new, reggroup_find for dynamic reggroupsStafford Horne3-0/+44
2017-12-27reggroups: Convert reggroups from post_init to pre_initStafford Horne2-11/+13
2017-12-27reggroups: Add test and docs for `info reg $reggroup` featureStafford Horne7-2/+160
2017-12-27Automatic date update in version.inGDB Administrator1-1/+1
2017-12-26Automatic date update in version.inGDB Administrator1-1/+1
2017-12-25Automatic date update in version.inGDB Administrator1-1/+1
2017-12-24Automatic date update in version.inGDB Administrator1-1/+1
2017-12-23Add ATTRIBUTE_PRINTF to printf_field_type_assignmentSimon Marchi2-0/+6
2017-12-23Automatic date update in version.inGDB Administrator1-1/+1
2017-12-22Automatic date update in version.inGDB Administrator1-1/+1
2017-12-21Do not emit "field_type" var if not needed on "maint print c-tdesc"Simon Marchi37-51/+86
2017-12-20Remove write-only assignment in rs6000-tdep.cUros Bizjak2-1/+5
2017-12-21Automatic date update in version.inGDB Administrator1-1/+1
2017-12-20RISC-V: Add compressed instruction hints, and a few misc cleanups.Jim Wilson16-13/+156
2017-12-20[Cell/B.E.] Fix regression due to gdbarch_significant_addr_bitUlrich Weigand3-0/+13
2017-12-19Fix ChangeLog formattingSimon Marchi2-2/+2
2017-12-20Automatic date update in version.inGDB Administrator1-1/+1
2017-12-19Correct disassembly of dot product instructions.Tamar Christina10-438/+471
2017-12-19Add support for V_4B so we can properly reject it.Tamar Christina9-3/+47