aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-15Fix __bss_start assertion failure in _bfd_elf_fix_symbol_flagsAlan Modra2-3/+15
2019-07-15Automatic date update in version.inGDB Administrator1-1/+1
2019-07-14cpu,opcodes,gas: fix arguments to ldabs and ldind eBPF instructionsJose E. Marchesi9-74/+91
2019-07-14[gdb/testsuite] Fix unterminated string in gdb.objc/basicclass.expTom de Vries2-1/+6
2019-07-13adjust src-release following the renaming of gdb/common/ to gdb/gdbsupport/Joel Brobecker2-0/+9
2019-07-14Automatic date update in version.inGDB Administrator1-1/+1
2019-07-13Dynamic TLS section symbolsAlan Modra50-348/+427
2019-07-13PR24786, wrong LMA if first section in overlay is emptyAlan Modra3-8/+21
2019-07-13[GOLD] PowerPC R_PPC64_PCREL_OPT supportAlan Modra2-12/+177
2019-07-13[GOLD] PowerPC got reloc optimisationAlan Modra2-11/+104
2019-07-13[GOLD] PowerPC relocations for prefix insnsAlan Modra4-12/+485
2019-07-13[GOLD] PowerPC notoc eh_frameAlan Modra6-117/+190
2019-07-13[GOLD] PowerPC64 ELFv2 notoc supportAlan Modra4-261/+752
2019-07-13Automatic date update in version.inGDB Administrator1-1/+1
2019-07-12gdb: Better support for dynamic properties with negative valuesAndrew Burgess7-0/+103
2019-07-12gdb: Carry default property type around with dynamic propertiesAndrew Burgess4-50/+125
2019-07-12gdb/dwarf: Ensure the target type of ranges is not voidAndrew Burgess3-40/+63
2019-07-12gdb: Convert dwarf2_evaluate_property to return boolAndrew Burgess4-17/+23
2019-07-12gdb: Update type of lower bound in value_subscripted_rvalueAndrew Burgess3-2/+9
2019-07-12[readline] Fix heap-buffer-overflow in update_lineTom de Vries2-0/+12
2019-07-12Automatic date update in version.inGDB Administrator1-1/+1
2019-07-11gdb: Add command completers for some info commandsAndrew Burgess6-11/+64
2019-07-11gdb: Make use of gdb::option framework for some info commandsAndrew Burgess5-171/+99
2019-07-11gdb: Allow quoting around string options in the gdb::option frameworkAndrew Burgess6-20/+123
2019-07-11Remove init_cli_cmdsTom Tromey7-21/+18
2019-07-11Fix use-after-move bug in add_thread_objectTom Tromey2-1/+6
2019-07-10Make value_must_coerce_to_target return a boolSimon Marchi3-7/+15
2019-07-10breakpoint: Make is_*point functions return boolSimon Marchi3-30/+47
2019-07-11Automatic date update in version.inGDB Administrator1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey103-8/+144
2019-07-10Change Ada catchpoints to be bp_catchpointTom Tromey11-22/+58
2019-07-10Change arm-tdep.c to use type-safe registryTom Tromey2-52/+38
2019-07-10Change solib-spu.c to use type-safe registryTom Tromey2-7/+11
2019-07-10Change solib-aix.c to use type-safe registryTom Tromey2-97/+62
2019-07-10Change solib-dsbt.c to use type-safe registryTom Tromey2-28/+19
2019-07-10Change spu-tdep.c to use type-safe registryTom Tromey2-6/+12
2019-07-10Change dbxread.c to use type-safe registryTom Tromey3-43/+42
2019-07-10Change jit.c to use type-safe registryTom Tromey2-29/+19
2019-07-10Change solib-darwin.c to use type-safe registryTom Tromey2-19/+12
2019-07-10Change remote-sim.c to use type-safe registryTom Tromey2-50/+42
2019-07-10Reduce manual reference counting in py-inferior.cTom Tromey4-22/+39
2019-07-10Specialize value_cast error message for AdaTom Tromey2-1/+6
2019-07-10arm-dis.c (print_insn_coprocessor): Rename index to index_operand.Hans-Peter Nilsson2-5/+10
2019-07-10Update breakpoint_1's documentationSimon Marchi2-26/+36
2019-07-10Make some bpstat functions use boolSimon Marchi3-20/+27
2019-07-10Arm: Create feature files for Arm target descriptionsAlan Hayward11-15/+326
2019-07-10Restore original GDB prompt in define.expRichard Bunt2-1/+15
2019-07-10Arm: Minor style cleanupsAlan Hayward4-46/+39
2019-07-10Regenerate aarch64-pauth.cAlan Hayward2-1/+4
2019-07-09Make bpstat_what::is_longjmp a boolSimon Marchi3-2/+8