[RFC] Remote File I/O should allow opening non regular files

Julio Guerra julio@farjump.io
Sat Jul 2 12:02:00 GMT 2016


Hi,

Today's implementation of `open()` first checks if the file is a regular
file [1]. Is there any good reason for that limitation? I can't see any
problem in opening special files. Most of them can be used with `read()`
and `write()` only, without `ioctl()`, like any regular file. For
example: TTYs, /dev/random, pipes, etc.

Best regards,

[1]
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob;f=gdb/remote-fileio.c#l409

-- 
Julio Guerra



More information about the Gdb mailing list