summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Default to building in C++ modeusers/palves/cxx-conversionPedro Alves2015-11-193-6/+46
* [C++] Default to -Werror in C++ mode tooPedro Alves2015-11-196-14/+18
* [C++] Drop -fpermissive hackPedro Alves2015-11-195-6/+12
* [C++] breakpoint.c: "no memory" software watchpoints and enum castsPedro Alves2015-11-192-13/+44
* [C++] s390: Fix enum gdb_syscall conversionSimon Marchi2015-11-192-17/+30
* [C++] linux-thread-db.c: dladdr castPedro Alves2015-11-192-1/+5
* [C++] remote.c: Avoid enum arithmeticPedro Alves2015-11-194-12/+40
* [AArch64] Reject invalid immediate operands to MSR PANMatthew Wahab2015-11-196-0/+43
* Change argument opcode type from enum aarch64_opcodes to uint32_tYao Qi2015-11-192-1/+6
* Define enum out of the scope of structYao Qi2015-11-192-5/+13
* Cast void * to user_fpsimd_state *.Yao Qi2015-11-192-2/+9
* Cast void * to struct user_pt_regs *Yao Qi2015-11-192-2/+8
* [S/390] Add null ptr check + port GOTOFF handling from 32 bit over to 64 bitAndreas Krebbel2015-11-193-4/+32
* [ARM] Add ARMv8.2 architecture feature and command line option.Matthew Wahab2015-11-195-0/+15
* [AArch64] Add ARMv8.2 command line option and feature flag.Matthew Wahab2015-11-195-3/+22
* output_big_leb128 commentAlan Modra2015-11-192-1/+5
* [GOLD] PowerPC TOC16 and GOT16 relocs are relativeAlan Modra2015-11-192-2/+6
* Recent powerpc testcase failsAlan Modra2015-11-193-0/+7
* Use default sub-segment align for non-ELF powerpcAlan Modra2015-11-192-0/+6
* Account for .tbss alignment when adjusting start of relroAlan Modra2015-11-192-5/+16
* Automatic date update in version.inGDB Administrator2015-11-191-1/+1
* Constify value_stringSimon Marchi2015-11-183-2/+7
* [C++] Add casts to obstack_base callsSimon Marchi2015-11-188-12/+24
* Constify value_cstringSimon Marchi2015-11-183-2/+7
* mach-o: decode and display arm64 compact unwind entries.Tristan Gingold2015-11-182-0/+69
* mach-o: use a per-target reloc canonicalize function.Tristan Gingold2015-11-186-106/+175
* [gdbserver/ipa] Fix build dependenciesPedro Alves2015-11-182-1/+5
* Fix out of boundary access in pass_in_vYao Qi2015-11-182-4/+18
* Prevent looping in archivesAlan Modra2015-11-183-9/+30
* mach-o cleanup: remove useless calls to bfd_seek.Tristan Gingold2015-11-186-96/+127
* sim: mn10300/v850: drop unused WITH_CORE defineMike Frysinger2015-11-174-2/+8
* sim: always enable modulo memoryMike Frysinger2015-11-1712-36/+30
* Automatic date update in version.inGDB Administrator2015-11-181-1/+1
* [sim/ppc] Fix printf_filtered referencePedro Alves2015-11-172-16/+21
* Fix gdb.threads/multiple-step-overs.exp fails on armYao Qi2015-11-172-6/+14
* Introduce null_block_symbolPedro Alves2015-11-175-12/+31
* [C++] Always use setjmp/longjmp for exceptionsPedro Alves2015-11-173-16/+41
* MinGW and attribute format(printf/gnu_printf)Pedro Alves2015-11-172-0/+14
* [C++] Define __STDC_CONSTANT_MACROS / __STDC_LIMIT_MACROS for stdint.hPedro Alves2015-11-172-0/+21
* [C++/mingw] Simplify first chance exception handlingPedro Alves2015-11-172-18/+12
* [C++/mingw] gdbserver: gdb/host signal mixupPedro Alves2015-11-172-4/+11
* [C++/mingw] Fix windows-nat.c::xlatePedro Alves2015-11-172-1/+6
* [C++/mingw] handle_output_debug_stringPedro Alves2015-11-172-6/+11
* [C++/mingw] ser-tcp.c castsPedro Alves2015-11-172-6/+17
* [C++/mingw] gdbserver castsPedro Alves2015-11-173-11/+23
* [C++/mingw] windows-nat.c castsPedro Alves2015-11-172-38/+74
* [C++/mingw] gdb-dlfcn.c castsPedro Alves2015-11-172-2/+7
* [C++/mingw] Misc alloca castsPedro Alves2015-11-175-8/+15
* [C++/mingw] ser-mingw.c castsPedro Alves2015-11-172-25/+42
* Mach-O: add new defines and struct for darwin 14.5Tristan Gingold2015-11-175-2/+158