Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-01-09 | 2011-01-08 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -6/+6 |
2011-01-05 | 2011-01-05 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -2/+4 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-05-14 | 2010-05-14 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -0/+1 |
2010-02-24 | Multiexec MI | Vladimir Prus | 1 | -2/+1 |
2010-01-21 | 2010-01-21 Kai Tietz <kai.tietz@onevision.com> | Kai Tietz | 1 | -1/+2 |
2010-01-19 | Delete unused or undefined functions. | Joel Brobecker | 1 | -4/+0 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-10-19 | 2009-10-19 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -43/+85 |
2009-05-24 | * inflow.c (copy_terminal_info): Deep copy `run_terminal'. | Pedro Alves | 1 | -1/+2 |
2009-05-22 | * inflow.c (kill_command): Delete left over static declaration. | Pedro Alves | 1 | -2/+0 |
2009-05-21 | * linux-nat.c (linux_nat_terminal_inferior) | Pedro Alves | 1 | -3/+2 |
2009-05-19 | * inflow.c (kill_command): Moved to infcmd.c. | Pedro Alves | 1 | -37/+0 |
2009-05-19 | * fork-child.c: Don't include frame.h. Include terminal.h. | Pedro Alves | 1 | -4/+31 |
2009-05-18 | * inflow.h (our_process_group): Remove declaration. | Pedro Alves | 1 | -59/+139 |
2009-02-25 | 2009-02-25 Hui Zhu <teawater@gmail.com> | Hui Zhu | 1 | -1/+1 |
2009-01-06 | Check return values of functions declared with warn_unused_result | Jim Blandy | 1 | -8/+18 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -2/+2 |
2008-12-16 | 2008-12-16 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -62/+0 |
2008-10-27 | * inflow.c (kill_command): If the target claims there is still | Pedro Alves | 1 | -7/+12 |
2008-09-22 | Remove the attach_flag global, and make it per-inferior. | Pedro Alves | 1 | -5/+10 |
2008-03-24 | * inflow.c (gdb_has_a_terminal): Guard access to our_process_group. | Daniel Jacobowitz | 1 | -0/+2 |
2008-03-19 | * inflow.c (terminal_ours_1): Guard access to | Pedro Alves | 1 | -0/+2 |
2008-03-14 | * inflow.c (gdb_getpgrp): New. | Pedro Alves | 1 | -18/+25 |
2008-03-12 | * configure.ac (AC_CHECK_FUNCS): Add check for setsid. | Thiago Jung Bauermann | 1 | -0/+37 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 |
2007-10-02 | * inflow.c (terminal_ours_1): Remove useless line. | Daniel Jacobowitz | 1 | -2/+0 |