aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-26Use raw strings on gdb.python/py-xmethods.exp (and fix Python 3.8's "SyntaxWa...Sergio Durigan Junior2-18/+23
2019-08-26PR24938, Null Pointer Dereference in debug.c:debug_write_typeAlan Modra2-2/+9
2019-08-25RISC-V: Improve li expansion for better code density.Kito Cheng5-5/+108
2019-08-25dwarf2read: fix compilation issue with gcc 4.8Simon Marchi2-5/+11
2019-08-26Automatic date update in version.inGDB Administrator1-1/+1
2019-08-25dwarf2read: replace gdb::optional<bool> with enumSimon Marchi2-5/+16
2019-08-25Convert the RX target to make use of target descriptions.Yoshinori Sato8-115/+231
2019-08-25Automatic date update in version.inGDB Administrator1-1/+1
2019-08-24Fix compile warning in symtab.cChristian Biesinger2-6/+10
2019-08-24PowerPC64 segfault in ppc64_elf_edit_tocAlan Modra2-0/+10
2019-08-24Automatic date update in version.inGDB Administrator1-1/+1
2019-08-23Move gdb-dlfcn.[ch] to gdbsupport/Sergio Durigan Junior13-12/+38
2019-08-23Fix bug in nios2 prologue analysis.Sandra Loosemore2-3/+10
2019-08-23or1k: Fix incorrect value in PLT GOT entries, causing infinite loopStafford Horne2-2/+10
2019-08-23Stop the BFD library from failing when encountering a second set of relocs fo...Nick Clifton2-2/+19
2019-08-23PR24933, Memory leak in elf_x86_64_get_synthetic_symtabAlan Modra2-3/+10
2019-08-23Updated Swedish translation for the gas sub-directory.Nick Clifton2-49/+26
2019-08-23Prevent a potential illegal memory access in the DWARF parser when processing...Nick Clifton2-30/+48
2019-08-23Automatic date update in version.inGDB Administrator1-1/+1
2019-08-22Make GDB compile with Python 3 on MinGWChristian Biesinger3-9/+46
2019-08-22[gdb/testsuite] Make gdb_test message more informative in multi-term-settings...Tom de Vries2-2/+7
2019-08-22Arm: Add support for missing CPUsDennis Zhang8-0/+46
2019-08-22Fix an illegal memory access when dumping corrupt x86_64 PE unwind data.Nick Clifton2-9/+68
2019-08-22oops - omitted changelog entry from previous delta.Nick Clifton1-0/+6
2019-08-22Prevent a floating point exception in the dwarf parser when a CU or TU table ...Nick Clifton1-5/+6
2019-08-22Fix the assembler's floating point number parser so that it can correctly han...Bosco Garc?a5-7/+49
2019-08-22gdb/fortran: Remove some dead code from the parserAndrew Burgess2-11/+8
2019-08-22AArch64: Fix LD crash on weak and undefined TLS symbols. (PR/24602).Tamar Christina10-23/+153
2019-08-22Implement a float16 directive for assembling 16 bit IEEE 754 floating point n...Barnaby Wilks7-5/+70
2019-08-22[AArch64][gas] Update MTE system register encodingsKyrylo Tkachov4-20/+31
2019-08-22ARM CMSE symbolsAlan Modra4-27/+18
2019-08-22Automatic date update in version.inGDB Administrator1-1/+1
2019-08-21Fix nullptr in with_command_1Pedro Alves4-0/+13
2019-08-21Fix g++ 9.1 build breakageChristian Biesinger2-0/+6
2019-08-21gdb/djgpp: Add Hygon Dhyana processor supportJinke Fan2-3/+8
2019-08-21[gdb/testsuite] Stabilize gdb-caching-proc.exp test orderTom de Vries2-0/+5
2019-08-21Automatic date update in version.inGDB Administrator1-1/+1
2019-08-20Change some tui_data_window methods to be privateTom Tromey2-30/+39
2019-08-20Remove some defines from tui-data.hTom Tromey3-7/+12
2019-08-20Move some defines to tui-stack.cTom Tromey3-11/+21
2019-08-20Change tui_make_window to be a methodTom Tromey9-35/+49
2019-08-20Remove tui_data_window::display_regsTom Tromey3-7/+7
2019-08-20Remove indirection from tui_data_window::regs_contentTom Tromey3-34/+38
2019-08-20Add two methods to tui_data_windowTom Tromey4-35/+43
2019-08-20Change tui_check_register_values to be a methodTom Tromey4-20/+28
2019-08-20Rearrange tui-regs.c some moreTom Tromey2-23/+20
2019-08-20Change tui_data_item_window::content to be a unique_xmalloc_ptrTom Tromey5-36/+33
2019-08-20Remove tui_data_item_window::valueTom Tromey3-2/+6
2019-08-20Minor rearrangement in tui-regs.cTom Tromey2-53/+53
2019-08-20Remove NULL check from tui_reg_commandTom Tromey2-3/+5