aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-13Automatic date update in version.inGDB Administrator1-1/+1
2020-11-12gdb: rewrite how per language primitive types are managedAndrew Burgess15-816/+630
2020-11-12gdb/dwarf: fix call to dwarf2_queue_guard in dw2_do_instantiate_symtabSimon Marchi2-1/+6
2020-11-12sim: pru: Add support for LMBD instructionDimitar Dimitrov5-0/+88
2020-11-12gdb/dwarf: fix typo in dwarf2/read.cSimon Marchi2-1/+6
2020-11-12gdb: convert "set debug dwarf-read" to new styleSimon Marchi2-152/+119
2020-11-12MSP430: gas: Ignore -md option required for GCC backward compatibilityJozef Lawrynowicz5-0/+30
2020-11-12arc: Write correct "eret" value during register collectionShahab Vahedi2-3/+12
2020-11-12Fix Rust regression with -readnowTom Tromey4-24/+52
2020-11-12Fix gdb.threads/tls-so_extern.exp with ClangGary Benson2-0/+7
2020-11-12Fix up changelog entry of previous deltaNick Clifton1-2/+4
2020-11-12m32r sim: Add prototypes for functions that pass/return DI valuesNick Clifton2-1/+18
2020-11-12Stop Gas from generating line info or address ranges for sections that do not...Nick Clifton6-17/+54
2020-11-12gdb: add an option flag to 'maint print c-tdesc'Andrew Burgess7-81/+173
2020-11-12Automatic date update in version.inGDB Administrator1-1/+1
2020-11-11gdb/testsuite: add "breakpoint always-inserted" axis in gdb.base/continue-aft...Simon Marchi2-3/+16
2020-11-11aarch64: Allow LS64 feature with Armv8.6Przemyslaw Wirkus4-2/+10
2020-11-11readelf: Fix output of rnglists sectionBernd Edlinger2-2/+14
2020-11-11Fix Windows-x-PPC buildTom Tromey3-8/+13
2020-11-11gdb/riscv: add ability to decode dwarf CSR numbersAndrew Burgess3-0/+12
2020-11-11gdbserver: add missing --disable-packet options to help textAndrew Burgess2-2/+8
2020-11-11Automatic date update in version.inGDB Administrator1-1/+1
2020-11-10Make internalvar_name return a const char *Tom Tromey3-2/+7
2020-11-10Use "const" more in ax-gdb.cTom Tromey2-10/+16
2020-11-10Constify value_nsstringTom Tromey3-2/+7
2020-11-10Move include block to pathstuff.hTom Tromey3-4/+10
2020-11-10oops - forgot to include the changelog update for the latest binutils/dwarf.c...Nick Clifton1-0/+5
2020-11-10Fix bug in gdb.ada/bias.expTom Tromey3-6/+11
2020-11-10Prevent false passes in gdb.base/vla-optimized-out.expGary Benson2-1/+6
2020-11-10Prevent inlining in gdb.base/vla-optimized-out.cGary Benson2-2/+6
2020-11-10Fix gdb.cp/step-and-next-inline.exp with ClangGary Benson2-4/+23
2020-11-10Accept the DW_FORM_ref8 type when parsing DWARF types.Nick Clifton1-0/+16
2020-11-10Automatic date update in version.inGDB Administrator1-1/+1
2020-11-09Revert delta accidentally applied with commit 9372689d72f902c8bae90536acc4747...Nick Clifton1-24/+0
2020-11-09gas: improve reproducibility for stabs debugging data formatDenys Zagorui2-1/+7
2020-11-09asan: vms-alpha: stack buffer overflowAlan Modra2-1/+5
2020-11-09Add support for the LMBD (left-most bit detect) instruction to the PRU assemb...Spencer E. Olson8-16/+65
2020-11-09aarch64: Update LS64 feature with system registerPrzemyslaw Wirkus6-1/+77
2020-11-09aarch64: Limit Rt register number for LS64 load/store instructionsPrzemyslaw Wirkus13-202/+459
2020-11-09Fix regexp for development.expAndreas Schwab9-6/+21
2020-11-09Extend the DWARF decoder to display FORM names when operating in wide mode.Nick Clifton2-47/+109
2020-11-09elfedit false "may be used uninitialised"Alan Modra2-6/+8
2020-11-09xcoff dependency list for static librariesAlan Modra3-8/+37
2020-11-09Re: dependency list for static librariesHoward Chu2-2/+7
2020-11-09RISC-V: Update ABI to the elf_flags after parsing elf attributes.Nelson Chu18-47/+211
2020-11-09Automatic date update in version.inGDB Administrator1-1/+1
2020-11-08gold: Avoid sharing Plugin_list::iteratorH.J. Lu2-17/+25
2020-11-08Automatic date update in version.inGDB Administrator1-1/+1
2020-11-07Automatic date update in version.inGDB Administrator1-1/+1
2020-11-06gdb: fix debug expression dumping of function call expressionsAndrew Burgess11-55/+160