aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-07Aarch64 sim fix for gcc-10 miscompilation.Jim Wilson2-2/+8
2021-04-08Automatic date update in version.inGDB Administrator1-1/+1
2021-04-08PR27684, PowerPC missing mfsprg0 and othersAlan Modra2-4/+10
2021-04-08PR27676, PowerPC missing extended dcbt, dcbtst mnemonicsAlan Modra8-11/+253
2021-04-07gdb: make target_ops::follow_fork return voidSimon Marchi12-40/+44
2021-04-07CTF: handle forward reference typeWeimin Pan5-13/+91
2021-04-07gdb/fortran: handle dynamic types within arrays and structuresAndrew Burgess7-4/+333
2021-04-07gdb: allow casting to rvalue reference in more casesAndrew Burgess5-2/+61
2021-04-07gdb: move cheap pointer equality check earlier in types_equalAndrew Burgess2-4/+9
2021-04-07sim: m32c: opc2c: remove unused vlist variableSimon Marchi2-3/+4
2021-04-07gdb: handle relative paths to DWO filesCaroline Tice5-0/+175
2021-04-07gdb/testsuite: fix fission support in the Dwarf assemblerAndrew Burgess11-446/+620
2021-04-07gdb: Handle missing .debug_str sectionAndrew Burgess4-2/+63
2021-04-07gdb/py: fix gdb.parameter('data-directory')Andrew Burgess4-2/+78
2021-04-07Fix pr27217 testcase failureAlan Modra2-3/+8
2021-04-07Automatic date update in version.inGDB Administrator1-1/+1
2021-04-06Return symbol from symbol_at_address_funcAlan Modra7-30/+32
2021-04-06C99 NEWS and READMEAlan Modra3-16/+24
2021-04-06[gdb/breakpoints] Workaround missing line-table entryTom de Vries4-16/+26
2021-04-06Fix a problem assembling AArch64 sources when a relocation is generated again...Nick Clifton4-140/+235
2021-04-06gas: missing (re-)initialization of local variable in fixup_segment()Jan Beulich2-1/+7
2021-04-06ld: warn about PE base relocations to sections above .relocJan Beulich2-1/+15
2021-04-06[gdb/tui] Fix len_without_escapes in tui-disasm.cTom de Vries2-2/+11
2021-04-06[gdb/testsuite] Fix xfail handling in gdb.threads/gcore-thread.expTom de Vries2-4/+22
2021-04-06Automatic date update in version.inGDB Administrator1-1/+1
2021-04-05Adjust location of readline in sim/erc32Tom Tromey3-2/+7
2021-04-05C99 ld configuryAlan Modra7-1573/+633
2021-04-05C99 gas configuryAlan Modra18-2013/+561
2021-04-05C99 binutils configuryAlan Modra27-1881/+631
2021-04-05C99 opcodes configuryAlan Modra8-1248/+528
2021-04-05C99 bfd configuryAlan Modra19-1962/+636
2021-04-05C99 gprof configuryAlan Modra6-1184/+556
2021-04-04gdb: fix internal error in avr_frame_unwind_cacheSimon Marchi2-1/+6
2021-04-05Automatic date update in version.inGDB Administrator1-1/+1
2021-04-04sim: mips: Add handlers to simulator monitor for unlink, lseek and statFaraz Shahbazker2-1/+75
2021-04-04Automatic date update in version.inGDB Administrator1-1/+1
2021-04-03sim: example-synacor: a simple implementation for referenceMike Frysinger34-1/+16037
2021-04-03sim: testsuite: integrate common tests into buildMike Frysinger7-71/+662
2021-04-03sim: add preliminary support for --enable-targetsMike Frysinger9-131/+389
2021-04-02sim: igen: merge build into top levelMike Frysinger17-5489/+451
2021-04-02sim: unify toolchain settingsMike Frysinger104-6382/+7842
2021-04-03Automatic date update in version.inGDB Administrator1-1/+1
2021-04-02gdb: remove objfile parameter from get_objfile_bfd_dataSimon Marchi2-6/+9
2021-04-02gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtabSimon Marchi11-46/+75
2021-04-02gdb: use std::string in partial_symtab::partial_symtab / allocate_symtabSimon Marchi3-12/+16
2021-04-02gdb: add intern methods to objfile_per_bfd_storageSimon Marchi2-3/+26
2021-04-01gdb: remove TYPE_FLAG_ENUMSimon Marchi3-3/+6
2021-04-01gdb: add type::is_flag_enum / type::set_is_flag_enumSimon Marchi3-7/+24
2021-04-01gdb: remove TYPE_DECLARED_CLASSSimon Marchi9-22/+19
2021-04-01gdb: add type::is_declared_class / type::set_is_declared_classSimon Marchi3-4/+28