aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-29MIPS/opcodes: Free up redundant `g' operand codeMaciej W. Rozycki4-6/+15
2021-05-29microMIPS/opcodes: Refer FPRs rather than FCRs with DMTC1Maciej W. Rozycki9-322/+337
2021-05-29MIPS/GAS: Use FCSR rather than RA with CFC1/CTC1Maciej W. Rozycki2-4/+11
2021-05-29Automatic date update in version.inGDB Administrator1-1/+1
2021-05-28x86: Restore PC16 relocation overflow checkH.J. Lu16-96/+70
2021-05-28sim: h8300 add special case test.Yoshinori Sato10-16/+520
2021-05-28sim: h8300 Fixed different behavior in preinc/predec.Yoshinori Sato3-3/+60
2021-05-28Automatic date update in version.inGDB Administrator1-1/+1
2021-05-27PowerPC: Add new xxmr and xxlnot extended mnemonicsPeter Bergner5-0/+19
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi46-138/+142
2021-05-27gdb: fix some indentation issuesSimon Marchi29-698/+704
2021-05-27gdb: remove iterate_over_bp_locations functionSimon Marchi4-29/+25
2021-05-27gdb: remove iterate_over_breakpoints functionSimon Marchi9-77/+65
2021-05-27gdb: add all_bp_locations_at_addr functionSimon Marchi2-148/+119
2021-05-27gdb: add all_bp_locations functionSimon Marchi2-58/+32
2021-05-27gdb: make bp_locations an std::vectorSimon Marchi2-58/+40
2021-05-27gdb: add breakpoint::locations methodSimon Marchi9-101/+83
2021-05-27gdb: add all_tracepoints functionSimon Marchi4-48/+58
2021-05-27gdb: add all_breakpoints_safe functionSimon Marchi2-68/+47
2021-05-27gdb: add all_breakpoints functionSimon Marchi2-119/+78
2021-05-27Add optional full_window argument to TuiWindow.writeHannes Domani4-7/+30
2021-05-27gdb: add option to reverse order of _initialize function callsSimon Marchi4-1/+51
2021-05-27gdb: add make-init-c scriptSimon Marchi5-27/+82
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi26-214/+260
2021-05-27gdb: make add_info_alias accept target as a cmd_list_elementSimon Marchi9-29/+43
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi22-173/+219
2021-05-27gdb/python: use return values of add_setshow functions in add_setshow_genericSimon Marchi2-67/+71
2021-05-27gdb: remove unnecessary lookup_cmd when deprecating commandsSimon Marchi4-42/+37
2021-05-27gdb: make add_setshow commands return set_show_commandsSimon Marchi7-264/+221
2021-05-27Document gdb.SYMBOL_LOC_LABELHannes Domani2-0/+8
2021-05-27[gdb/symtab] Fix segfault in process_psymtab_comp_unitTom de Vries4-5/+16
2021-05-27[gdb/testsuite] Prevent proc override in gdb-index.expTom de Vries2-2/+9
2021-05-27[gdb/symtab] Fix typo in dwarf error messageTom de Vries2-1/+6
2021-05-27[gdb/symtab] Fix Dwarf Error: cannot find DIETom de Vries5-11/+21
2021-05-26Revert "gdb: change dwarf_die_debug to bool"Simon Marchi2-12/+7
2021-05-26gdb: change dwarf_die_debug to boolSimon Marchi2-7/+12
2021-05-27readelf -w and --debug-dump option helpAlan Modra2-5/+9
2021-05-27nds32: __builtin_strncpy bound equals destination sizeAlan Modra2-8/+14
2021-05-27Automatic date update in version.inGDB Administrator1-1/+1
2021-05-26x86: Propery check PC16 reloc overflow in 16-bit mode instructionsH.J. Lu22-25/+223
2021-05-26gdb: don't zero-initialize reg_buffer contentsSimon Marchi2-2/+10
2021-05-26x86-64: Add ilp32-12 to check R_X86_64_32 for x32H.J. Lu4-0/+19
2021-05-26i386: Replace movsb with movsxbSebastien Villemot2-1/+7
2021-05-26Introduce htab_delete_entryTom Tromey4-39/+28
2021-05-26RISC-V: Allow to link the objects with unknown prefixed extensions.Nelson Chu6-1/+19
2021-05-26Automatic date update in version.inGDB Administrator1-1/+1
2021-05-25Fix documentation of gdb.SYMBOL_LOC_COMMON_BLOCKHannes Domani2-2/+6
2021-05-25Arm: Fix forward thumb references [PR gas/25235]Tamar Christina4-1/+72
2021-05-25Add range checks to local array accesses in elf32-arm.c.Nick Clifton2-21/+105
2021-05-25Fix formatting in elf32-arm.cNick Clifton2-183/+203