Age | Commit message (Expand) | Author | Files | Lines |
2016-02-29 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2016-02-28 | Don't recursively look for a symbol in all imports of imported modules. | Iain Buclaw | 5 | -5/+197 |
2016-02-28 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2016-02-27 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2016-02-26 | Fix CXX invalid cast from void *. | Keith Seitz | 2 | -1/+6 |
2016-02-26 | Add aarch64-*-rtems* target | Joel Sherrill | 4 | -4/+5 |
2016-02-26 | Add x86_64-*-rtems* target | Joel Sherrill | 3 | -2/+6 |
2016-02-26 | [BFD][AARCH64]Fix MOVW_SABS_G(0,1,2) relocation overflow check. | Renlin Li | 13 | -29/+79 |
2016-02-26 | Optimize x86 GOT32X/GOTPCRELX relocations | H.J. Lu | 92 | -122/+1320 |
2016-02-26 | Discard FDEs for zero-length address ranges. | Cary Coutant | 3 | -5/+47 |
2016-02-26 | Fix various bugs in arm_record_exreg_ld_st_insn | Yao Qi | 4 | -35/+115 |
2016-02-26 | Record right reg num of thumb special data instructions | Yao Qi | 2 | -4/+9 |
2016-02-26 | Rename gdb.reverse/aarch64.{exp,c} to gdb.reverse/insn-reverse.{exp,c} | Yao Qi | 3 | -0/+7 |
2016-02-26 | Generalize gdb.reverse/aarch64.exp | Yao Qi | 3 | -19/+67 |
2016-02-26 | Add ChangeLog entries for PR ld/19645 | H.J. Lu | 5 | -0/+151 |
2016-02-26 | Properly implement STT_COMMON | H.J. Lu | 87 | -138/+1001 |
2016-02-26 | [x86] Resolve non-PIC undefweak symbols in executable | H.J. Lu | 95 | -165/+1970 |
2016-02-26 | Fix powerpc64 -r --save-restore-funcs | Alan Modra | 2 | -27/+40 |
2016-02-26 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2016-02-25 | gdbserver/s390: Enable high GPRs, VX, TDB with 31-bit gdbserver. | Marcin Kościelnicki | 2 | -26/+96 |
2016-02-25 | avoid compiler warnings in remote-m32r-sdi.c | Doug Evans | 2 | -2/+8 |
2016-02-25 | Remove gdb.base/branches.c | Yao Qi | 2 | -113/+4 |
2016-02-25 | [PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA. | Marcin Kościelnicki | 15 | -70/+298 |
2016-02-25 | Convert more variables to a constant form. | Trevor Saunders | 42 | -135/+205 |
2016-02-25 | Initialize variables in i386_linux_handle_segmentation_fault | Simon Marchi | 2 | -1/+7 |
2016-02-25 | gdb.trace: Remove unnecessary target check from ftrace.exp. | Marcin Kościelnicki | 2 | -69/+70 |
2016-02-25 | gdb.trace: Surround $call_insn with \y in entry-values.exp | Marcin Kościelnicki | 2 | -1/+8 |
2016-02-25 | Map registers to remote numbers when encoding an ax_reg or ax_reg_mask operation | Antoine Tremblay | 2 | -1/+13 |
2016-02-25 | Add elf_x86_64_need_pic | H.J. Lu | 2 | -41/+49 |
2016-02-25 | gas: Update tests for big-endian arc targets | Andrew Burgess | 4 | -3/+10 |
2016-02-25 | Remove unused field from ld_config_type structure. | Nick Clifton | 2 | -20/+29 |
2016-02-25 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2016-02-24 | Update symbol version for symbol from linker script | H.J. Lu | 6 | -0/+52 |
2016-02-24 | Handle MIPS Linux SIGTRAP siginfo.si_code values | Pedro Alves | 5 | -185/+203 |
2016-02-24 | [OBV] gdb/rs6000: Fix maybe-uninitialized warning. | Marcin Kościelnicki | 2 | -1/+6 |
2016-02-24 | Move tfile-avx.exp to tracefile-pseudo-reg.exp | Antoine Tremblay | 3 | -0/+7 |
2016-02-24 | Move new skip features to proper section (post 7.11). | Doug Evans | 1 | -8/+10 |
2016-02-24 | [GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H ins... | Renlin Li | 8 | -39/+801 |
2016-02-24 | powerpc: Support z-point type in gdbserver. | Wei-cheng Wang | 2 | -3/+73 |
2016-02-24 | Revert "ABS32" | Renlin Li | 4 | -32/+3 |
2016-02-24 | [GAS][ARM][2/3]Add SE_H shape to represent fp16 type. | Renlin Li | 2 | -7/+86 |
2016-02-24 | [OPCODES][ARM][1/3]Add armv8.2 fp16 instruction dissembler support. | Renlin Li | 5 | -7/+100 |
2016-02-24 | [OPCODES][ARM]Fix mask for a few coprocessor opcodes. | Renlin Li | 5 | -8/+63 |
2016-02-24 | [OPCODE][ARM]Correct disassembler for cdp/cdp2, mcr/mcr2, mrc/mrc2, ldc/ldc2,... | Renlin Li | 5 | -2/+36 |
2016-02-24 | ABS32 | Renlin Li | 4 | -3/+32 |
2016-02-24 | Set plt_got.offset to (bfd_vma) -1 | H.J. Lu | 3 | -0/+10 |
2016-02-24 | Fix logic in exec_file_locate_attach | Gary Benson | 4 | -4/+17 |
2016-02-24 | [ARM][gas] Add support for Cortex-A32 | Kyrylo Tkachov | 3 | -0/+8 |
2016-02-24 | [ARM][doc] Document cortex-a17 mcpu option | Kyrylo Tkachov | 2 | -0/+5 |
2016-02-24 | Document the GDB 7.11 release in gdb/ChangeLog | Joel Brobecker | 1 | -0/+4 |