summaryrefslogtreecommitdiff
path: root/gdb/inflow.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Fix control-c handling on WindowsTom Tromey2022-12-131-4/+4
* Refactor code to check for terminal sharingTom Tromey2022-12-131-24/+3
* Use gdb::optional for sigint_oursTom Tromey2022-12-131-4/+8
* Rewrite registry.hTom Tromey2022-07-281-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-20/+20
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make thread_info::executing privateAndrew Burgess2021-09-071-1/+1
* gdb: make inferior::m_terminal an std::stringSimon Marchi2021-07-231-28/+18
* gdb: make thread_info::suspend private, add getters / settersSimon Marchi2021-07-121-1/+1
* Move scoped_ignore_sigttou to gdbsupport/Pedro Alves2021-06-171-1/+1
* inflow.c: Do not leak tty.Alexandra Hájková2021-05-191-1/+1
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Move gdb_select.h to gdbsupport/Tom Tromey2020-04-131-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove info_terminal_command declaration, make definition staticSimon Marchi2019-11-261-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Add new GCC 9 warnings to warnings.m4Tom Tromey2019-05-291-0/+2
* Suppress SIGTTOU when handling errorsAlan Hayward2019-05-281-29/+0
* Convert inflow to type-safe registry APITom Tromey2019-05-081-37/+18
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-4/+2
* Avoid GDB SIGTTOU on catch exec + set follow-exec-mode new (PR 23368)Simon Marchi2018-10-231-0/+16
* Unused variable fixes related to conditional compilationTom Tromey2018-07-221-2/+4
* Remove ptid_equalTom Tromey2018-07-031-1/+1
* Remove ptid_get_pidTom Tromey2018-07-031-1/+1
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* gdb: Fix remote-sim/MinGW/Darwin buildsPedro Alves2018-01-311-0/+6
* Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves2018-01-301-100/+308
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* gdb/inflow.c: Move SIGTTOU temporary ignoring to a RAII classPedro Alves2017-11-161-17/+33
* Constify add_infoTom Tromey2017-11-071-1/+1
* Simplify child_terminal_inferiorPedro Alves2017-11-061-17/+5
* Don't set terminal flags twice in a rowPedro Alves2017-11-061-9/+0
* Assume termios is available, remove support for termio and sgttyPedro Alves2017-11-061-67/+21
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Rename some command functionsSimon Marchi2017-08-221-2/+2
* Move parts of inferior job control to common/Sergio Durigan Junior2017-06-071-61/+3
* Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h)Sergio Durigan Junior2017-04-121-0/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Fix PR20494 - User input stops being echoed in CLIPedro Alves2016-08-231-44/+24
* Add one use of ATTRIBUTE_UNUSEDTom Tromey2016-07-141-1/+1
* Make stdin be per UIPedro Alves2016-06-211-35/+0
* Fix GCC6 -Wmisleading-indentation issues.Mark Wielaard2016-01-261-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-3/+3