summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* enum_flags: Fix ternary operator and remove implicit convertion to raw enumpalves/cxx-enum-flagsPedro Alves2016-11-045-35/+67
* enum_flags: Fix problems and add comprehensive unit testsPedro Alves2016-11-045-70/+693
* enum_flags: Use C++11 std::underlying_typePedro Alves2016-11-031-21/+3
* Add support for the sizeof function in RustManish Goregaokar2016-11-034-3/+17
* Add support for untagged unions in RustManish Goregaokar2016-11-032-118/+201
* Fix handling of discriminantless univariant enums in Rust; fix bug with encod...Manish Goregaokar2016-11-035-1/+70
* [ARC] Fix ldbit test on 32-bit systemsGraham Markall2016-11-033-7/+13
* arc: Implement NPS-400 dcmac instructionGraham Markall2016-11-039-1/+204
* arc: Change max instruction length to 64-bitsAndrew Burgess2016-11-0311-1116/+804
* arc: Swap highbyte and lowbyte in print_insn_arcGraham Markall2016-11-032-4/+8
* opcodes/arc: Make some macros 64-bit safeGraham Markall2016-11-032-26/+32
* arc: Replace ARC_SHORT macro with arc_opcode_len functionGraham Markall2016-11-037-10/+38
* gas/arc: Replace short_insn flag with insn length fieldGraham Markall2016-11-032-45/+27
* arc/opcodes/nps400: Fix some instruction masksAndrew Burgess2016-11-032-3/+7
* New option falkor for Qualcomm server partSiddhesh Poyarekar2016-11-045-0/+15
* X86: Reuse opcode 0x80 decoder for opcode 0x82H.J. Lu2016-11-032-58/+24
* X86: Decode opcode 0x82 as opcode 0x80 in 32-bit modeH.J. Lu2016-11-036-1/+111
* Replace YY_NULL with YY_NULLPTR in LANG-exp.cYao Qi2016-11-032-0/+5
* Deprecate old platformsTristan Gingold2016-11-032-0/+71
* X86: Rename REG_82 to REG_83H.J. Lu2016-11-032-3/+10
* Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-0345-141/+384
* Remove arm_override_modeYao Qi2016-11-032-14/+6
* Determine the kind of single step breakpointYao Qi2016-11-038-2/+135
* Add default_breakpoint_from_pcYao Qi2016-11-0320-82/+35
* Remove gdbarch_remote_breakpoint_from_pcYao Qi2016-11-038-66/+13
* Rename placed_size to kindYao Qi2016-11-035-15/+17
* New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-0322-52/+238
* Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-0318-386/+522
* Add enum for mips breakpoint kindsYao Qi2016-11-032-15/+31
* GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-0330-272/+147
* gdbarch_breakpoint_from_pc doesn't return NULLYao Qi2016-11-034-6/+8
* [ARM] Allow MOV/MOV.W to accept all possible immediatesJiong Wang2016-11-0310-17/+108
* Updated Danish translation for the BFD library.Nick Clifton2016-11-032-262/+14
* Automatic date update in version.inGDB Administrator2016-11-031-1/+1
* Fix dwarf_expr_context method regressionsTom Tromey2016-11-024-31/+38
* Enable Intel AVX512_4VNNIW instructionsIgor Tsimbalist2016-11-0224-5342/+6279
* Enable Intel AVX512_4FMAPS instructionsIgor Tsimbalist2016-11-0231-10564/+11903
* Automatic date update in version.inGDB Administrator2016-11-021-1/+1
* BFD: Fix double BFD_FAIL calls in `bfd_default_reloc_type_lookup'Maciej W. Rozycki2016-11-012-0/+6
* Add support for RISC-V architecture.Nick Clifton2016-11-0156-20/+9982
* Automatic date update in version.inGDB Administrator2016-11-011-1/+1
* Remove IRIX 5 <sys/proc.h> _KMEMUSER workaroundMaciej W. Rozycki2016-10-314-16/+7
* MIPS: Remove remains of legacy remote target supportMaciej W. Rozycki2016-10-312-38/+8
* MIPS: Remove remains of IRIX OS ABI supportMaciej W. Rozycki2016-10-314-36/+13
* Initialize input statement created in add_archive_memberThomas Preud'homme2016-10-313-0/+8
* Revert part "Set dynamic tag VMA and size from dynamic section when possible"Alan Modra2016-10-312-2/+8
* Automatic date update in version.inGDB Administrator2016-10-311-1/+1
* Automatic date update in version.inGDB Administrator2016-10-301-1/+1
* gdb/NEWS: Clarify C++ requirementPedro Alves2016-10-292-1/+5
* gdb/NEWS: Mention C++11 requirementPedro Alves2016-10-292-1/+7