Searched defs:gdb_stat (Results 1 – 2 of 2) sorted by relevance
52 struct gdb_stat { struct53 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 */59 uint32_t gdb_st_rdev; /* device type (if inode device) */60 uint64_t gdb_st_size; /* total size, in bytes */61 uint64_t gdb_st_blksize; /* blocksize for filesystem I/O */[all …]
186 static void gdb_stat(CPUState *cs, gdb_syscall_complete_cb complete, in gdb_stat() function