#ifndef __powerpc64__ /* * These are parameters to dbg_sigreturn syscall. They enable or * disable certain debugging things that can be done from signal * handlers. The dbg_sigreturn syscall *must* be called from a * SA_SIGINFO signal so the ucontext can be passed to it. It takes an * array of struct sig_dbg_op, which has the debug operations to * perform before returning from the signal.
*/ struct sig_dbg_op { int dbg_type; unsignedlong dbg_value;
};
/* Enable or disable single-stepping. The value sets the state. */ #define SIG_DBG_SINGLE_STEPPING 1
/* Enable or disable branch tracing. The value sets the state. */ #define SIG_DBG_BRANCH_TRACING 2 #endif/* ! __powerpc64__ */
#endif/* _UAPI_ASM_POWERPC_SIGNAL_H */
Messung V0.5
¤ Dauer der Verarbeitung: 0.19 Sekunden
(vorverarbeitet)
¤
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.