aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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
2017-09-04Handle "p 'S::method()::static_var'" (quoted) in symbol lookupPedro Alves6-29/+61
2017-09-04Handle "p S::method()::static_var" in the C++ parserPedro Alves10-2/+405
2017-09-04Eliminate UNOP_MEMVAL_TLSPedro Alves5-55/+10
2017-09-04Stop assuming no-debug-info variables have type intPedro Alves18-68/+343
2017-09-04evaluate_subexp_standard: Factor out OP_VAR_VALUE handling.Pedro Alves2-31/+41
2017-09-04evaluate_subexp_standard: Remove useless assignmentsPedro Alves2-3/+5
2017-09-04evaluate_subexp_standard: Eliminate one gotoPedro Alves2-55/+60
2017-09-04Make ptype/whatis print function name of functions with no debug info tooPedro Alves4-9/+28
2017-09-04Introduce OP_VAR_MSYM_VALUEPedro Alves9-32/+150
2017-09-04Stop assuming no-debug-info functions return intPedro Alves37-154/+475
2017-09-04Fix calling prototyped functions via function pointersPedro Alves4-5/+37
2017-09-04gdb.base/commands.exp: Test loop_break and loop_continue in nested loopsSimon Marchi2-23/+47
2017-09-04Introduce gdb_disassembly_flagsPedro Alves11-56/+114
2017-09-04Add tests for loop_break and loop_continue commandsSimon Marchi2-0/+48
2017-09-04Error out immediatly when using if command without args in command listSimon Marchi4-1/+28
2017-09-04Move command lines types/declarations to cli-script.hSimon Marchi6-75/+100