|
@@ -69,14 +69,6 @@ struct gdb_timeval {
|
|
|
uint64_t tv_usec; /* microsecond */
|
|
|
} QEMU_PACKED;
|
|
|
|
|
|
-#define GDB_O_RDONLY 0x0
|
|
|
-#define GDB_O_WRONLY 0x1
|
|
|
-#define GDB_O_RDWR 0x2
|
|
|
-#define GDB_O_APPEND 0x8
|
|
|
-#define GDB_O_CREAT 0x200
|
|
|
-#define GDB_O_TRUNC 0x400
|
|
|
-#define GDB_O_EXCL 0x800
|
|
|
-
|
|
|
static int translate_openflags(int flags)
|
|
|
{
|
|
|
int hf;
|