/[qemu]/qemu/cpu-i386.h
ViewVC logotype

Diff of /qemu/cpu-i386.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.36 by bellard, Mon Jul 7 11:30:46 2003 UTC revision 1.37 by bellard, Sat Jul 26 12:06:08 2003 UTC
# Line 155  Line 155 
155    
156  #define EXCP_INTERRUPT  256 /* async interruption */  #define EXCP_INTERRUPT  256 /* async interruption */
157  #define EXCP_HLT        257 /* hlt instruction reached */  #define EXCP_HLT        257 /* hlt instruction reached */
158    #define EXCP_DEBUG      258 /* cpu stopped after a breakpoint or singlestep */
159    
160    #define MAX_BREAKPOINTS 32
161    
162  enum {  enum {
163      CC_OP_DYNAMIC, /* must use dynamic code to get cc_op */      CC_OP_DYNAMIC, /* must use dynamic code to get cc_op */
# Line 270  typedef struct CPUX86State { Line 273  typedef struct CPUX86State {
273      uint32_t dr[8]; /* debug registers */      uint32_t dr[8]; /* debug registers */
274      int interrupt_request;      int interrupt_request;
275      int user_mode_only; /* user mode only simulation */      int user_mode_only; /* user mode only simulation */
276    
277        uint32_t breakpoints[MAX_BREAKPOINTS];
278        int nb_breakpoints;
279            
280      /* user data */      /* user data */
281      void *opaque;      void *opaque;

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26