DMTCP
|
Public Attributes | |
int | fd |
int | stderr_fd |
VA | text_addr |
size_t | text_size |
VA | saved_brk |
VA | restore_addr |
VA | restore_end |
size_t | restore_size |
VA | vdsoStart |
VA | vdsoEnd |
VA | vvarStart |
VA | vvarEnd |
fnptr_t | post_restart |
fnptr_t | restorememoryareas_fptr |
int | use_gdb |
int | text_offset |
ThreadTLSInfo | motherofall_tls_info |
int | tls_pid_offset |
int | tls_tid_offset |
MYINFO_GS_T | myinfo_gs |
Definition at line 86 of file mtcp_restart.c.
int RestoreInfo::fd |
Definition at line 87 of file mtcp_restart.c.
ThreadTLSInfo RestoreInfo::motherofall_tls_info |
Definition at line 106 of file mtcp_restart.c.
MYINFO_GS_T RestoreInfo::myinfo_gs |
Definition at line 109 of file mtcp_restart.c.
fnptr_t RestoreInfo::post_restart |
Definition at line 100 of file mtcp_restart.c.
VA RestoreInfo::restore_addr |
Definition at line 93 of file mtcp_restart.c.
VA RestoreInfo::restore_end |
Definition at line 94 of file mtcp_restart.c.
size_t RestoreInfo::restore_size |
Definition at line 95 of file mtcp_restart.c.
fnptr_t RestoreInfo::restorememoryareas_fptr |
Definition at line 101 of file mtcp_restart.c.
VA RestoreInfo::saved_brk |
Definition at line 92 of file mtcp_restart.c.
int RestoreInfo::stderr_fd |
Definition at line 88 of file mtcp_restart.c.
VA RestoreInfo::text_addr |
Definition at line 90 of file mtcp_restart.c.
int RestoreInfo::text_offset |
Definition at line 105 of file mtcp_restart.c.
size_t RestoreInfo::text_size |
Definition at line 91 of file mtcp_restart.c.
int RestoreInfo::tls_pid_offset |
Definition at line 107 of file mtcp_restart.c.
int RestoreInfo::tls_tid_offset |
Definition at line 108 of file mtcp_restart.c.
int RestoreInfo::use_gdb |
Definition at line 104 of file mtcp_restart.c.
VA RestoreInfo::vdsoEnd |
Definition at line 97 of file mtcp_restart.c.
VA RestoreInfo::vdsoStart |
Definition at line 96 of file mtcp_restart.c.
VA RestoreInfo::vvarEnd |
Definition at line 99 of file mtcp_restart.c.
VA RestoreInfo::vvarStart |
Definition at line 98 of file mtcp_restart.c.