aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-22Fix advance/until and multiple locations (PR gdb/26524)users/palves/advance-until-fixesPedro Alves3-41/+239
2020-08-22Fix advance/until and inline frames (PR gdb/26523)Pedro Alves1-2/+4
2020-08-20gdb: fix typo "breapoint" -> "breakpoint"Tankut Baris Aktemur5-4/+13
2020-08-20Apply a workaround to mitigate a quadratic performance hit in the linker when...Nick Clifton4-7/+34
2020-08-20Fix for incorrect breakpoint set in case of flang compiled binaryAlok Kumar Sharma8-9/+62
2020-08-20Remove --reduce-memory-overheads and --hash-size arguments.Martin Liska7-704/+47
2020-08-20Port gas/config/* to str_htab.Martin Liska56-1214/+1114
2020-08-20Port dw2gencfi.c to str_htab.Martin Liska2-14/+11
2020-08-20Port ecoff.c to str_hash.Martin Liska2-20/+19
2020-08-20Add new string hash table based on htab_t.Martin Liska2-0/+91
2020-08-20Use libiberty hash in gas/symbols.c.Martin Liska2-38/+95
2020-08-20Use libiberty hash in gas/read.c.Martin Liska4-15/+77
2020-08-20Use libiberty hash in gas/macro.c.Martin Liska4-39/+159
2020-08-20gas/hash.c: add new functionsMartin Liska4-0/+41
2020-08-20Automatic date update in version.inGDB Administrator1-1/+1
2020-08-19PR26349, FAIL: binutils-all/pr25543 on hpuxAlan Modra2-31/+10
2020-08-18gdb: add linux_nat_debug_printf macroSimon Marchi2-393/+231
2020-08-19Automatic date update in version.inGDB Administrator1-1/+1
2020-08-19Correct vcmpsq, vcmpuq and xvtlsbb BF fieldAlan Modra6-6/+17
2020-08-18gdb/Makefile.in: Add DEBUGINFOD_CFLAGS, DEBUGINFOD_LIBS variables.Aaron Merey2-2/+12
2020-08-18Add ChangeLog entries for previous commit.Peter Bergner2-0/+10
2020-08-18PowerPC: Rename xvcvbf16sp to xvcvbf16spnPeter Bergner3-3/+3
2020-08-18Automatic date update in version.inGDB Administrator1-1/+1
2020-08-17gdb: fix IA64 build failure of linux-natSergei Trofimovich2-0/+6
2020-08-17Update xfail pattern in gdb.rust/simple.expTom Tromey2-1/+8
2020-08-17Fix MI crash with Ada string accessTom Tromey7-4/+154
2020-08-17Convert CORE_ADDR to Python using gdb_py_object_from_ulongestTom Tromey4-4/+14
2020-08-17gdb: fix wrong indentation in symbol_needs_eval_contextSimon Marchi2-13/+17
2020-08-17gdb: use bool in dwarf2_loc_desc_get_symbol_read_needsSimon Marchi2-4/+8
2020-08-17gas: Fix internal error in S_SET_SEGMENTAlex Coplan5-1/+26
2020-08-17[gdb] Fix printing of unresolved dynamic typeTom de Vries2-7/+34
2020-08-17Automatic date update in version.inGDB Administrator1-1/+1
2020-08-16PowerPC64 inline PLT call testsAlan Modra11-0/+173
2020-08-16ld: Add a PR binutils/26389 testH.J. Lu4-0/+15
2020-08-16[gdb/testsuite] Add gdb.base/eh_return.expTom de Vries3-0/+151
2020-08-16Automatic date update in version.inGDB Administrator1-1/+1
2020-08-15[gdb/testsuite] Fix charlen type in mixed-lang-stack.cTom de Vries2-1/+14
2020-08-15[gdb/backtrace] Fix printing of fortran string argsTom de Vries4-13/+35
2020-08-15Set SEC_SMALL_DATA on small commonAlan Modra15-14/+37
2020-08-15PR26389, nm prints "c" for a common symbol with -flto and -fcommonAlan Modra9-13/+28
2020-08-15Automatic date update in version.inGDB Administrator1-1/+1
2020-08-14[PowerPC] Always clear watchpoint with PTRACE_SET_DEBUGREGPedro Franco de Carvalho2-9/+18
2020-08-14[PowerPC] Use < 0 and >= 0 for watchpoint ptrace callsPedro Franco de Carvalho2-4/+10
2020-08-14gdb: add gdb_argv::as_array_view methodSimon Marchi4-1/+42
2020-08-14Allow larger bfd_default_hash_table_sizeAlan Modra2-13/+18
2020-08-14PR26388, objdump debug dump memory leaksAlan Modra3-13/+21
2020-08-14Readelf demangling test typoAlan Modra2-3/+6
2020-08-14AArch64: Relax thumb-plt testcases regexpr.Tamar Christina3-4/+9
2020-08-14Automatic date update in version.inGDB Administrator1-1/+1
2020-08-14gdb: Implement native dumpcore function for NetBSDKamil Rytarowski2-0/+22