aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-06Cast char constant to int in sizeof.expTom Tromey2-1/+6
2017-09-06Correct shell compatibility issue detected with pkgsrc.Kamil Rytarowski2-1/+5
2017-09-06Fix calls in gdb.arch/thumb2-it.expThomas Preud'homme2-2/+6
2017-09-06Define HAVE_NATIVE_GCORE_HOST on NetBSDKamil Rytarowski2-0/+5
2017-09-06Add native target for FreeBSD/aarch64.John Baldwin6-0/+148
2017-09-06Add FreeBSD/aarch64 architecture.John Baldwin6-0/+258
2017-09-06Add myself as a write-after-approval GDB maintainer.Kamil Rytarowski2-0/+5
2017-09-06x86-64: Add R_X86_64_converted_reloc_bitH.J. Lu8-22/+58
2017-09-06x86: Don't change r_type when performing TLS transitionsH.J. Lu3-25/+36
2017-09-06Fix accessing TLS variables with no debug infoJan Kratochvil5-2/+77
2017-09-06Automatic date update in version.inGDB Administrator1-1/+1
2017-09-05x86-64: Properly set converted_relocH.J. Lu6-4/+15
2017-09-05Fix leak of auto_obstack objfile_per_bfd_storage->storage_obstack;Philippe Waroquiers2-1/+5
2017-09-05x86-64: Improve GOTPCREL relocation conversionH.J. Lu6-110/+49
2017-09-05Don't use -fdiagnostics-color=never for rustcTom Tromey2-1/+11
2017-09-05Test different follow-exec-mode settings in gdb.multi/multi-arch-exec.expSimon Marchi2-7/+23
2017-09-05Add thread after updating gdbarch when exec'ingSimon Marchi2-1/+10
2017-09-05Read stop_pc after updating the gdbarch when exec'ingSimon Marchi2-2/+7
2017-09-05Improve "'g' reply is is to long" error messageSimon Marchi2-1/+6
2017-09-05Add i386.o to gdb_target_obs for x86_64-* targetsYao Qi2-7/+13
2017-09-05eval.c:evaluate_subexp_standard: Factor out function call handlingPedro Alves2-451/+482
2017-09-05Fix a buffer overrun when parsing a corrupt MIPS ELF binary.Nick Clifton2-3/+9
2017-09-05Convert the rest x86 target descriptionsYao Qi30-2568/+203
2017-09-05Remove features/i386/amd64-*linux.c and features/i386/x32-*linux.cYao Qi11-1998/+13
2017-09-05[GDBserver] Shorten srv_amd64_linux_xmlfilesYao Qi2-1/+6
2017-09-05[GDBserver] Use pre-generated amd64-linux tdesc as testYao Qi2-9/+10
2017-09-05Convert amd64-linux target descriptionsYao Qi14-210/+375
2017-09-05Lazily and dynamically create amd64-linux target descriptionsYao Qi13-54/+599
2017-09-05Centralize amd64-linux target descriptionsYao Qi4-52/+47
2017-09-05Update comments in amd64_linux_core_read_descriptionYao Qi2-3/+8
2017-09-05[GDBserver] Shorten srv_i386_linux_xmlfilesYao Qi2-1/+6
2017-09-05[GDBserver] Use pre-generated tdesc as testYao Qi6-87/+114
2017-09-05Remove features/i386/i386-*linux.cYao Qi9-1118/+11
2017-09-05Share i386-linux target description between GDB and GDBserverYao Qi15-77/+178
2017-09-05Dynamically composite xml in reply to GDBYao Qi15-39/+150
2017-09-05[GDBserver] unit test to i386_tdescYao Qi5-1/+102
2017-09-05[GDBserver] Centralize tdesc for i386-linuxYao Qi21-166/+491
2017-09-05Return X86_TDESC_MMX in x86_get_ipa_tdesc_idxYao Qi2-1/+7
2017-09-05Use VEC for target_desc.reg_defsYao Qi7-32/+61
2017-09-05Adjust code generated by regformats/regdat.shYao Qi2-8/+13
2017-09-05expprint: Fix format string warningSimon Marchi2-1/+6
2017-09-04Define an error function in the PPC simulator library.John Baldwin2-0/+15
2017-09-04Enable support for x86 debug registers on NetBSD.John Baldwin3-6/+17
2017-09-04Make <sys/user.h> include in bsd-kvm.c conditional on HAVE_SYS_USER_H.John Baldwin2-0/+6
2017-09-04Define _KMEMUSER before including BSD kernel headers.John Baldwin4-0/+9
2017-09-04Include "x86-xstate.h" for X86_XSTATE_* constants.John Baldwin3-0/+7
2017-09-05Automatic date update in version.inGDB Administrator1-1/+1
2017-09-05Missing relocation R_PPC_VLE_ADDR20 and add VLE flag to details in readelfAlexander Fedotov-B5561310-2/+101
2017-09-04Explicitly include <array> for std::array<>.John Baldwin2-0/+5
2017-09-04Catch up to recent changes to call_function_by_hand().John Baldwin2-1/+6