GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
inflow.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove make_cleanup_restore_target_terminal
Tom Tromey
2017-09-20
1
-2
/
+2
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Rename some command functions
Simon Marchi
2017-08-22
1
-2
/
+2
*
Move parts of inferior job control to common/
Sergio Durigan Junior
2017-06-07
1
-61
/
+3
*
Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h)
Sergio Durigan Junior
2017-04-12
1
-0
/
+1
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Fix PR20494 - User input stops being echoed in CLI
Pedro Alves
2016-08-23
1
-44
/
+24
*
Add one use of ATTRIBUTE_UNUSED
Tom Tromey
2016-07-14
1
-1
/
+1
*
Make stdin be per UI
Pedro Alves
2016-06-21
1
-35
/
+0
*
Fix GCC6 -Wmisleading-indentation issues.
Mark Wielaard
2016-01-26
1
-1
/
+1
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Add some more casts (1/2)
Simon Marchi
2015-09-25
1
-3
/
+3
*
gdb: Use sighandler_t everywhere
Pedro Alves
2015-08-27
1
-10
/
+10
*
Mostly trivial enum fixes
Simon Marchi
2015-07-31
1
-1
/
+1
*
Trivially tweak the comment documenting initial_gdb_ttystate
Patrick Palka
2015-01-07
1
-2
/
+2
*
Empty line after comment documenting set_initial_gdb_ttystate.
Joel Brobecker
2015-01-07
1
-0
/
+1
*
Don't propagate our current terminal state to the inferior
Patrick Palka
2015-01-07
1
-1
/
+12
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Fix terminal state corruption when starting a program from within TUI
Patrick Palka
2014-08-27
1
-1
/
+1
*
Include string.h in common-defs.h
Gary Benson
2014-08-07
1
-2
/
+0
*
* inflow.c (child_terminal_inferior): Add comment.
Doug Evans
2014-07-31
1
-3
/
+14
*
Rename native-only terminal related functions.
Pedro Alves
2014-03-14
1
-19
/
+17
*
Add target_ops argument to to_terminal_info
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_terminal_save_ours
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_terminal_ours
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_terminal_ours_for_output
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_terminal_inferior
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_terminal_init
Tom Tromey
2014-02-19
1
-1
/
+1
*
replace XZALLOC with XCNEW
Tom Tromey
2014-01-13
1
-1
/
+1
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
remove gdb_string.h
Tom Tromey
2013-11-18
1
-1
/
+1
*
Simplify REGISTRY cleanup usages
Yao Qi
2013-10-29
1
-8
/
+4
*
* aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
Luis Machado
2013-09-30
1
-2
/
+2
*
GDB kills itself instead of interrupting inferior
Pedro Alves
2013-07-26
1
-7
/
+10
*
* go32-nat.c (go32_terminal_info): Make 'args' const.
Tom Tromey
2013-05-14
1
-1
/
+1
*
Update years in copyright notice for the GDB files.
Joel Brobecker
2013-01-01
1
-1
/
+1
*
* auto-load.c (_initialize_auto_load): Update.
Tom Tromey
2012-08-22
1
-1
/
+1
*
Copyright year update in most files of the GDB Project.
Joel Brobecker
2012-01-04
1
-3
/
+1
*
* inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
Ulrich Weigand
2011-03-04
1
-5
/
+13
*
fix typo during interactive_mode check in gdb_has_a_terminal
Joel Brobecker
2011-01-31
1
-1
/
+1
*
move handing of "set interactive-mode" to gdb_has_a_terminal
Joel Brobecker
2011-01-21
1
-0
/
+36
*
2011-01-10 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2011-01-10
1
-2
/
+2
*
2011-01-08 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2011-01-09
1
-6
/
+6
*
2011-01-05 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2011-01-05
1
-2
/
+4
*
run copyright.sh for 2011.
Joel Brobecker
2011-01-01
1
-1
/
+1
*
2010-05-14 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2010-05-14
1
-0
/
+1
*
Multiexec MI
Vladimir Prus
2010-02-24
1
-2
/
+1
*
2010-01-21 Kai Tietz <kai.tietz@onevision.com>
Kai Tietz
2010-01-21
1
-1
/
+2
*
Delete unused or undefined functions.
Joel Brobecker
2010-01-19
1
-4
/
+0
*
Update copyright year in most headers.
Joel Brobecker
2010-01-01
1
-1
/
+1
[next]