aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-06-20Remove features/i386/amd64-*linux.c and features/i386/x32-*linux.cusers/qiyao/target-desc-2Yao Qi10-1998/+0
2017-06-20[GDBserver] Use pre-generated amd64-linux tdesc as testYao Qi1-8/+3
2017-06-20[GDBserver] Convert amd64-linux target descriptionsYao Qi5-139/+237
2017-06-20Regenerate two regformats/i386/.dat filesYao Qi2-3/+1
2017-06-20Lazily and dynamically create amd64-linux target descriptionsYao Qi12-55/+646
2017-06-20Centralize amd64-linux target descriptionsYao Qi3-57/+35
2017-06-20GDBserver: remove srv_i386_linux_xmlfilesYao Qi1-3/+2
2017-06-20[GDBserver] Use pre-generated tdesc as testYao Qi5-94/+110
2017-06-20Remove features/i386/i386-*linux.cYao Qi8-1118/+0
2017-06-20Dynamically composite xml in reply to GDBYao Qi13-49/+106
2017-06-20[RFC] GDBserver unit test to i386_tdescYao Qi3-1/+98
2017-06-20[RFC] GDBserver self testYao Qi6-2/+89
2017-06-20Dynamically create tdesc in GDBserverYao Qi12-21/+243
2017-06-20[GDBserver] Centralize tdesc for i386-linuxYao Qi5-93/+135
2017-06-20Use VEC for target_desc.reg_defsYao Qi5-33/+37
2017-06-20Adjust code generated by regformats/regdat.shYao Qi1-8/+9
2017-06-20Use target_desc fields expedite_regs and xmltarget ifndef IN_PROCESS_AGENTYao Qi2-0/+5
2017-06-20Add "maint check xml-descriptions" to test builtin xml target descriptionsYao Qi8-0/+214
2017-06-20Lazily and dynamically create i386-linux target descriptionsYao Qi4-34/+62
2017-06-20Generate c for feature instead of tdescYao Qi1-1/+3
2017-06-20Generate c for feature instead of tdescYao Qi2-4/+8
2017-06-20Generate c for feature instead of tdescYao Qi10-17/+425
2017-06-20Use visitor pattern for "maint print c-tdesc"Yao Qi15-342/+427
2017-06-20Centralize i386 linux target descriptionsYao Qi3-36/+32
2017-06-20Adjust the order of 32bit-linux.xml and 32bit-sse.xml in i386/i386-linux.xmlYao Qi2-4/+4
2017-06-20Class-fy tdesc_reg tdesc_type and tdesc_featureYao Qi2-100/+113
2017-06-19Don't throw an error in 'info registers' for unavailable MIPS registers.John Baldwin2-2/+13
2017-06-19Update GDB test case for new lnia extended mnemonic.Peter Bergner3-3/+9
2017-06-19.gdb_index writer: close the file before unlinking itPedro Alves2-1/+10
2017-06-19Use getenv instead of gdb_environ on mi-cmd-env.cSergio Durigan Junior2-8/+9
2017-06-18nat/linux-ptrace.c: add missing gdb_byte* castThomas Petazzoni2-1/+6
2017-06-17Add ATTRIBUTE_PRINTF to trace_start_errorSimon Marchi2-1/+5
2017-06-17linux-low: Remove usage of "register" keywordSimon Marchi2-8/+13
2017-06-17gdb: Add -Wno-mismatched-tagsSimon Marchi5-3/+15
2017-06-17gdb: Use -Werror when checking for (un)supported warning flagsSimon Marchi5-9/+19
2017-06-17gdb: Pass -x c++ to the compilerSimon Marchi4-2/+10
2017-06-16extract/store integer function templateYao Qi6-179/+159
2017-06-16arc: Select CPU model properly before disassemblingAnton Kolesov2-6/+65
2017-06-14PR gdb/21574: Mention $SHELL and startup-with-shell on "help run"Sergio Durigan Junior2-4/+13
2017-06-14Maxim Grigoriev stepping down as Xtensa maintainerMax Filippov2-1/+5
2017-06-14Don't use print_insn_XXX in GDBYao Qi7-13/+23
2017-06-14Fix register selection in var-access.expAndreas Arnez2-5/+11
2017-06-14Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves14-31/+230
2017-06-13darwin-nat: Add missing includeSimon Marchi2-0/+5
2017-06-13darwin: Add fork-inferior.o to NATDEPFILESSimon Marchi2-3/+11
2017-06-13aix: Add fork-inferior.o to NATDEPFILESSimon Marchi2-1/+9
2017-06-13read/write_pieced_value: Merge into one functionAndreas Arnez2-182/+184
2017-06-13write_pieced_value: Notify memory_changed observersAndreas Arnez2-4/+11
2017-06-13Fix bit-/byte-offset mismatch in parameter to read_value_memoryAndreas Arnez3-8/+14
2017-06-13read/write_pieced_value: Remove unnecessary variable copiesAndreas Arnez2-68/+58