aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-19Stop readelf from complaining about relocation sections with an sh_info field...Nick Clifton2-5/+15
2017-12-19Automatic date update in version.inGDB Administrator1-1/+1
2017-12-19PR22626, invalid dynindx used for dynamic relocs against section symsAlan Modra2-8/+22
2017-12-19Test binutils_assemble return valueAlan Modra12-290/+323
2017-12-18Decode expression lists used with DW_AT_byte_size and other DWARF attributes.Nick Clifton2-0/+23
2017-12-18Resolve PR 22493 - the encoding to be used when pushing the stack pointer ont...Nick Clifton2-0/+11
2017-12-18x86: fold certain AVX and AVX2 templatesJan Beulich7-4144/+841
2017-12-18x86: fold RegXMM/RegYMM/RegZMM into RegSIMDJan Beulich11-46431/+46461
2017-12-18x86: drop FloatReg and FloatAccJan Beulich8-32592/+32603
2017-12-18x86: replace Reg8, Reg16, Reg32, and Reg64Jan Beulich10-32899/+33388
2017-12-17improved error message when getting an exception printing a variableJoel Brobecker6-5/+173
2017-12-17(Ada) crash assigning to record component which is an arrayJoel Brobecker6-3/+91
2017-12-17Ada: fix bad handling in ada_convert_actualXavier Roirand7-1/+118
2017-12-18Automatic date update in version.inGDB Administrator1-1/+1
2017-12-17x86: Check pseudo prefix without instructionH.J. Lu5-0/+32
2017-12-17Automatic date update in version.inGDB Administrator1-1/+1
2017-12-17gdb: Fix function parameter alignments in or1k-tdep.c.Stafford Horne2-9/+17
2017-12-17gdb: Add news entries for new or1k target.Stafford Horne2-0/+9
2017-12-15Fix ARI warning on gdb/typeprint.c:whatis_expSergio Durigan Junior2-3/+8
2017-12-16Automatic date update in version.inGDB Administrator1-1/+1
2017-12-15Implement pahole-like 'ptype /o' optionSergio Durigan Junior10-66/+1050
2017-12-15Reorganize code to handle TYPE_CODE_{STRUCT,UNION} on 'c_type_print_base'Sergio Durigan Junior2-434/+410
2017-12-15Update documentation regarding the bfd returned by bfd_openr_next_archived_fileNick Clifton2-4/+12
2017-12-15Fix PR19061, gdb hangs/spins-on-cpu when debugging any program on AlphaRichard Henderson3-6/+28
2017-12-15Skip 'maintenance check xml-descriptions' if XML is disabledYao Qi2-1/+8
2017-12-15Skip parse_memory_map_tests if XML is disabledYao Qi2-0/+10