summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix calling prototyped functions via function pointersPedro Alves2017-09-044-5/+37
* gdb.base/commands.exp: Test loop_break and loop_continue in nested loopsSimon Marchi2017-09-042-23/+47
* Introduce gdb_disassembly_flagsPedro Alves2017-09-0411-56/+114
* Add tests for loop_break and loop_continue commandsSimon Marchi2017-09-042-0/+48
* Error out immediatly when using if command without args in command listSimon Marchi2017-09-044-1/+28
* Move command lines types/declarations to cli-script.hSimon Marchi2017-09-046-75/+100
* gdbserver Makefile: don't delete intermediary filesSimon Marchi2017-09-042-0/+7
* Kill init_salPedro Alves2017-09-0426-206/+176
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-0419-630/+517
* Introduce gdb::array_viewPedro Alves2017-09-044-0/+683
* Clarify "list" output when specified lines are ambiguousPedro Alves2017-09-047-8/+203
* Fix build breakage when libipt is availablePedro Alves2017-09-042-2/+6
* Let i386_target_description return tdesc_i386_mmxYao Qi2017-09-044-4/+15
* Return X86_XSTATE_SSE_MASK instead of 0 in i386fbsd_core_read_xcr0Yao Qi2017-09-042-2/+7
* Use i386_target_description to get tdesc_i386Yao Qi2017-09-044-8/+14
* Use amd64_target_description to get tdesc_amd64Yao Qi2017-09-0410-10/+34
* btrace: Store btrace_insn in an std::vectorSimon Marchi2017-09-045-52/+53
* Use std::string in reopen_exec_fileTom Tromey2017-09-032-8/+7