Age | Commit message (Expand) | Author | Files | Lines |
2019-12-12 | Ravenscar port for RISC-V | Tom Tromey | 1 | -0/+3 |
2019-12-04 | Compare iterators, not values, in filtered_iterator::operator{==,!=} | Simon Marchi | 1 | -0/+1 |
2019-12-01 | Fix latent bug in tui_copy_source_line | Tom Tromey | 1 | -0/+1 |
2019-11-26 | Demangle minsyms in parallel | Tom Tromey | 1 | -0/+1 |
2019-11-26 | Implement a thread pool | Christian Biesinger | 1 | -0/+2 |
2019-11-26 | Introduce run_on_main_thread | Tom Tromey | 1 | -0/+3 |
2019-11-26 | Add RAII class for blocking gdb signals | Tom Tromey | 1 | -0/+1 |
2019-11-26 | Add configure check for std::thread | Tom Tromey | 1 | -4/+8 |
2019-11-21 | Rename demangle.c to gdb-demangle.c, and some cleanup | Christian Biesinger | 1 | -1/+1 |
2019-11-15 | Use gnulib's strerror_r on MinGW | Christian Biesinger | 1 | -3/+2 |
2019-11-10 | gdb_vecs.h: Avoid self move assign | Andrew Burgess | 1 | -0/+1 |
2019-10-29 | Replace bsearch with a std::lower_bound-based search | Christian Biesinger | 1 | -0/+1 |
2019-10-23 | Fix opcodes includes | Tom Tromey | 1 | -1/+5 |
2019-10-23 | Move readline to the readline/readline subdirectory | Tom Tromey | 1 | -2/+2 |
2019-10-22 | Use libxxhash for hashing, if present | Christian Biesinger | 1 | -2/+6 |
2019-10-21 | Fix creation of nm.h when configure is changed | Tom Tromey | 1 | -2/+7 |
2019-10-17 | Fix creation of stamp-h by gdb's configure script | Tom Tromey | 1 | -15/+3 |
2019-10-16 | Create xml-builtin.h to declare xml_builtins | Christian Biesinger | 1 | -0/+1 |
2019-10-15 | gdb: Remove vec.{c,h} and update code to not include vec.h | Andrew Burgess | 1 | -2/+0 |
2019-10-07 | gdb: CTF support | Weimin Pan | 1 | -2/+7 |
2019-10-07 | Renaming of ctf (the trace format) files | Weimin Pan | 1 | -2/+2 |
2019-10-02 | Fix type of startup_with_shell in gdbserver | Tom Tromey | 1 | -0/+1 |
2019-09-26 | Remove gdb_usleep.c | Tom Tromey | 1 | -2/+0 |
2019-09-20 | Remove Cell Broadband Engine debugging support | Ulrich Weigand | 1 | -9/+0 |
2019-08-23 | Move gdb-dlfcn.[ch] to gdbsupport/ | Sergio Durigan Junior | 1 | -2/+2 |
2019-08-07 | Add a selftest that checks documentation invariants. | Philippe Waroquiers | 1 | -0/+1 |
2019-08-06 | [PR build/24886] disable glibc mcheck support | Frank Ch. Eigler | 1 | -1/+0 |
2019-07-19 | Arm: Add read_description read funcs and use in GDB | Alan Hayward | 1 | -0/+5 |
2019-07-17 | Rearrange TUI data window code | Tom Tromey | 1 | -1/+0 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -73/+73 |
2019-06-14 | Move gnulib to top level | Tom Tromey | 1 | -31/+4 |
2019-06-13 | Introduce generic command options framework | Pedro Alves | 1 | -0/+2 |
2019-06-13 | New set/show testing framework (gdb.base/settings.exp) | Pedro Alves | 1 | -0/+1 |
2019-06-11 | Move gdb's xmalloc and friends to new file | Tom Tromey | 1 | -0/+1 |
2019-04-04 | Move type stack handling to a new class | Tom Tromey | 1 | -0/+2 |
2019-02-12 | Add a new function child_path. | John Baldwin | 1 | -0/+1 |
2019-02-07 | C++-ify struct thread_fsm | Tom Tromey | 1 | -1/+0 |
2019-01-25 | Don't use -I for common subdirectory | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-28 | Highlight source code using GNU Source Highlight | Tom Tromey | 1 | -2/+10 |
2018-12-28 | Add output styles to gdb | Tom Tromey | 1 | -0/+2 |
2018-12-28 | Introduce ui_file_style | Tom Tromey | 1 | -0/+3 |
2018-12-27 | Build gdb "nat" files in subdirectory | Tom Tromey | 1 | -6/+3 |
2018-12-27 | Make init.c depend on source files | Tom Tromey | 1 | -24/+11 |
2018-12-27 | Remove gdbtypes special case from init.c rule | Tom Tromey | 1 | -15/+1 |
2018-12-27 | Remove empty nm-fbsd.h header for FreeBSD/i386 native target. | John Baldwin | 1 | -1/+0 |
2018-12-14 | Minor gdb/Makefile.in cleanups | Tom Tromey | 1 | -7/+1 |
2018-12-08 | gdb/or1k: Add linux debugging support | Stafford Horne | 1 | -0/+1 |
2018-11-30 | Introduce process_stratum_target | Pedro Alves | 1 | -0/+1 |
2018-11-30 | Move test_target_ops to a separate file | Pedro Alves | 1 | -0/+1 |