Age | Commit message (Expand) | Author | Files | Lines |
2019-11-21 | Hi Andrewusers/simark/mi-symbols-output | Simon Marchi | 1 | -153/+61 |
2019-11-20 | gdb/mi: Add new commands -symbol-info-{functions,variables,types} | Andrew Burgess | 11 | -6/+827 |
2019-11-20 | gdb: Split print_symbol_info into two parts | Andrew Burgess | 3 | -35/+73 |
2019-11-20 | gdb: Introduce global_symbol_searcher | Andrew Burgess | 4 | -100/+124 |
2019-11-21 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-11-20 | Add missing parentheses on 'print' (gdb.python/py-progspace.exp) | Sergio Durigan Junior | 2 | -3/+8 |
2019-11-20 | Improve target description check for SVE in gdbserver | Luis Machado | 4 | -1/+29 |
2019-11-20 | PR24944, gas doesn't read enough digits when parsing a floating point number | Alan Modra | 4 | -8/+23 |
2019-11-20 | cpu: fix comment in bpf.cpu | Jose E. Marchesi | 2 | -1/+5 |
2019-11-20 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-11-19 | Fix the "winheight" command | Tom Tromey | 6 | -27/+71 |
2019-11-19 | Replace "if (attr)" with "if (attr != nullptr)". | Ali Tamur | 2 | -48/+75 |
2019-11-19 | Report GetLastError value when DebugActiveProcess fails | Tom Tromey | 2 | -1/+7 |
2019-11-19 | PR24499, ignore --add-gnu-debuglink for archives | Alan Modra | 2 | -0/+13 |
2019-11-19 | PR24968, make objcopy use output ELF arch if -B not given | Alan Modra | 2 | -2/+16 |
2019-11-19 | PR25191, internal error in _bfd_elf_set_section_contents | Alan Modra | 2 | -10/+24 |
2019-11-19 | PR25197, assertion fail coffgen.c | Alan Modra | 2 | -15/+19 |
2019-11-19 | Add space between program name and file for objcopy/strip/objdump messages | Alan Modra | 2 | -6/+11 |
2019-11-19 | gdb/testsuite: Merge whatis.exp and ctf-whatis.exp | Andrew Burgess | 4 | -1142/+469 |
2019-11-19 | gdb/testsuite: Merge cvexpr.exp and ctf-cvexpr.exp | Andrew Burgess | 3 | -718/+247 |
2019-11-19 | gdb/testsuite: Introduce skip_ctf_tests guard function | Andrew Burgess | 5 | -20/+42 |
2019-11-18 | Fix crash with core + TUI + run | Sergio Durigan Junior | 4 | -5/+74 |
2019-11-19 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-11-19 | [GOLD] OSABI not set when STT_GNU_IFUNC or STB_GNU_UNIQUE symbols output | Alan Modra | 4 | -4/+52 |
2019-11-19 | PR25200, SIGSEGV in _bfd_elf_validate_reloc | Alan Modra | 3 | -23/+12 |
2019-11-18 | Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func... | Philippe Waroquiers | 9 | -0/+21 |
2019-11-18 | Don't use class-initialization for the owner union | Christian Biesinger | 2 | -1/+9 |
2019-11-18 | elf_backend_init_file_header | Alan Modra | 20 | -107/+154 |
2019-11-18 | elf_backend_modify_headers | Alan Modra | 13 | -196/+230 |
2019-11-18 | PR25196, abort in rewrite_elf_program_header | Alan Modra | 4 | -4/+19 |
2019-11-18 | gas: Add --gdwarf-cie-version command line flag | Andrew Burgess | 15 | -3/+129 |
2019-11-18 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-11-18 | PR25198, use of out of date pointer | Alan Modra | 2 | -2/+6 |
2019-11-17 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-11-16 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-11-15 | Use gnulib's strerror_r on MinGW | Christian Biesinger | 11 | -122/+23 |
2019-11-15 | Add no-dist to gnulib configure | Tom Tromey | 6 | -818/+25 |
2019-11-15 | Minor updates to readline configury | Tom Tromey | 5 | -14/+10 |
2019-11-15 | Use ctime_r and localtime_r for threadsafety | Christian Biesinger | 3 | -3/+15 |
2019-11-15 | Import the time_r gnulib module | Christian Biesinger | 14 | -6/+277 |
2019-11-15 | Import the strerror_r-posix module and use it in GDB. | Christian Biesinger | 29 | -163/+6663 |
2019-11-15 | Generate gnulib's toplevel Makefile.in using automake | Christian Biesinger | 6 | -356/+1952 |
2019-11-15 | Revert previous delta. | Nick Clifton | 3 | -2/+8 |
2019-11-14 | Update README | Christian Biesinger | 2 | -1/+24 |
2019-11-15 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-11-14 | Allow re-assigning to convenience variables | Tom Tromey | 4 | -1/+33 |
2019-11-14 | [gdb/doc] Fix typos | Tom de Vries | 4 | -31/+37 |
2019-11-14 | Another attempt at fixing building gprof with gmake. | Nick Clifton | 3 | -4/+10 |
2019-11-14 | gdb: fix build error in unittests/vec-utils-selftests.c | Simon Marchi | 2 | -0/+14 |
2019-11-14 | x86: drop redundant SYSCALL/SYSRET templates | Jan Beulich | 3 | -26/+5 |