summaryrefslogtreecommitdiff
path: root/gdb/inflow.c
AgeCommit message (Expand)Author
2022-07-28Rewrite registry.hTom Tromey
2022-03-29Unify gdb printf functionsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-09-07gdb: make thread_info::executing privateAndrew Burgess
2021-07-23gdb: make inferior::m_terminal an std::stringSimon Marchi
2021-07-12gdb: make thread_info::suspend private, add getters / settersSimon Marchi
2021-06-17Move scoped_ignore_sigttou to gdbsupport/Pedro Alves
2021-05-19inflow.c: Do not leak tty.Alexandra Hájková
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-04-13Move gdb_select.h to gdbsupport/Tom Tromey
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-11-26Remove info_terminal_command declaration, make definition staticSimon Marchi
2019-07-09Rename common to gdbsupportTom Tromey
2019-05-29Add new GCC 9 warnings to warnings.m4Tom Tromey
2019-05-28Suppress SIGTTOU when handling errorsAlan Hayward
2019-05-08Convert inflow to type-safe registry APITom Tromey
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves
2018-10-23Avoid GDB SIGTTOU on catch exec + set follow-exec-mode new (PR 23368)Simon Marchi
2018-07-22Unused variable fixes related to conditional compilationTom Tromey
2018-07-03Remove ptid_equalTom Tromey
2018-07-03Remove ptid_get_pidTom Tromey
2018-03-19Convert observers to C++Tom Tromey
2018-01-31gdb: Fix remote-sim/MinGW/Darwin buildsPedro Alves
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-16gdb/inflow.c: Move SIGTTOU temporary ignoring to a RAII classPedro Alves
2017-11-07Constify add_infoTom Tromey
2017-11-06Simplify child_terminal_inferiorPedro Alves
2017-11-06Don't set terminal flags twice in a rowPedro Alves
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-22Rename some command functionsSimon Marchi
2017-06-07Move parts of inferior job control to common/Sergio Durigan Junior
2017-04-12Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h)Sergio Durigan Junior
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-08-23Fix PR20494 - User input stops being echoed in CLIPedro Alves
2016-07-14Add one use of ATTRIBUTE_UNUSEDTom Tromey
2016-06-21Make stdin be per UIPedro Alves
2016-01-26Fix GCC6 -Wmisleading-indentation issues.Mark Wielaard
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (1/2)Simon Marchi
2015-08-27gdb: Use sighandler_t everywherePedro Alves
2015-07-31Mostly trivial enum fixesSimon Marchi
2015-01-07Trivially tweak the comment documenting initial_gdb_ttystatePatrick Palka
2015-01-07Empty line after comment documenting set_initial_gdb_ttystate.Joel Brobecker