Age | Commit message (Expand) | Author | Files | Lines |
2019-11-28 | gas/riscv: Produce version 3 DWARF CIE by default | Andrew Burgess | 8 | -10/+61 |
2019-11-28 | gas: Check for overflow on return column in version 1 CIE DWARF | Andrew Burgess | 5 | -1/+36 |
2019-11-28 | binutils/gas/riscv: Add DWARF register numbers for CSRs | Andrew Burgess | 6 | -3/+574 |
2019-11-28 | binutils: Make DWARF register name lookup be via a function pointer | Andrew Burgess | 2 | -8/+51 |
2019-11-28 | binutils: Make some functions static in dwarf.c | Andrew Burgess | 3 | -12/+21 |
2019-11-28 | binutils: Add a new function to initialise DWARF register name state | Andrew Burgess | 4 | -36/+63 |
2019-11-28 | binutils: Rename init_dwarf_regnames | Andrew Burgess | 4 | -3/+11 |
2019-11-28 | binutils: Be more forgiving of targets with large numbers of registers | Andrew Burgess | 2 | -2/+8 |
2019-11-28 | gas/riscv: Remove unneeded structure | Andrew Burgess | 2 | -7/+6 |
2019-11-28 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-11-27 | Add missing ChangeLog entry for the previous commit | Christian Biesinger | 1 | -0/+4 |
2019-11-27 | Add a NEWS entry for multithreaded symbol loading | Christian Biesinger | 1 | -1/+5 |
2019-11-27 | Turn off threaded minsym demangling by default | Christian Biesinger | 4 | -4/+33 |
2019-11-27 | Compute msymbol hash codes in parallel | Christian Biesinger | 2 | -15/+41 |
2019-11-27 | Precompute hash value for symbol_set_names | Christian Biesinger | 4 | -6/+42 |
2019-11-27 | gdb/testsuite: Fix race condition compiling fortran test | Andrew Burgess | 2 | -1/+6 |
2019-11-27 | Test case for BZ 25065 | Kevin Buettner | 3 | -0/+218 |
2019-11-27 | Fix BZ 25065 - Ensure that physnames are computed for inherited DIEs | Kevin Buettner | 2 | -0/+8 |
2019-11-27 | Remove some unnecessary backslashes | Tom Tromey | 3 | -3/+9 |
2019-11-27 | Replace SYMBOL_SET_LINKAGE_NAME with a member function | Christian Biesinger | 7 | -25/+37 |
2019-11-27 | gdb/mi: Add -symbol-info-modules command | Andrew Burgess | 11 | -0/+286 |
2019-11-27 | gdb/mi: Add new commands -symbol-info-{functions,variables,types} | Andrew Burgess | 11 | -6/+730 |
2019-11-27 | gdb: Split print_symbol_info into two parts | Andrew Burgess | 3 | -34/+72 |
2019-11-27 | gdb: Introduce global_symbol_searcher | Andrew Burgess | 4 | -128/+161 |
2019-11-27 | PR23652, Use symbols from debug bfd for _bfd_elf_find_function properly | Alan Modra | 6 | -10/+34 |
2019-11-27 | PR23652, Use symbols from debug bfd for _bfd_elf_find_function | Alan Modra | 6 | -253/+147 |
2019-11-27 | Correct R_SH_IND12W handling | Alan Modra | 3 | -17/+20 |
2019-11-27 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-11-26 | Fix mingw build of gdb | Tom Tromey | 2 | -2/+7 |
2019-11-26 | Let commands free "name" | Tom Tromey | 6 | -20/+32 |
2019-11-26 | Add add_internal_function overload | Tom Tromey | 4 | -13/+54 |
2019-11-26 | Use cmd_list_element::doc_allocated for Python commands | Tom Tromey | 2 | -3/+7 |
2019-11-26 | Set names of worker threads | Tom Tromey | 8 | -9/+45 |
2019-11-26 | Use run_on_main_thread in gdb.post_event | Tom Tromey | 2 | -72/+71 |
2019-11-26 | Add maint set/show worker-threads | Tom Tromey | 5 | -0/+77 |
2019-11-26 | Demangle minsyms in parallel | Tom Tromey | 6 | -18/+158 |
2019-11-26 | Implement a thread pool | Christian Biesinger | 4 | -0/+228 |
2019-11-26 | Introduce thread-safe way to handle SIGSEGV | Tom Tromey | 4 | -73/+131 |
2019-11-26 | Introduce run_on_main_thread | Tom Tromey | 5 | -0/+218 |
2019-11-26 | Introduce alternate_signal_stack RAII class | Tom Tromey | 3 | -24/+78 |
2019-11-26 | Add RAII class for blocking gdb signals | Tom Tromey | 17 | -38/+391 |
2019-11-26 | Add configure check for std::thread | Tom Tromey | 11 | -6/+1615 |
2019-11-26 | Defer minimal symbol name-setting | Tom Tromey | 3 | -1/+28 |
2019-11-26 | Fix crashes due to python GIL released too early | Philippe Waroquiers | 2 | -1/+7 |
2019-11-26 | Fix declaration of sparc_xfer_wcookie | Simon Marchi | 2 | -1/+6 |
2019-11-26 | Remove simulator_command declaration, make static | Simon Marchi | 2 | -3/+6 |
2019-11-26 | Make functions static in unittests | Simon Marchi | 40 | -103/+199 |
2019-11-26 | Remove declaration of tui_set_var_cmd, make definition static | Simon Marchi | 3 | -4/+7 |
2019-11-26 | Remove unused rbreak_command_wrapper and other declarations | Simon Marchi | 3 | -11/+6 |
2019-11-26 | Remove info_terminal_command declaration, make definition static | Simon Marchi | 3 | -3/+6 |