* python/python.c: Include "serial.h".
authorPedro Alves <palves@redhat.com>
Fri, 20 Aug 2010 18:52:11 +0000 (18:52 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 20 Aug 2010 18:52:11 +0000 (18:52 +0000)
commit4a5321319dde40c2a597563b3ef2e75e40cb1717
treecb5476360e8d1d2493a1f498dd12476ef940089b
parent58f07bae9540e81791b2ed039ba4c630fadf0af1
* python/python.c: Include "serial.h".
(gdbpy_event_fds): Change type to `struct serial *' a array from
int array.
(gdbpy_run_events): Change parameters.  Use serial_readchar in
place of read.
(gdbpy_post_event): Use serial_write in place of write.
(gdbpy_initialize_events): Use serial_pipe instead of pipe, and
serial_async in place of add_file_handler.
gdb/ChangeLog
gdb/python/python.c
This page took 0.02414 seconds and 4 git commands to generate.