aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-13Fix execution_direction's typePedro Alves3-6/+25
2015-10-13ada-lang.c:ada_value_primitive_packed_val: const correctnessPedro Alves2-8/+15
2015-10-13ada-lang.c: malloc/alloca casts for C++Pedro Alves2-2/+7
2015-10-13lm32: Replace call to write_memory with write_memory_unsigned_integerSimon Marchi2-1/+7
2015-10-13Constify arguments of gdb_bfd_lookup_symbol and related functionsSimon Marchi6-15/+30
2015-10-13Add EM_IAMCU support to goldH.J. Lu4-1/+70
2015-10-13Updated Chinese translation for the linker.Nick Clifton2-691/+1051
2015-10-13Tidy code setting PT_GNU_RELRO p_flagsAlan Modra2-4/+8
2015-10-12sim: ft32: test coverage for link parameters and PM write portJames Bowman2-0/+42
2015-10-13Automatic date update in version.inGDB Administrator1-1/+1
2015-10-12gdb: Simplify parse_frame_specification.Andrew Burgess2-10/+16
2015-10-12gdb: Avoid unneeded calls to parse_frame_specification.Andrew Burgess2-14/+19
2015-10-12gdb: Fix bug with dbx style func command.Andrew Burgess4-6/+12
2015-10-12gdb/doc: Restructure frame command documentation.Andrew Burgess2-160/+157
2015-10-12gdb: Make use of safe-ctype.h header.Andrew Burgess2-3/+9
2015-10-12mep: Add cast for int to enum conversionSimon Marchi2-2/+10
2015-10-12m32c: Split m32c_move_reg_t in read/write variantsSimon Marchi2-62/+89
2015-10-12aarch64: Add cast for integer to enum castSimon Marchi2-1/+6
2015-10-12aarch64: Use gdb_sys_no_syscall enum instead of -1Simon Marchi2-1/+6
2015-10-12Skip the unversioned definition after the default versionH.J. Lu7-0/+47
2015-10-12Update list of known MSP430 MCU names.Nick Clifton2-62/+622
2015-10-12Mention the change in NEWSYao Qi2-0/+6
2015-10-12Rename emit_load_store to aarch64_emit_load_storeYao Qi5-15/+25
2015-10-12Rename emit_insn to aarch64_emit_insnYao Qi6-72/+85
2015-10-12New test case gdb.arch/disp-step-insn-reloc.expYao Qi2-0/+88
2015-10-12Support displaced stepping in support_displaced_stepping for aarch64*-*-linux*Yao Qi2-1/+7
2015-10-12Support displaced stepping in aarch64-linuxYao Qi8-320/+711
2015-10-12Move aarch64_relocate_instruction to arch/aarch64-insn.cYao Qi5-155/+162
2015-10-12Use visitor in aarch64_relocate_instructionYao Qi2-143/+314
2015-10-12Move append_insns out of aarch64_relocate_instructionYao Qi2-18/+26
2015-10-12Move target_read_uint32 out of aarch64_relocate_instructionYao Qi2-7/+14
2015-10-12More tests in gdb.arch/insn-reloc.cYao Qi2-3/+57
2015-10-12Forward VALUE_LVAL when avoiding side effects for STRUCTOP_STRUCTPierre-Marie de Rodat5-1/+81
2015-10-12avr: Fix bugs in org/align tracking.Andrew Burgess7-16/+41
2015-10-12PR19083 S/390: Fix garbage collection of some GOT relocs.Andreas Krebbel3-9/+19
2015-10-12Automatic date update in version.inGDB Administrator1-1/+1
2015-10-11Ignore references with relocs to discarded sections in .data.rel.ro.local on ...John David Anglin2-0/+10
2015-10-11sim: moxie: fix leakage in error path [BZ #18273]Mike Frysinger2-0/+6
2015-10-11sim: bfin: handle negative left saturated shifts as ashifts [BZ #18407]Mike Frysinger4-1/+33
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