summaryrefslogtreecommitdiff
path: root/gdb/serial.c
Commit message (Collapse)AuthorAgeFilesLines
* * defs.h (XMALLOC): Define.Andrew Cagney2002-03-191-5/+2
| | | | | | | | | | | | | | | | | | | | | * gdb-events.sh (XMALLOC): Delete macro. * gdb-events.c, gdb-events.h: Regenerate. * gdbarch.sh (XMALLOC): Delete macro. * gdbarch.c: Regenerate. * serial.c (XMALLOC): Delete macro. * ui-file.c (XMALLOC): Ditto. * ser-unix.h (XMALLOC): Ditto. * sh-tdep.c (XMALLOC): Ditto. * ui-out.c (XMALLOC): Ditto. * utils.c (XMALLOC): Ditto. * i386-tdep.c (XMALLOC): Ditto. * gdb-events.c (XMALLOC): Ditto. * d10v-tdep.c (XMALLOC): Ditto. * cli-out.c (XMALLOC): Ditto. * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright. * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto. * ui-file.c, ui-out.c: Ditto.
* * ocd.c (ocd_open): Do not try to open the "ocd" device.Andrew Cagney2002-02-241-3/+1
| | | | | * serial.c (serial_open): Delete check for "ocd". Fix PR gdb/349.
* Add framework for ``set/show serial ...''.Andrew Cagney2001-09-261-0/+31
|
* * serial.h (SERIAL_ASYNC): Delete.Andrew Cagney2001-07-151-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | (DEPRECATED_SERIAL_FD): Delete. (SERIAL_DEBUG): Delete. (SERIAL_DEBUG_P): Delete. (SERIAL_DRAIN_OUTPUT): Delete. (SERIAL_FLUSH_OUTPUT): Delete. (SERIAL_FLUSH_INPUT): Delete. (SERIAL_SEND_BREAK): Delete. (SERIAL_RAW): Delete. (SERIAL_GET_TTY_STATE): Delete. (SERIAL_SET_TTY_STATE): Delete. (SERIAL_PRINT_TTY_STATE): Delete. (SERIAL_NOFLUSH_SET_TTY_STATE): Delete. (SERIAL_SETBAUDRATE): Delete. (SERIAL_SETSTOPBITS): Delete. (SERIAL_CAN_ASYNC_P): Delete. (SERIAL_IS_ASYNC_P): Delete. (SERIAL_UN_FDOPEN): Delete. (SERIAL_READCHAR): Delete. (SERIAL_CLOSE): Delete. (SERIAL_FDOPEN): Delete. (SERIAL_OPEN): Delete.
* s/typedef serial_t/struct serial */Andrew Cagney2001-07-111-39/+36
|
* s/struct _serial_t/struct serial/Andrew Cagney2001-07-091-2/+5
|
* Update/correct copyright notices.Kevin Buettner2001-03-061-2/+2
|
* Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney2001-02-081-2/+4
| | | | internal_verror().
* Replace strsave() with xstrdup().Andrew Cagney2001-01-311-2/+4
|
* vasprintf() -> xvasprintf()Andrew Cagney2000-12-151-1/+1
|
* Replace free() with xfree().Kevin Buettner2000-12-151-5/+5
|
* Change signature of function add_set_enum_cmd() so that it usesAndrew Cagney2000-06-081-5/+5
| | | | | constant character pointers. Update everything. As a consequence fix infrun's follow-fork plugging a small memory leak.
* Fix signature of add_set_enum_cmd. Change VAR parameter to char**.Andrew Cagney2000-05-161-1/+1
| | | | Cleanup signature of add_set_cmd. Change VAR parameter to void*.
* The set debug changesDaniel Berlin2000-03-281-3/+3
|
* import gdb-2000-02-01 snapshotJason Molenda2000-02-021-6/+6
|
* import gdb-1999-11-08 snapshotJason Molenda1999-11-091-1/+1
|
* import gdb-1999-10-11 snapshotJason Molenda1999-10-121-0/+5
|
* import gdb-1999-10-04 snapshotJason Molenda1999-10-051-21/+57
|
* import gdb-1999-09-21Jason Molenda1999-09-221-95/+203
|
* import gdb-1999-08-09 snapshotJason Molenda1999-08-091-15/+0
|
* import gdb-1999-07-12 snapshotJason Molenda1999-07-121-0/+2
|
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-65/+83
|
* import gdb-1999-05-25 snapshotJason Molenda1999-05-251-0/+2
|
* Initial revisionStan Shebs1999-04-161-0/+526