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/binutils-2.44
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
/
ser-unix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb: remove gdbcmd.h
Simon Marchi
2024-04-25
1
-1
/
+1
*
gdb, gdbserver, gdbsupport: remove includes of early headers
Simon Marchi
2024-03-26
1
-1
/
+0
*
Fix remote serial read
Сергей Чернов
2024-01-19
1
-1
/
+1
*
Update copyright year range in header of all files managed by GDB
Andrew Burgess
2024-01-12
1
-1
/
+1
*
Change serial_readchar to throw
Tom Tromey
2023-11-27
1
-1
/
+4
*
Change serial_send_break and serial_write to throw
Tom Tromey
2023-11-27
1
-4
/
+8
*
Change serial "open" functions to throw exception
Tom Tromey
2023-11-27
1
-5
/
+2
*
Change serial_setbaudrate to throw exception
Tom Tromey
2023-11-27
1
-21
/
+12
*
Support higher baud rates when they are defined
Dan Callaghan
2023-05-09
1
-0
/
+66
*
Update copyright year range in header of all files managed by GDB
Joel Brobecker
2023-01-01
1
-1
/
+1
*
internal_error: remove need to pass __FILE__/__LINE__
Pedro Alves
2022-10-19
1
-2
/
+1
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-15
/
+15
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
gdbsupport: make gdb_open_cloexec return scoped_fd
Simon Marchi
2021-09-30
1
-1
/
+1
*
Move scoped_ignore_sigttou to gdbsupport/
Pedro Alves
2021-06-17
1
-1
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
Simon Marchi
2020-11-02
1
-10
/
+10
*
Move gdb_select.h to gdbsupport/
Tom Tromey
2020-04-13
1
-1
/
+1
*
gdb: add back declarations for _initialize functions
Simon Marchi
2020-01-13
1
-1
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-1
/
+1
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-2
/
+2
*
Suppress SIGTTOU when handling errors
Alan Hayward
2019-05-28
1
-0
/
+4
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-2
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Assume termios is available, remove support for termio and sgtty
Pedro Alves
2017-11-06
1
-263
/
+1
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h)
Sergio Durigan Junior
2017-04-12
1
-0
/
+1
*
PR remote/21188: Fix remote serial timeout
Pedro Alves
2017-03-17
1
-151
/
+1
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
target remote: Don't rely on immediate_quit (introduce quit handlers)
Pedro Alves
2016-04-12
1
-85
/
+11
*
Fix inconsistent handling of EINTR in ser-*.c backends
Pedro Alves
2016-04-12
1
-11
/
+1
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-5
/
+2
*
Prepare for gnulib update
Pedro Alves
2015-08-24
1
-1
/
+1
*
Fix indentation in ser_windows_setparity and hardwire_setparity.
Joel Brobecker
2015-03-23
1
-1
/
+1
*
GDB: Add set/show serial parity command.
Yury Grechishchev
2015-03-23
1
-2
/
+49
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Include string.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
don't allocate serial_ops
Tom Tromey
2013-12-19
1
-26
/
+31
*
make serial_ops const
Tom Tromey
2013-12-19
1
-1
/
+0
*
remove gdb_string.h
Tom Tromey
2013-11-18
1
-1
/
+1
*
PR gdb/7912:
Tom Tromey
2013-04-22
1
-1
/
+2
*
Update years in copyright notice for the GDB files.
Joel Brobecker
2013-01-01
1
-2
/
+1
*
Copyright year update in most files of the GDB Project.
Joel Brobecker
2012-01-04
1
-2
/
+2
*
2011-03-05 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2011-03-07
1
-1
/
+4
*
* inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
Ulrich Weigand
2011-03-04
1
-0
/
+12
*
2011-01-11 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2011-01-11
1
-17
/
+17
[next]