aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Document the GDB 8.0.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2017-09-07remove QStartupWithShell entry from NEWS::Changes in GDB 7.11Joel Brobecker2-3/+4
2017-09-06Change funcall_chain to be a std::vectorTom Tromey2-39/+14
2017-09-06Remove last cleanups from go-exp.yTom Tromey2-10/+5
2017-09-06Remove last cleanups from d-exp.yTom Tromey2-17/+13
2017-09-06Remove make_cleanup_clear_parser_stateTom Tromey10-50/+23
2017-09-06Introduce dw2_linkage_name and dw2_linkage_name_attr.Keith Seitz2-26/+46
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-06Fix accessing TLS variables with no debug infoJan Kratochvil5-2/+77
2017-09-05Fix leak of auto_obstack objfile_per_bfd_storage->storage_obstack;Philippe Waroquiers2-1/+5
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-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-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-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
2017-09-04Document "no debug info debugging" improvementsPedro Alves4-10/+143
2017-09-04Make "p S::method() const::static_var" work tooPedro Alves12-46/+327