aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-02[ARM] Add support for ARMv8.1 PAN extensionMatthew Wahab10-9/+97
2015-06-02[ARM] Rework CPU feature selection in the disassemblerMatthew Wahab4-29/+36
2015-06-02[AArch64] Support for ARMv8.1a Adv.SIMD instructionsMatthew Wahab14-1249/+1596
2015-06-02[AArch64] Support for ARMv8.1a Limited Ordering Regions extensionMatthew Wahab14-401/+589
2015-06-02Include linux-nat.h in i386-linux-nat.cYao Qi2-0/+5
2015-06-01Use a std::vector instead of a std::map to hold Input_merge_map.Rafael Ávila de Espíndola3-35/+19
2015-06-02Automatic date update in version.inGDB Administrator1-1/+1
2015-06-01[AArch64][GAS] Add support for PAN architecture extensionMatthew Wahab7-5/+92
2015-06-01[AArch64][libopcode] Add support for PAN architecture extensionMatthew Wahab4-0/+57
2015-06-01[AArch64] BFD support BFD_RELOC_AARCH64_LD32_GOTPAGE_LO14Jiong Wang7-3/+54
2015-06-01[AArch64] GAS support BFD_RELOC_AARCH64_LD32_GOTPAGE_LO14Jiong Wang10-0/+57
2015-06-01PR symtab/18392Jan Kratochvil7-4/+703
2015-06-01Fetch and store VFP registers by PTRACE_{G,S}ETREGSETYao Qi2-3/+37
2015-06-01Fetch and store FP registers by PTRACE_{G,S}ETREGSETYao Qi2-10/+84
2015-06-01Fetch and store GP registers by PTRACE_{G,S}ETREGSETYao Qi2-10/+82
2015-06-01Check whether kernel supports PTRACE_GETREGSETYao Qi2-0/+21
2015-06-01Move have_ptrace_getregset to linux-nat.cYao Qi5-4/+14
2015-06-01Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi10-33/+27
2015-06-01x86/Intel: fix i386_optab[] for vcvt{,u}si2s{d,s}Jan Beulich2-6/+10
2015-06-01[AArch64] BFD_RELOC_AARCH64_TLSLE_ADD_LO12 should enable overflow checkJiong Wang7-2/+48
2015-06-01[AArch64] BFD Support BFD_RELOC_AARCH64_LD64_GOTPAGE_LO15Jiong Wang7-2/+68
2015-06-01[AArch64] GAS Support BFD_RELOC_AARCH64_LD64_GOTPAGE_LO15Jiong Wang10-15/+74
2015-06-01x86/Intel: disassemble vcvt{,u}si2s{d,s} with correct operand orderJan Beulich9-432/+451
2015-06-01x86/Intel: accept mandated operand order for vcvt{,u}si2s{d,s}Jan Beulich6-72/+224
2015-06-01Automatic date update in version.inGDB Administrator1-1/+1
2015-05-31Automatic date update in version.inGDB Administrator1-1/+1
2015-05-30Unbreak DJGPP build of GDB.Eli Zaretskii2-2/+10
2015-05-30Automatic date update in version.inGDB Administrator1-1/+1
2015-05-29Add myself to the Write After Approval list.Martin Galvan2-0/+5
2015-05-29PR gdb/18464: Do not crash on unrecognized GNU .note.ABI-tag valuesRoland McGrath2-45/+49
2015-05-29Recognize GNU_ABI_TAG_SYLLABLE and GNU_ABI_TAG_NACL.Roland McGrath4-6/+24
2015-05-29Fix building PE test executables in environments where $CFLAGS is needed.Stephen Kitt2-4/+9
2015-05-29xtensa: fix access to the last pseudo registerMax Filippov2-8/+6
2015-05-29Fixes a couple of bugs reported in dlltool.Stephen Kitt2-0/+10
2015-05-29Automatic date update in version.inGDB Administrator1-1/+1
2015-05-28Compact EH SupportCatherine Moore64-289/+2772
2015-05-28Disable exec-dependent follow vfork tests for remoteDon Breazeal2-12/+22
2015-05-28Initialize last_resume_kind for remote fork childDon Breazeal2-1/+10
2015-05-28Make remote follow fork 'Detaching' message match nativeDon Breazeal2-2/+14
2015-05-28* dwarf2read.c (record_line_ftype): Remove, duplicate.Doug Evans2-5/+4
2015-05-28Remove global variable arm_linux_has_wmmx_registers in arm-linux-nat.cYao Qi4-12/+23
2015-05-28Remove global variable arm_linux_vfp_register_count in arm-linux-nat.cYao Qi5-30/+48
2015-05-28Do arm_abi detection for ELFOSABI_GNU binariesKyle Huey2-1/+6
2015-05-28Automatic date update in version.inGDB Administrator1-1/+1
2015-05-27Add struct to record dwarf line number state machine.Doug Evans2-152/+262
2015-05-27Convert PLT reloc only if pointer equality isn't neededH.J. Lu8-4/+67
2015-05-27dwarf2read.c code cleanup, split out check_line_addressDoug Evans2-24/+44
2015-05-27Add set/show debug dwarf-line.Doug Evans5-2/+65
2015-05-27Don't ignore domain in nested lookups.Doug Evans4-19/+34
2015-05-27PR symtab/18258Doug Evans10-43/+409