* dwarf2read.c (new_symbol): Use var_decode_location for parameters.
[deliverable/binutils-gdb.git] / gdb / serial.h
index a0dbe723acb1fb4922a2e61814abb05c3a8a7e8a..7495b709d57f44a1a599421c731bde42709b1204 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef SERIAL_H
 #define SERIAL_H
 
+struct ui_file;
+
 /* For most routines, if a failure is indicated, then errno should be
    examined.  */
 
@@ -32,7 +34,10 @@ typedef void *serial_ttystate;
 struct serial;
 
 /* Try to open NAME.  Returns a new `struct serial *' on success, NULL
-   on failure. */
+   on failure. Note that some open calls can block and, if possible, 
+   should be  written to be non-blocking, with calls to ui_look_hook 
+   so they can be cancelled. An async interface for open could be
+   added to GDB if necessary. */
 
 extern struct serial *serial_open (const char *name);
 
This page took 0.023582 seconds and 4 git commands to generate.