aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-19Change argument opcode type from enum aarch64_opcodes to uint32_tYao Qi2-1/+6
2015-11-19Define enum out of the scope of structYao Qi2-5/+13
2015-11-19Cast void * to user_fpsimd_state *.Yao Qi2-2/+9
2015-11-19Cast void * to struct user_pt_regs *Yao Qi2-2/+8
2015-11-19[S/390] Add null ptr check + port GOTOFF handling from 32 bit over to 64 bitAndreas Krebbel3-4/+32
2015-11-19[ARM] Add ARMv8.2 architecture feature and command line option.Matthew Wahab5-0/+15
2015-11-19[AArch64] Add ARMv8.2 command line option and feature flag.Matthew Wahab5-3/+22
2015-11-19output_big_leb128 commentAlan Modra2-1/+5
2015-11-19[GOLD] PowerPC TOC16 and GOT16 relocs are relativeAlan Modra2-2/+6
2015-11-19Recent powerpc testcase failsAlan Modra3-0/+7
2015-11-19Use default sub-segment align for non-ELF powerpcAlan Modra2-0/+6
2015-11-19Account for .tbss alignment when adjusting start of relroAlan Modra2-5/+16
2015-11-19Automatic date update in version.inGDB Administrator1-1/+1
2015-11-18Constify value_stringSimon Marchi3-2/+7
2015-11-18[C++] Add casts to obstack_base callsSimon Marchi8-12/+24
2015-11-18Constify value_cstringSimon Marchi3-2/+7
2015-11-18mach-o: decode and display arm64 compact unwind entries.Tristan Gingold2-0/+69
2015-11-18mach-o: use a per-target reloc canonicalize function.Tristan Gingold6-106/+175
2015-11-18[gdbserver/ipa] Fix build dependenciesPedro Alves2-1/+5
2015-11-18Fix out of boundary access in pass_in_vYao Qi2-4/+18
2015-11-18Prevent looping in archivesAlan Modra3-9/+30
2015-11-18mach-o cleanup: remove useless calls to bfd_seek.Tristan Gingold6-96/+127
2015-11-17sim: mn10300/v850: drop unused WITH_CORE defineMike Frysinger4-2/+8
2015-11-17sim: always enable modulo memoryMike Frysinger12-36/+30
2015-11-18Automatic date update in version.inGDB Administrator1-1/+1
2015-11-17[sim/ppc] Fix printf_filtered referencePedro Alves2-16/+21
2015-11-17Fix gdb.threads/multiple-step-overs.exp fails on armYao Qi2-6/+14
2015-11-17Introduce null_block_symbolPedro Alves5-12/+31
2015-11-17[C++] Always use setjmp/longjmp for exceptionsPedro Alves3-16/+41
2015-11-17MinGW and attribute format(printf/gnu_printf)Pedro Alves2-0/+14
2015-11-17[C++] Define __STDC_CONSTANT_MACROS / __STDC_LIMIT_MACROS for stdint.hPedro Alves2-0/+21
2015-11-17[C++/mingw] Simplify first chance exception handlingPedro Alves2-18/+12
2015-11-17[C++/mingw] gdbserver: gdb/host signal mixupPedro Alves2-4/+11
2015-11-17[C++/mingw] Fix windows-nat.c::xlatePedro Alves2-1/+6
2015-11-17[C++/mingw] handle_output_debug_stringPedro Alves2-6/+11
2015-11-17[C++/mingw] ser-tcp.c castsPedro Alves2-6/+17
2015-11-17[C++/mingw] gdbserver castsPedro Alves3-11/+23
2015-11-17[C++/mingw] windows-nat.c castsPedro Alves2-38/+74
2015-11-17[C++/mingw] gdb-dlfcn.c castsPedro Alves2-2/+7
2015-11-17[C++/mingw] Misc alloca castsPedro Alves5-8/+15
2015-11-17[C++/mingw] ser-mingw.c castsPedro Alves2-25/+42
2015-11-17Mach-O: add new defines and struct for darwin 14.5Tristan Gingold5-2/+158
2015-11-17Convert c_string_type to an enum flags typeSimon Marchi4-13/+31
2015-11-17Type-safe wrapper for enum flagsPedro Alves14-37/+349
2015-11-17guile disassembly hardcode TARGET_XFER_E_IOPedro Alves2-4/+10
2015-11-17Fix a problematic message with the STM32L4XX fixup on 32-bit hosts.Christophe Lyon2-2/+7
2015-11-17Fix the disassembly of conditional instructions will illegal condition select...Nick Clifton2-1/+6
2015-11-17gdb/testsuite: Fix left shift of negative value.Dominik Vogt3-2/+7
2015-11-17gdb: Fix left shift of negative value.Dominik Vogt3-5/+12
2015-11-17sim: sim-close: use XCONCAT2 helperMike Frysinger2-3/+6