Fix crash when creating index from index
[binutils-gdb.git] / gdb / inflow.c
2022-03-29 Tom TromeyUnify gdb printf functions
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-09-07 Andrew Burgessgdb: make thread_info::executing private
2021-07-23 Simon Marchigdb: make inferior::m_terminal an std::string
2021-07-13 Simon Marchigdb: make thread_info::suspend private, add getters...
2021-06-17 Pedro AlvesMove scoped_ignore_sigttou to gdbsupport/
2021-05-19 Alexandra Hájkováinflow.c: Do not leak tty.
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-04-13 Tom TromeyMove gdb_select.h to gdbsupport/
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-26 Simon MarchiRemove info_terminal_command declaration, make definiti...
2019-07-09 Tom TromeyRename common to gdbsupport
2019-05-29 Tom TromeyAdd new GCC 9 warnings to warnings.m4
2019-05-28 Alan HaywardSuppress SIGTTOU when handling errors
2019-05-08 Tom TromeyConvert inflow to type-safe registry API
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-22 Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-10-23 Simon MarchiAvoid GDB SIGTTOU on catch exec + set follow-exec-mode...
2018-07-22 Tom TromeyUnused variable fixes related to conditional compilation
2018-07-03 Tom TromeyRemove ptid_equal
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-03-19 Tom TromeyConvert observers to C++
2018-01-31 Pedro Alvesgdb: Fix remote-sim/MinGW/Darwin builds
2018-01-30 Pedro AlvesPer-inferior target_terminal state, fix PR gdb/13211...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-16 Pedro Alvesgdb/inflow.c: Move SIGTTOU temporary ignoring to a...
2017-11-07 Tom TromeyConstify add_info
2017-11-06 Pedro AlvesSimplify child_terminal_inferior
2017-11-06 Pedro AlvesDon't set terminal flags twice in a row
2017-11-06 Pedro AlvesAssume termios is available, remove support for termio...
2017-09-20 Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-22 Simon MarchiRename some command functions
2017-06-07 Sergio Durigan JuniorMove parts of inferior job control to common/
2017-04-12 Sergio Durigan JuniorCreate gdb_termios.h (and cleanup gdb/{,gdbserver/...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-08-23 Pedro AlvesFix PR20494 - User input stops being echoed in CLI
2016-07-14 Tom TromeyAdd one use of ATTRIBUTE_UNUSED
2016-06-21 Pedro AlvesMake stdin be per UI
2016-01-25 Mark WielaardFix GCC6 -Wmisleading-indentation issues.
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-08-27 Pedro Alvesgdb: Use sighandler_t everywhere
2015-07-31 Simon MarchiMostly trivial enum fixes
2015-01-07 Patrick PalkaTrivially tweak the comment documenting initial_gdb_tty...
2015-01-07 Joel BrobeckerEmpty line after comment documenting set_initial_gdb_tt...
2015-01-07 Patrick PalkaDon't propagate our current terminal state to the inferior
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-08-27 Patrick PalkaFix terminal state corruption when starting a program...
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-07-31 Doug Evans * inflow.c (child_terminal_inferior): Add comment.
2014-03-14 Pedro AlvesRename native-only terminal related functions.
2014-02-19 Tom TromeyAdd target_ops argument to to_terminal_info
2014-02-19 Tom TromeyAdd target_ops argument to to_terminal_save_ours
2014-02-19 Tom TromeyAdd target_ops argument to to_terminal_ours
2014-02-19 Tom TromeyAdd target_ops argument to to_terminal_ours_for_output
2014-02-19 Tom TromeyAdd target_ops argument to to_terminal_inferior
2014-02-19 Tom TromeyAdd target_ops argument to to_terminal_init
2014-01-13 Tom Tromeyreplace XZALLOC with XCNEW
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-10-29 Yao QiSimplify REGISTRY cleanup usages
2013-09-30 Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2013-07-26 Pedro AlvesGDB kills itself instead of interrupting inferior
2013-05-14 Tom Tromey * go32-nat.c (go32_terminal_info): Make 'args' const.
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-08-22 Tom Tromey * auto-load.c (_initialize_auto_load): Update.
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-03-04 Ulrich Weigand * inflow.c (terminal_init_inferior_with_pgrp): Copy...
2011-01-31 Joel Brobeckerfix typo during interactive_mode check in gdb_has_a_ter...
2011-01-21 Joel Brobeckermove handing of "set interactive-mode" to gdb_has_a_ter...
2011-01-10 Michael Snyder2011-01-10 Michael Snyder <msnyder@vmware.com>
2011-01-09 Michael Snyder2011-01-08 Michael Snyder <msnyder@vmware.com>
2011-01-05 Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-05-14 Michael Snyder2010-05-14 Michael Snyder <msnyder@vmware.com>
2010-02-24 Vladimir Prus Multiexec MI
2010-01-21 Kai Tietz2010-01-21 Kai Tietz <kai.tietz@onevision.com>
2010-01-19 Joel BrobeckerDelete unused or undefined functions.
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-10-19 Pedro Alves2009-10-19 Pedro Alves <pedro@codesourcery.com>
2009-05-24 Pedro Alves * inflow.c (copy_terminal_info): Deep copy `run_terminal'.
2009-05-22 Pedro Alves * inflow.c (kill_command): Delete left over static...
2009-05-21 Pedro Alves * linux-nat.c (linux_nat_terminal_inferior)
2009-05-19 Pedro Alves * inflow.c (kill_command): Moved to infcmd.c.
2009-05-19 Pedro Alves * fork-child.c: Don't include frame.h. Include termin...
2009-05-18 Pedro Alves * inflow.h (our_process_group): Remove declaration.
2009-02-25 Hui Zhu2009-02-25 Hui Zhu <teawater@gmail.com>
2009-01-06 Jim BlandyCheck return values of functions declared with warn_unu...
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-12-16 Tristan Gingold2008-12-16 Tristan Gingold <gingold@adacore.com>
2008-10-27 Pedro Alves * inflow.c (kill_command): If the target claims there...
2008-09-22 Pedro Alves Remove the attach_flag global, and make it per-inferior.
2008-03-24 Daniel Jacobowitz * inflow.c (gdb_has_a_terminal): Guard access to our_p...
2008-03-19 Pedro Alves * inflow.c (terminal_ours_1): Guard access to
2008-03-14 Pedro Alves * inflow.c (gdb_getpgrp): New.
2008-03-12 Thiago Jung Bauermann * configure.ac (AC_CHECK_FUNCS): Add check for setsid.
next