aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-24AArch64: Add MTE register set support for GDB and gdbserverLuis Machado8-0/+158
2021-03-24AArch64: Add target description/feature for MTE registersLuis Machado15-25/+110
2021-03-24AArch64: Add MTE CPU feature check supportLuis Machado7-0/+45
2021-03-24Documentation for memory tagging remote packetsLuis Machado2-0/+120
2021-03-24Unit tests for gdbserver memory tagging remote packetsLuis Machado2-0/+83
2021-03-24GDBserver remote packet support for memory taggingLuis Machado7-25/+240
2021-03-24Unit testing for GDB-side remote memory tagging handlingLuis Machado2-0/+98
2021-03-24Add GDB-side remote target support for memory taggingLuis Machado2-3/+118
2021-03-24New gdbarch memory tagging hooksLuis Machado6-1/+314
2021-03-24New target methods for memory tagging supportLuis Machado5-0/+215
2021-03-24x86: derive opcode length from opcode valueJan Beulich7-7479/+7514
2021-03-24x86: derive mandatory prefix attribute from base opcodeJan Beulich6-5100/+5091
2021-03-24x86: don't use opcode_length to identify pseudo prefixesJan Beulich7-36/+48
2021-03-24Automatic date update in version.inGDB Administrator1-1/+1
2021-03-23x86: re-number PREFIX_0X<nn>Jan Beulich5-154/+165
2021-03-23x86: re-order two fields of struct insn_templateJan Beulich5-12106/+12118
2021-03-23x86: split opcode prefix and opcode space representationJan Beulich7-9362/+9374
2021-03-23gdb: remote target_longnameSimon Marchi2-1/+4
2021-03-23gdb: remove target_is_pushed free functionSimon Marchi10-29/+24
2021-03-23gdb: remove push_target free functionsSimon Marchi30-61/+54
2021-03-23gdb: remove unpush_target free functionSimon Marchi17-35/+36
2021-03-23x86: don't open-code PREFIX_NONEJan Beulich2-11/+12
2021-03-23x86: unbreak certain MPX insn operand formsJan Beulich5-27/+55
2021-03-23bfd: avoid "shadowing" of glibc function nameJan Beulich2-1/+5
2021-03-23Automatic date update in version.inGDB Administrator1-1/+1
2021-03-22gdb: handle invalid DWARF when compilation unit is missingAndrew Burgess5-1/+134
2021-03-22gdb/objc: make objc_demangle a member function of objc_languageAndrew Burgess3-73/+80
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska97-344/+493
2021-03-22gdb/testsuite: use the correct .debug_str section name for DW_FORM_strpAndrew Burgess4-1/+137
2021-03-22gdbserver: convert the global dll list into a process_info fieldTankut Baris Aktemur6-20/+70
2021-03-22bfd: add translation wrappers to PE image section RVA diagnosticsJan Beulich2-2/+8
2021-03-22Automatic date update in version.inGDB Administrator1-1/+1
2021-03-21Provide an inline startswith function in bfd.hAlan Modra7-12/+35
2021-03-21Automatic date update in version.inGDB Administrator1-1/+1
2021-03-20Allow multiple partial symbol readers per objfileTom Tromey13-61/+67
2021-03-20Switch objfile to hold a list of psymbol readersTom Tromey8-262/+337
2021-03-20Remove objfile::psymtabsTom Tromey2-8/+4
2021-03-20Change count_psyms to be a method on psymbol_functionsTom Tromey3-4/+14
2021-03-20Remove last objfile partial_symtab references from psymtab.cTom Tromey3-100/+143
2021-03-20Add partial_symtabs parameter to psymtab construction functionsTom Tromey9-107/+206
2021-03-20Introduce objfile::require_partial_symbolsTom Tromey6-49/+75
2021-03-20Remove sym_fns::sym_read_psymbolsTom Tromey11-61/+59
2021-03-20Rearrange psymtab_storage constructionTom Tromey3-3/+9
2021-03-20Attach partial symtab storage to psymbol_functionsTom Tromey6-24/+76
2021-03-20Reference psymtabs via per_bfd in DWARF readerTom Tromey2-17/+32
2021-03-20Change how DWARF index writer finds address mapTom Tromey2-11/+19
2021-03-20Move psymtab statistics printing to psymtab.cTom Tromey11-60/+84
2021-03-20Change how DWARF indices use addrmapTom Tromey3-26/+32
2021-03-20Set per_bfd->partial_symtabs earlierTom Tromey2-6/+11
2021-03-20Do not pass objfile to psymtab_discarderTom Tromey3-10/+17