Home
last modified time | relevance | path

Searched refs:GDB_O_WRONLY (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/semihosting/
H A Darm-compat-semi.c93 GDB_O_WRONLY | GDB_O_CREAT | GDB_O_TRUNC,
94 GDB_O_WRONLY | GDB_O_CREAT | GDB_O_TRUNC,
97 GDB_O_WRONLY | GDB_O_CREAT | GDB_O_APPEND,
98 GDB_O_WRONLY | GDB_O_CREAT | GDB_O_APPEND,
H A Dsyscalls.c271 if (gdb_flags & GDB_O_WRONLY) { in host_open()
/openbmc/qemu/include/gdbstub/
H A Dsyscalls.h14 #define GDB_O_WRONLY 1 macro