gdb_timeval_t Struct Reference
GDB uses a specific version of the timeval structure, 12 bytes in size (manual says 8, which is wrong) More...
#include <gdb_syscall.h>
Collaboration diagram for gdb_timeval_t:
Public Attributes | |
| time_t | tv_sec |
| uint64_t | tv_usec |
Detailed Description
GDB uses a specific version of the timeval structure, 12 bytes in size (manual says 8, which is wrong)
Member Data Documentation
◆ tv_sec
| time_t gdb_timeval_t::tv_sec |
◆ tv_usec
| uint64_t gdb_timeval_t::tv_usec |
The documentation for this struct was generated from the following file:
1.8.17