aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Reverts patches providing octet support in dwarfChristian Eggers4-63/+22
2019-11-25Automatic date update in version.inGDB Administrator1-1/+1
2019-11-24Include gdbarch.h in m68k-linux-nat.cSimon Marchi2-0/+5
2019-11-24Use bool in require_partial_symbolsTom Tromey4-20/+37
2019-11-24Automatic date update in version.inGDB Administrator1-1/+1
2019-11-23Automatic date update in version.inGDB Administrator1-1/+1
2019-11-22Restore parameter names in observable.hTom Tromey2-80/+93
2019-11-22Avoid crash in print_ada_task_infoTom Tromey5-6/+29
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger57-376/+481
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger52-201/+320
2019-11-22Create a correctly-sized demangled names hashtableChristian Biesinger2-2/+18
2019-11-22[gdb/contrib] Improve words extraction in words.sh scriptTom de Vries2-1/+6
2019-11-22[gdb/contrib] Combine sed invocations in words.sh scriptTom de Vries2-5/+10
2019-11-22Arm: Change CRC from fpu feature to archititectural extensionMihail Ionescu8-44/+106
2019-11-22Update the linker documentation regarding the /DISCARD/ linker script section...Nick Clifton2-0/+10
2019-11-22Replace unnecessary null check with a cast.Nick Clifton2-1/+6
2019-11-22Automatic date update in version.inGDB Administrator1-1/+1
2019-11-21Rename demangle.c to gdb-demangle.c, and some cleanupChristian Biesinger5-5/+17
2019-11-21Handle %I64d in format_piecesTom Tromey3-21/+48
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot29-58/+269
2019-11-21Fix potentially undefined behaviour in the linker when parsing input statements.Nick Clifton2-1/+6
2019-11-21gdb/testsuite: skip gdb.arch/amd64-eval.exp when target is not x86_64Lukas Durfina2-0/+9
2019-11-21gdb: remove gen_ret_current_ui_field_ptrSimon Marchi2-12/+35
2019-11-21PR273, SOM size -AAlan Modra3-3/+18
2019-11-21Fix potential buffer overrun in objcopy's note merging code.Nick Clifton2-3/+14
2019-11-21ARM cmse_scan segfaultAlan Modra2-2/+10
2019-11-21[gdb] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI modeTom de Vries4-0/+35
2019-11-21PR46, cygwin: FAIL: cdtest with -UrAlan Modra8-13/+41
2019-11-21Automatic date update in version.inGDB Administrator1-1/+1
2019-11-20Add missing parentheses on 'print' (gdb.python/py-progspace.exp)Sergio Durigan Junior2-3/+8
2019-11-20Improve target description check for SVE in gdbserverLuis Machado4-1/+29
2019-11-20PR24944, gas doesn't read enough digits when parsing a floating point numberAlan Modra4-8/+23
2019-11-20cpu: fix comment in bpf.cpuJose E. Marchesi2-1/+5
2019-11-20Automatic date update in version.inGDB Administrator1-1/+1
2019-11-19Fix the "winheight" commandTom Tromey6-27/+71
2019-11-19Replace "if (attr)" with "if (attr != nullptr)".Ali Tamur2-48/+75
2019-11-19Report GetLastError value when DebugActiveProcess failsTom Tromey2-1/+7
2019-11-19PR24499, ignore --add-gnu-debuglink for archivesAlan Modra2-0/+13
2019-11-19PR24968, make objcopy use output ELF arch if -B not givenAlan Modra2-2/+16
2019-11-19PR25191, internal error in _bfd_elf_set_section_contentsAlan Modra2-10/+24
2019-11-19PR25197, assertion fail coffgen.cAlan Modra2-15/+19
2019-11-19Add space between program name and file for objcopy/strip/objdump messagesAlan Modra2-6/+11
2019-11-19gdb/testsuite: Merge whatis.exp and ctf-whatis.expAndrew Burgess4-1142/+469
2019-11-19gdb/testsuite: Merge cvexpr.exp and ctf-cvexpr.expAndrew Burgess3-718/+247
2019-11-19gdb/testsuite: Introduce skip_ctf_tests guard functionAndrew Burgess5-20/+42
2019-11-18Fix crash with core + TUI + runSergio Durigan Junior4-5/+74
2019-11-19Automatic date update in version.inGDB Administrator1-1/+1
2019-11-19[GOLD] OSABI not set when STT_GNU_IFUNC or STB_GNU_UNIQUE symbols outputAlan Modra4-4/+52
2019-11-19PR25200, SIGSEGV in _bfd_elf_validate_relocAlan Modra3-23/+12
2019-11-18Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...Philippe Waroquiers9-0/+21