~ubuntu-branches/ubuntu/quantal/gdb/quantal

« back to all changes in this revision

Viewing changes to gdb/serial.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-03-15 16:14:08 UTC
  • Revision ID: james.westby@ubuntu.com-20110315161408-o3sk4typcfgzuiqb
Tags: 7.2-1ubuntu10
* Update with changes from the Linaro 7.2-2011.03-0 release (Ulrich Weigand).
* Configure with --with-pkgversion, don't run post-patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
476
476
  return scb->ops->get_tty_state (scb);
477
477
}
478
478
 
 
479
serial_ttystate
 
480
serial_copy_tty_state (struct serial *scb, serial_ttystate ttystate)
 
481
{
 
482
  return scb->ops->copy_tty_state (scb, ttystate);
 
483
}
 
484
 
479
485
int
480
486
serial_set_tty_state (struct serial *scb, serial_ttystate ttystate)
481
487
{