summaryrefslogtreecommitdiff
path: root/gdb/ser-go32.c
Commit message (Collapse)AuthorAgeFilesLines
* * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only ifEli Zaretskii2001-02-041-0/+7
| | | | | UART_FIFO_WORKS is defined. Otherwise use outportb. From Francisco Pastor <fpastor.etra-id@etra.es>
* Protoization.gdb-post-protoization-2000-07-29Kevin Buettner2000-07-301-39/+16
|
* * ser-go32.c: Remove PARAMS.Eli Zaretskii2000-05-251-9/+9
|
* * ser-go32.c (ports): Make the initializers complete, to pacifyEli Zaretskii2000-03-191-4/+5
| | | | GCC 2.9X.
* * ser-go32.c (dos_noop, dos_raw, dos_noflush_set_tty_state)Eli Zaretskii2000-03-151-17/+11
| | | | | | (dos_print_tty_state, dos_info, _initialize_ser_dos): Convert to ISO C. Use ATTRIBUTE_UNUSED to avoid compiler warnings. (dos_info): Avoid compiler warning when printing a ptrdiff_t.
* * ser-go32.c (dos_get_tty_state): Fail if the (fake) handle wasEli Zaretskii2000-03-151-0/+17
| | | | | not opened by dos_open, but let the 3 standard handles go through unharmed.
* From Eli. Warning fixes.Andrew Cagney2000-02-291-4/+2
|
* import gdb-2000-02-01 snapshotJason Molenda2000-02-021-3/+3
|
* import gdb-1999-09-21Jason Molenda1999-09-221-3/+3
|
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-268/+286
|
* import gdb-19990504 snapshotStan Shebs1999-05-051-3/+4
|
* Initial revisionStan Shebs1999-04-161-0/+958