aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-11Automatic date update in version.inGDB Administrator1-1/+1
2015-10-10Bug 19113 - read.c stringer assertionAlan Modra2-3/+9
2015-10-10Automatic date update in version.inGDB Administrator1-1/+1
2015-10-09[Ada] ada_unpack_from_contents: Error if target buffer not large enoughJoel Brobecker2-1/+15
2015-10-09[Ada] Buffer overflow in ada_unpack_from_contentsJoel Brobecker2-1/+19
2015-10-09make is_scalar_type non-static and use it in ada-lang.cJoel Brobecker4-14/+11
2015-10-09[Ada] Better handling of dynamic types in ada_value_primitive_packed_valJoel Brobecker2-29/+57
2015-10-09[Ada] split data unpacking code out of ada_value_primitive_packed_val.Joel Brobecker2-91/+133
2015-10-09Reorder variable declarations in ada_value_primitive_packed_valJoel Brobecker2-9/+18
2015-10-09use gdb_byte in ada-lang.c::ada_value_primitive_packed_val...Joel Brobecker2-5/+11
2015-10-09More explicit local variable names in ada_value_primitive_packed_valJoel Brobecker2-30/+37
2015-10-09i386: Fix type of gdbarch_tdep::register_reggroup_pSimon Marchi2-1/+6
2015-10-09cris: Use enum bfd_endian to represent endiannessSimon Marchi2-1/+6
2015-10-09arm-linux-tdep: Add explicit cast for int to gdb_syscall conversionSimon Marchi2-3/+8
2015-10-09Change some void* to gdb_byte*Simon Marchi20-63/+120
2015-10-09Add two callback data castsSimon Marchi3-2/+9
2015-10-09Fix typos in commentsEli Zaretskii3-2/+7
2015-10-09btrace, test: avoid gdb.btrace/vdso.exp failMarkus Metzger3-4/+14
2015-10-09Fix gdb.base/a2-run.exp racePedro Alves2-19/+40
2015-10-09Automatic date update in version.inGDB Administrator1-1/+1
2015-10-08[D] Support D style sizeof and typeof expressions.Iain Buclaw4-0/+109
2015-10-08MAINTAINERS: Update my email addressMaciej W. Rozycki2-1/+5
2015-10-08Fix compile time warning compiling ARC port.Nick Clifton2-1/+6
2015-10-08btrace: fix void returnMarkus Metzger2-1/+6
2015-10-08Automatic date update in version.inGDB Administrator1-1/+1
2015-10-07Avoid using 'template' C++ keywordYao Qi7-12/+28
2015-10-07Wrap include/opcode/aarch64.h in extern "C" for C++Yao Qi2-0/+12
2015-10-07New ARC implementation.Nick Clifton140-8060/+31597
2015-10-07gold: fix ABI pagesize for aarch64Andreas Schwab2-4/+8
2015-10-07[aarch64] use aarch64_decode_insn to decode instructions in GDBYao Qi2-11/+28
2015-10-07Automatic date update in version.inGDB Administrator1-1/+1
2015-10-06Fix bug when applying R_SPARC_GOTDATA_OP* relocations to local symbols.Cary Coutant2-9/+16
2015-10-06Clear the ch_reserved field in 64-bit outputH.J. Lu2-0/+8
2015-10-06parse load_offset (bias) of restore command as longPitchumani Sivanupandi2-2/+8
2015-10-06Automatic date update in version.inGDB Administrator1-1/+1
2015-10-05Don't re-export common symbolsH.J. Lu5-3/+23
2015-10-05Automatic date update in version.inGDB Administrator1-1/+1
2015-10-04Enable IAMCU and PEI for Solaris2/x86H.J. Lu4-5/+14
2015-10-04Change ch_type to Elf_Word in struct Chdr_data<64>H.J. Lu3-5/+24
2015-10-04Automatic date update in version.inGDB Administrator1-1/+1
2015-10-02[FT32] gdb: Correctly interpret function prologsjamesbowman2-6/+54
2015-10-03Automatic date update in version.inGDB Administrator1-1/+1
2015-10-02Fix gdb.dwarf2/staticvirtual.exp regexp.Sandra Loosemore2-1/+11
2015-10-02[LD][AARCH64]Add TLSIE relaxation support under large memory model.Renlin Li6-2/+103
2015-10-02[LD][AARCH64]Add TLSDESC support for large memory model.Renlin Li11-3/+266
2015-10-02[GAS][AARCH64]Add TLSDESC large memory model support.Renlin Li11-1/+158
2015-10-02[BFD][AARCH64]Add TLSGD relaxation support under large memory model.Renlin Li8-0/+148
2015-10-02[BFD][AARCH64]Create GOT section for TLSLE_MOVW_TPREL_G(1, 1_NC, 2).Renlin Li2-0/+8
2015-10-02[Binutils][AARCH64]Add TLS IE large memory support.Renlin Li17-43/+180
2015-10-02[LD][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G0_NC support.Renlin Li7-0/+74