Revision 447db213 syscall-i386.h

b/syscall-i386.h
480 480
#define TARGET_SEGV_MAPERR     (1)  /* address not mapped to object */
481 481
#define TARGET_SEGV_ACCERR     (2)  /* invalid permissions for mapped object */
482 482

  
483
/*
484
 * SIGTRAP si_codes
485
 */
486
#define TARGET_TRAP_BRKPT	(1)	/* process breakpoint */
487
#define TARGET_TRAP_TRACE	(2)	/* process trace trap */
488

  
483 489
/* default linux values for the selectors */
484 490
#define __USER_CS	(0x23)
485 491
#define __USER_DS	(0x2B)

Also available in: Unified diff