summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Define HAVE_NATIVE_GCORE_HOST on NetBSDKamil Rytarowski2017-09-062-0/+5
* Add native target for FreeBSD/aarch64.John Baldwin2017-09-066-0/+148
* Add FreeBSD/aarch64 architecture.John Baldwin2017-09-066-0/+258
* Add myself as a write-after-approval GDB maintainer.Kamil Rytarowski2017-09-062-0/+5
* Fix accessing TLS variables with no debug infoJan Kratochvil2017-09-065-2/+77
* Fix leak of auto_obstack objfile_per_bfd_storage->storage_obstack;Philippe Waroquiers2017-09-052-1/+5
* Don't use -fdiagnostics-color=never for rustcTom Tromey2017-09-052-1/+11
* Test different follow-exec-mode settings in gdb.multi/multi-arch-exec.expSimon Marchi2017-09-052-7/+23
* Add thread after updating gdbarch when exec'ingSimon Marchi2017-09-052-1/+10
* Read stop_pc after updating the gdbarch when exec'ingSimon Marchi2017-09-052-2/+7
* Improve "'g' reply is is to long" error messageSimon Marchi2017-09-052-1/+6
* Add i386.o to gdb_target_obs for x86_64-* targetsYao Qi2017-09-052-7/+13
* eval.c:evaluate_subexp_standard: Factor out function call handlingPedro Alves2017-09-052-451/+482
* Convert the rest x86 target descriptionsYao Qi2017-09-0530-2568/+203
* Remove features/i386/amd64-*linux.c and features/i386/x32-*linux.cYao Qi2017-09-0511-1998/+13
* [GDBserver] Shorten srv_amd64_linux_xmlfilesYao Qi2017-09-052-1/+6
* [GDBserver] Use pre-generated amd64-linux tdesc as testYao Qi2017-09-052-9/+10
* Convert amd64-linux target descriptionsYao Qi2017-09-0514-210/+375
* Lazily and dynamically create amd64-linux target descriptionsYao Qi2017-09-0513-54/+599
* Centralize amd64-linux target descriptionsYao Qi2017-09-054-52/+47
* Update comments in amd64_linux_core_read_descriptionYao Qi2017-09-052-3/+8
* [GDBserver] Shorten srv_i386_linux_xmlfilesYao Qi2017-09-052-1/+6
* [GDBserver] Use pre-generated tdesc as testYao Qi2017-09-056-87/+114
* Remove features/i386/i386-*linux.cYao Qi2017-09-059-1118/+11
* Share i386-linux target description between GDB and GDBserverYao Qi2017-09-0515-77/+178
* Dynamically composite xml in reply to GDBYao Qi2017-09-0515-39/+150
* [GDBserver] unit test to i386_tdescYao Qi2017-09-055-1/+102
* [GDBserver] Centralize tdesc for i386-linuxYao Qi2017-09-0521-166/+491
* Return X86_TDESC_MMX in x86_get_ipa_tdesc_idxYao Qi2017-09-052-1/+7
* Use VEC for target_desc.reg_defsYao Qi2017-09-057-32/+61
* Adjust code generated by regformats/regdat.shYao Qi2017-09-052-8/+13
* expprint: Fix format string warningSimon Marchi2017-09-052-1/+6
* Enable support for x86 debug registers on NetBSD.John Baldwin2017-09-043-6/+17
* Make <sys/user.h> include in bsd-kvm.c conditional on HAVE_SYS_USER_H.John Baldwin2017-09-042-0/+6
* Define _KMEMUSER before including BSD kernel headers.John Baldwin2017-09-044-0/+9
* Include "x86-xstate.h" for X86_XSTATE_* constants.John Baldwin2017-09-043-0/+7
* Explicitly include <array> for std::array<>.John Baldwin2017-09-042-0/+5
* Catch up to recent changes to call_function_by_hand().John Baldwin2017-09-042-1/+6
* Document "no debug info debugging" improvementsPedro Alves2017-09-044-10/+143
* Make "p S::method() const::static_var" work tooPedro Alves2017-09-0412-46/+327
* Handle "p 'S::method()::static_var'" (quoted) in symbol lookupPedro Alves2017-09-046-29/+61
* Handle "p S::method()::static_var" in the C++ parserPedro Alves2017-09-0410-2/+405
* Eliminate UNOP_MEMVAL_TLSPedro Alves2017-09-045-55/+10
* Stop assuming no-debug-info variables have type intPedro Alves2017-09-0418-68/+343
* evaluate_subexp_standard: Factor out OP_VAR_VALUE handling.Pedro Alves2017-09-042-31/+41
* evaluate_subexp_standard: Remove useless assignmentsPedro Alves2017-09-042-3/+5
* evaluate_subexp_standard: Eliminate one gotoPedro Alves2017-09-042-55/+60
* Make ptype/whatis print function name of functions with no debug info tooPedro Alves2017-09-044-9/+28
* Introduce OP_VAR_MSYM_VALUEPedro Alves2017-09-049-32/+150
* Stop assuming no-debug-info functions return intPedro Alves2017-09-0437-154/+475