aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-02arc: Construct disassembler options dynamicallyShahab Vahedi4-27/+166
2021-06-02gdb/testsuite: only add -J option when compiling with gfortranAndrew Burgess2-1/+9
2021-06-02gdb/testsuite: escape '*' character in pattern used by flangAndrew Burgess2-1/+5
2021-06-02asan: heap buffer overflow in _bfd_elf_parse_attributesAlan Modra2-3/+8
2021-06-02Automatic date update in version.inGDB Administrator1-1/+1
2021-06-01Conditionally restore displaced stepping state after fork.John Baldwin2-4/+18
2021-06-01Remove some gdb/data-directory special casesTom Tromey2-8/+5
2021-06-01Clean up gdb's --enable-sharedTom Tromey3-2/+7
2021-06-01Apply silent Makefile rules to gdb/testsuiteTom Tromey4-33/+47
2021-06-01Always build 'all' in gdb/testsuiteTom Tromey2-2/+7
2021-06-01Remove gdb/testsuite/configureTom Tromey8-4961/+141
2021-06-01[gdb/symtab] Ignore cold clonesTom de Vries5-0/+148
2021-06-01gdb: run 'maint selftest' with an executable loadedAndrew Burgess3-19/+78
2021-06-01gdb/arm: add support for bare-metal core dumpsAndrew Burgess4-1/+226
2021-06-01gdb: avoid premature dummy frame garbage collectionAndrew Burgess6-4/+238
2021-06-01Automatic date update in version.inGDB Administrator1-1/+1
2021-05-31gdb: pass signature to allocate_signatured_type and signatured_type constructorSimon Marchi3-28/+34
2021-05-31gdb: add and use signatured_type_upSimon Marchi3-7/+13
2021-05-31gdb: move dwarf2_per_cu_data and signatured_type upSimon Marchi2-215/+221
2021-05-31RISC-V: PR27566, Do not relax when data segment phase is exp_seg_relro_adjust.Nelson Chu10-2/+119
2021-05-30Set is_debug_types in allocate_signatured_typeTom Tromey2-4/+9
2021-05-30Remove dwarf2_per_bfd::m_num_psymtabsTom Tromey3-15/+12
2021-05-31Automatic date update in version.inGDB Administrator1-1/+1
2021-05-30Automatic date update in version.inGDB Administrator1-1/+1
2021-05-29sim: ppc: enable -Wno-format for mingw targetsMike Frysinger3-0/+13
2021-05-29sim: ppc: avoid shadowing errnoMike Frysinger5-16/+16
2021-05-29sim: v850: add pointer casts for execv on WindowsMike Frysinger2-2/+6
2021-05-29sim: mn10300: add SIGTRAP fallbackMike Frysinger2-0/+7
2021-05-29sim: pull in extra gnulib libs tooMike Frysinger2-1/+5
2021-05-29sim: mips: fix build w/out dv-sockserMike Frysinger2-3/+9
2021-05-29sim: frv: fix up a bunch of prototype warningsMike Frysinger7-6/+41
2021-05-29sim: frv: fix compiler parentheses suggestions warningsMike Frysinger4-25/+39
2021-05-29sim: sh: fix a few compiler warningsMike Frysinger2-2/+7
2021-05-29sim: m32c: rename open symbol to avoid collisionsMike Frysinger2-4/+10
2021-05-29sim: leverage gnulibMike Frysinger8-3/+44
2021-05-29Re: readelf and objdump helpAlan Modra2-4/+8
2021-05-29Fix InlinedFrameDecorator exampleHannes Domani2-1/+5
2021-05-29PowerPC table driven -Mraw disassemblyAlan Modra7-1635/+1755
2021-05-29readelf and objdump helpAlan Modra3-132/+254
2021-05-28sim: bfin: fix the otp fix fixMike Frysinger2-2/+6
2021-05-29MIPS/opcodes: Reorder legacy COP0, COP2, COP3 opcode instructionsMaciej W. Rozycki2-66/+73
2021-05-29MIPS/GAS/testsuite: Add C0, C1, C2, C3 opcode testsMaciej W. Rozycki54-0/+7580
2021-05-29MIPS/GAS/testsuite: Run RFE test across all ISAsMaciej W. Rozycki8-7/+39
2021-05-29MIPS/GAS/testsuite: Run coprocessor tests across all ISAsMaciej W. Rozycki96-467/+1646
2021-05-29MIPS/opcodes: Accurately record coprocessor opcode CPU/ISA membershipMaciej W. Rozycki5-53/+114
2021-05-29MIPS/opcodes: Remove DMFC3 and DMTC3 instructionsMaciej W. Rozycki2-4/+5
2021-05-29MIPS/GAS/testsuite: Add tests for coprocessor branch instructionsMaciej W. Rozycki16-0/+215
2021-05-29MIPS/opcodes: Disassemble the RFE instructionMaciej W. Rozycki6-2/+34
2021-05-29MIPS/opcodes: Properly handle ISA exclusionMaciej W. Rozycki2-19/+24
2021-05-29MIPS/opcodes: Factor out ISA matching against flagsMaciej W. Rozycki2-4/+27