aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-28turn remote into a to_xclose targetusers/pkoning/multi-targetPaul Koning1-64/+100
2015-10-27turn linux-thread-db into a to_xclose targetPaul Koning1-1/+12
2015-10-26fix exec_close to be multi-target-awarePaul Koning3-1/+21
2015-10-26introduce the target stackPaul Koning7-641/+867
2015-10-23Use target_gdbarch in corefile handlingPaul Koning1-26/+21
2015-10-19convert current_target to be a pointerPaul Koning48-313/+315
2015-10-16convert exec target to to_xclosePaul Koning1-6/+7
2015-10-16remove to_dataPaul Koning2-27/+25
2015-10-15convert corelow to to_xclosePaul Koning3-73/+146
2015-10-14add to_identityPaul Koning3-3/+12
2015-10-13move core_bfd to program spacePaul Koning3-5/+4
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