summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* turn remote into a to_xclose targetusers/pkoning/multi-targetPaul Koning2015-10-281-64/+100
* turn linux-thread-db into a to_xclose targetPaul Koning2015-10-271-1/+12
* fix exec_close to be multi-target-awarePaul Koning2015-10-263-1/+21
* introduce the target stackPaul Koning2015-10-267-641/+867
* Use target_gdbarch in corefile handlingPaul Koning2015-10-231-26/+21
* convert current_target to be a pointerPaul Koning2015-10-1948-313/+315
* convert exec target to to_xclosePaul Koning2015-10-161-6/+7
* remove to_dataPaul Koning2015-10-162-27/+25
* convert corelow to to_xclosePaul Koning2015-10-153-73/+146
* add to_identityPaul Koning2015-10-143-3/+12
* move core_bfd to program spacePaul Koning2015-10-133-5/+4
* i386: Fix type of gdbarch_tdep::register_reggroup_pSimon Marchi2015-10-092-1/+6
* cris: Use enum bfd_endian to represent endiannessSimon Marchi2015-10-092-1/+6
* arm-linux-tdep: Add explicit cast for int to gdb_syscall conversionSimon Marchi2015-10-092-3/+8
* Change some void* to gdb_byte*Simon Marchi2015-10-0920-63/+120
* Add two callback data castsSimon Marchi2015-10-093-2/+9
* Fix typos in commentsEli Zaretskii2015-10-093-2/+7
* btrace, test: avoid gdb.btrace/vdso.exp failMarkus Metzger2015-10-093-4/+14
* Fix gdb.base/a2-run.exp racePedro Alves2015-10-092-19/+40
* Automatic date update in version.inGDB Administrator2015-10-091-1/+1
* [D] Support D style sizeof and typeof expressions.Iain Buclaw2015-10-084-0/+109
* MAINTAINERS: Update my email addressMaciej W. Rozycki2015-10-082-1/+5
* Fix compile time warning compiling ARC port.Nick Clifton2015-10-082-1/+6
* btrace: fix void returnMarkus Metzger2015-10-082-1/+6
* Automatic date update in version.inGDB Administrator2015-10-081-1/+1
* Avoid using 'template' C++ keywordYao Qi2015-10-077-12/+28
* Wrap include/opcode/aarch64.h in extern "C" for C++Yao Qi2015-10-072-0/+12
* New ARC implementation.Nick Clifton2015-10-07140-8060/+31597
* gold: fix ABI pagesize for aarch64Andreas Schwab2015-10-072-4/+8
* [aarch64] use aarch64_decode_insn to decode instructions in GDBYao Qi2015-10-072-11/+28
* Automatic date update in version.inGDB Administrator2015-10-071-1/+1
* Fix bug when applying R_SPARC_GOTDATA_OP* relocations to local symbols.Cary Coutant2015-10-062-9/+16
* Clear the ch_reserved field in 64-bit outputH.J. Lu2015-10-062-0/+8
* parse load_offset (bias) of restore command as longPitchumani Sivanupandi2015-10-062-2/+8
* Automatic date update in version.inGDB Administrator2015-10-061-1/+1
* Don't re-export common symbolsH.J. Lu2015-10-055-3/+23
* Automatic date update in version.inGDB Administrator2015-10-051-1/+1
* Enable IAMCU and PEI for Solaris2/x86H.J. Lu2015-10-044-5/+14
* Change ch_type to Elf_Word in struct Chdr_data<64>H.J. Lu2015-10-043-5/+24
* Automatic date update in version.inGDB Administrator2015-10-041-1/+1
* [FT32] gdb: Correctly interpret function prologsjamesbowman2015-10-022-6/+54
* Automatic date update in version.inGDB Administrator2015-10-031-1/+1
* Fix gdb.dwarf2/staticvirtual.exp regexp.Sandra Loosemore2015-10-022-1/+11
* [LD][AARCH64]Add TLSIE relaxation support under large memory model.Renlin Li2015-10-026-2/+103
* [LD][AARCH64]Add TLSDESC support for large memory model.Renlin Li2015-10-0211-3/+266
* [GAS][AARCH64]Add TLSDESC large memory model support.Renlin Li2015-10-0211-1/+158
* [BFD][AARCH64]Add TLSGD relaxation support under large memory model.Renlin Li2015-10-028-0/+148
* [BFD][AARCH64]Create GOT section for TLSLE_MOVW_TPREL_G(1, 1_NC, 2).Renlin Li2015-10-022-0/+8
* [Binutils][AARCH64]Add TLS IE large memory support.Renlin Li2015-10-0217-43/+180
* [LD][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G0_NC support.Renlin Li2015-10-027-0/+74