Age | Commit message (Expand) | Author | Files | Lines |
2020-08-22 | Fix advance/until and multiple locations (PR gdb/26524)users/palves/advance-until-fixes | Pedro Alves | 3 | -41/+239 |
2020-08-22 | Fix advance/until and inline frames (PR gdb/26523) | Pedro Alves | 1 | -2/+4 |
2020-08-20 | gdb: fix typo "breapoint" -> "breakpoint" | Tankut Baris Aktemur | 5 | -4/+13 |
2020-08-20 | Apply a workaround to mitigate a quadratic performance hit in the linker when... | Nick Clifton | 4 | -7/+34 |
2020-08-20 | Fix for incorrect breakpoint set in case of flang compiled binary | Alok Kumar Sharma | 8 | -9/+62 |
2020-08-20 | Remove --reduce-memory-overheads and --hash-size arguments. | Martin Liska | 7 | -704/+47 |
2020-08-20 | Port gas/config/* to str_htab. | Martin Liska | 56 | -1214/+1114 |
2020-08-20 | Port dw2gencfi.c to str_htab. | Martin Liska | 2 | -14/+11 |
2020-08-20 | Port ecoff.c to str_hash. | Martin Liska | 2 | -20/+19 |
2020-08-20 | Add new string hash table based on htab_t. | Martin Liska | 2 | -0/+91 |
2020-08-20 | Use libiberty hash in gas/symbols.c. | Martin Liska | 2 | -38/+95 |
2020-08-20 | Use libiberty hash in gas/read.c. | Martin Liska | 4 | -15/+77 |
2020-08-20 | Use libiberty hash in gas/macro.c. | Martin Liska | 4 | -39/+159 |
2020-08-20 | gas/hash.c: add new functions | Martin Liska | 4 | -0/+41 |
2020-08-20 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2020-08-19 | PR26349, FAIL: binutils-all/pr25543 on hpux | Alan Modra | 2 | -31/+10 |
2020-08-18 | gdb: add linux_nat_debug_printf macro | Simon Marchi | 2 | -393/+231 |
2020-08-19 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2020-08-19 | Correct vcmpsq, vcmpuq and xvtlsbb BF field | Alan Modra | 6 | -6/+17 |
2020-08-18 | gdb/Makefile.in: Add DEBUGINFOD_CFLAGS, DEBUGINFOD_LIBS variables. | Aaron Merey | 2 | -2/+12 |
2020-08-18 | Add ChangeLog entries for previous commit. | Peter Bergner | 2 | -0/+10 |
2020-08-18 | PowerPC: Rename xvcvbf16sp to xvcvbf16spn | Peter Bergner | 3 | -3/+3 |
2020-08-18 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2020-08-17 | gdb: fix IA64 build failure of linux-nat | Sergei Trofimovich | 2 | -0/+6 |
2020-08-17 | Update xfail pattern in gdb.rust/simple.exp | Tom Tromey | 2 | -1/+8 |
2020-08-17 | Fix MI crash with Ada string access | Tom Tromey | 7 | -4/+154 |
2020-08-17 | Convert CORE_ADDR to Python using gdb_py_object_from_ulongest | Tom Tromey | 4 | -4/+14 |
2020-08-17 | gdb: fix wrong indentation in symbol_needs_eval_context | Simon Marchi | 2 | -13/+17 |
2020-08-17 | gdb: use bool in dwarf2_loc_desc_get_symbol_read_needs | Simon Marchi | 2 | -4/+8 |
2020-08-17 | gas: Fix internal error in S_SET_SEGMENT | Alex Coplan | 5 | -1/+26 |
2020-08-17 | [gdb] Fix printing of unresolved dynamic type | Tom de Vries | 2 | -7/+34 |
2020-08-17 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2020-08-16 | PowerPC64 inline PLT call tests | Alan Modra | 11 | -0/+173 |
2020-08-16 | ld: Add a PR binutils/26389 test | H.J. Lu | 4 | -0/+15 |
2020-08-16 | [gdb/testsuite] Add gdb.base/eh_return.exp | Tom de Vries | 3 | -0/+151 |
2020-08-16 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2020-08-15 | [gdb/testsuite] Fix charlen type in mixed-lang-stack.c | Tom de Vries | 2 | -1/+14 |
2020-08-15 | [gdb/backtrace] Fix printing of fortran string args | Tom de Vries | 4 | -13/+35 |
2020-08-15 | Set SEC_SMALL_DATA on small common | Alan Modra | 15 | -14/+37 |
2020-08-15 | PR26389, nm prints "c" for a common symbol with -flto and -fcommon | Alan Modra | 9 | -13/+28 |
2020-08-15 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2020-08-14 | [PowerPC] Always clear watchpoint with PTRACE_SET_DEBUGREG | Pedro Franco de Carvalho | 2 | -9/+18 |
2020-08-14 | [PowerPC] Use < 0 and >= 0 for watchpoint ptrace calls | Pedro Franco de Carvalho | 2 | -4/+10 |
2020-08-14 | gdb: add gdb_argv::as_array_view method | Simon Marchi | 4 | -1/+42 |
2020-08-14 | Allow larger bfd_default_hash_table_size | Alan Modra | 2 | -13/+18 |
2020-08-14 | PR26388, objdump debug dump memory leaks | Alan Modra | 3 | -13/+21 |
2020-08-14 | Readelf demangling test typo | Alan Modra | 2 | -3/+6 |
2020-08-14 | AArch64: Relax thumb-plt testcases regexpr. | Tamar Christina | 3 | -4/+9 |
2020-08-14 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2020-08-14 | gdb: Implement native dumpcore function for NetBSD | Kamil Rytarowski | 2 | -0/+22 |