Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-01-07 | Don't propagate our current terminal state to the inferior | Patrick Palka | 1 | -1/+12 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-08-27 | Fix terminal state corruption when starting a program from within TUI | Patrick Palka | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-07-31 | * inflow.c (child_terminal_inferior): Add comment. | Doug Evans | 1 | -3/+14 |
2014-03-14 | Rename native-only terminal related functions. | Pedro Alves | 1 | -19/+17 |
2014-02-19 | Add target_ops argument to to_terminal_info | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_terminal_save_ours | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_terminal_ours | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_terminal_ours_for_output | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_terminal_inferior | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_terminal_init | Tom Tromey | 1 | -1/+1 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-10-29 | Simplify REGISTRY cleanup usages | Yao Qi | 1 | -8/+4 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 1 | -2/+2 |
2013-07-26 | GDB kills itself instead of interrupting inferior | Pedro Alves | 1 | -7/+10 |
2013-05-14 | * go32-nat.c (go32_terminal_info): Make 'args' const. | Tom Tromey | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-08-22 | * auto-load.c (_initialize_auto_load): Update. | Tom Tromey | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -3/+1 |
2011-03-04 | * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate. | Ulrich Weigand | 1 | -5/+13 |
2011-01-31 | fix typo during interactive_mode check in gdb_has_a_terminal | Joel Brobecker | 1 | -1/+1 |
2011-01-21 | move handing of "set interactive-mode" to gdb_has_a_terminal | Joel Brobecker | 1 | -0/+36 |
2011-01-10 | 2011-01-10 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -2/+2 |