aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-17Introduce tui_data_window::last_regs_line_no methodTom Tromey4-10/+22
2019-07-17Remove deleted breakpoint from TUI displayTom Tromey4-22/+44
2019-07-17Consolidate "if"s in tui_show_frame_infoTom Tromey2-35/+31
2019-07-17Remove some uses of TUI_WIN_SRCTom Tromey4-27/+40
2019-07-17Check can_highlight in tui_check_and_display_highlight_if_neededTom Tromey2-1/+6
2019-07-17Introduce can_scroll methodTom Tromey3-4/+21
2019-07-17Rename field_int to field_signedTom Tromey33-156/+220
2019-07-17gdb: Remove a non-const reference parameterAndrew Burgess8-48/+43
2019-07-17Remove a VEC from s390-linux-nat.cTom Tromey2-48/+49
2019-07-17x86: replace "anymem" checks where possibleJan Beulich2-8/+22
2019-07-17x86: drop stale Mem enumeratorJan Beulich3-4/+24
2019-07-17Automatic date update in version.inGDB Administrator1-1/+1
2019-07-16x86: make RegMem an opcode modifierJan Beulich8-16499/+20448
2019-07-16x86: fold SReg{2,3}Jan Beulich15-24263/+13987
2019-07-15Fix build for aarch64, arm, and riscv FreeBSD native targets.John Baldwin4-24/+30
2019-07-15Add include of gdbarch.h.John Baldwin2-0/+5
2019-07-16Automatic date update in version.inGDB Administrator1-1/+1
2019-07-15Fix a FIXME in mi-out.cTom Tromey2-4/+5
2019-07-15Introduce field_unsignedTom Tromey10-18/+74
2019-07-15Use field_string in more placesTom Tromey8-13/+24
2019-07-15Use field_core_addr in more placesTom Tromey5-8/+17
2019-07-15cpu,opcodes,gas: fix explicit arguments to eBPF ldabs instructionsJose E. Marchesi11-127/+119
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