Query: arch_has_single_step
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ARCH_HAS_SINGLE_STEP(9) Kernel Internals ARCH_HAS_SINGLE_STEP(9)NAMEarch_has_single_step - does this CPU support user-mode single-step?SYNOPSISarch_has_single_step(void);ARGUMENTSNoneDESCRIPTIONIf this is defined, then there must be function declarations or inlines for user_enable_single_step and user_disable_single_step. arch_has_single_step should evaluate to nonzero iff the machine supports instruction single-step for user mode. It can be a constant or it can test a CPU feature bit. Kernel Hackers Manual 2.6. July 2010 ARCH_HAS_SINGLE_STEP(9)