Home
last modified time | relevance | path

Searched defs:gdb_stat (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/gdbstub/
H A Dsyscalls.h52 struct gdb_stat { struct
53 uint32_t gdb_st_dev; /* device */
54 uint32_t gdb_st_ino; /* inode */
55 gdb_mode_t gdb_st_mode; /* protection */
56 uint32_t gdb_st_nlink; /* number of hard links */
57 uint32_t gdb_st_uid; /* user ID of owner */
58 uint32_t gdb_st_gid; /* group ID of owner */
60 uint64_t gdb_st_size; /* total size, in bytes */
63 gdb_time_t gdb_st_atime; /* time of last access */
64 gdb_time_t gdb_st_mtime; /* time of last modification */
[all …]
/openbmc/qemu/semihosting/
H A Dsyscalls.c186 static void gdb_stat(CPUState *cs, gdb_syscall_complete_cb complete, in gdb_stat() function