/* this structure contains the full arch-specific faultinfo * from the traps. * On i386, ptrace_faultinfo unfortunately doesn't provide * all the info, since trap_no is missing. * All common elements are defined at the same position in * both structures, thus making it easy to copy the * contents without knowledge about the structure elements.
*/ struct faultinfo { int error_code; /* in ptrace_faultinfo misleadingly called is_write */ unsignedlong cr2; /* in ptrace_faultinfo called addr */ int trap_no; /* missing in ptrace_faultinfo */
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.