Age | Commit message (Expand) | Author | Files | Lines |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -20/+20 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-09-07 | gdb: make thread_info::executing private | Andrew Burgess | 1 | -1/+1 |
2021-07-23 | gdb: make inferior::m_terminal an std::string | Simon Marchi | 1 | -28/+18 |
2021-07-12 | gdb: make thread_info::suspend private, add getters / setters | Simon Marchi | 1 | -1/+1 |
2021-06-17 | Move scoped_ignore_sigttou to gdbsupport/ | Pedro Alves | 1 | -1/+1 |
2021-05-19 | inflow.c: Do not leak tty. | Alexandra Hájková | 1 | -1/+1 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-04-13 | Move gdb_select.h to gdbsupport/ | Tom Tromey | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-26 | Remove info_terminal_command declaration, make definition static | Simon Marchi | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-05-29 | Add new GCC 9 warnings to warnings.m4 | Tom Tromey | 1 | -0/+2 |
2019-05-28 | Suppress SIGTTOU when handling errors | Alan Hayward | 1 | -29/+0 |
2019-05-08 | Convert inflow to type-safe registry API | Tom Tromey | 1 | -37/+18 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -4/+2 |
2018-10-23 | Avoid GDB SIGTTOU on catch exec + set follow-exec-mode new (PR 23368) | Simon Marchi | 1 | -0/+16 |
2018-07-22 | Unused variable fixes related to conditional compilation | Tom Tromey | 1 | -2/+4 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -1/+1 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-01-31 | gdb: Fix remote-sim/MinGW/Darwin builds | Pedro Alves | 1 | -0/+6 |
2018-01-30 | Per-inferior target_terminal state, fix PR gdb/13211, more | Pedro Alves | 1 | -100/+308 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-16 | gdb/inflow.c: Move SIGTTOU temporary ignoring to a RAII class | Pedro Alves | 1 | -17/+33 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -1/+1 |
2017-11-06 | Simplify child_terminal_inferior | Pedro Alves | 1 | -17/+5 |
2017-11-06 | Don't set terminal flags twice in a row | Pedro Alves | 1 | -9/+0 |
2017-11-06 | Assume termios is available, remove support for termio and sgtty | Pedro Alves | 1 | -67/+21 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -2/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-22 | Rename some command functions | Simon Marchi | 1 | -2/+2 |
2017-06-07 | Move parts of inferior job control to common/ | Sergio Durigan Junior | 1 | -61/+3 |
2017-04-12 | Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h) | Sergio Durigan Junior | 1 | -0/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-08-23 | Fix PR20494 - User input stops being echoed in CLI | Pedro Alves | 1 | -44/+24 |
2016-07-14 | Add one use of ATTRIBUTE_UNUSED | Tom Tromey | 1 | -1/+1 |
2016-06-21 | Make stdin be per UI | Pedro Alves | 1 | -35/+0 |
2016-01-26 | Fix GCC6 -Wmisleading-indentation issues. | Mark Wielaard | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -3/+3 |
2015-08-27 | gdb: Use sighandler_t everywhere | Pedro Alves | 1 | -10/+10 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -1/+1 |
2015-01-07 | Trivially tweak the comment documenting initial_gdb_ttystate | Patrick Palka | 1 | -2/+2 |
2015-01-07 | Empty line after comment documenting set_initial_gdb_ttystate. | Joel Brobecker | 1 | -0/+1 |