/[dynamips]/upstream/dynamips-0.2.7-RC2/dynamips.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /upstream/dynamips-0.2.7-RC2/dynamips.h

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

upstream/dynamips-0.2.7-RC1/dynamips.h revision 7 by dpavlin, Sat Oct 6 16:23:47 2007 UTC upstream/dynamips-0.2.7-RC2/dynamips.h revision 8 by dpavlin, Sat Oct 6 16:24:54 2007 UTC
# Line 26  Line 26 
26  #define DEBUG_MTS_STATS        1   /* MTS cache performance */  #define DEBUG_MTS_STATS        1   /* MTS cache performance */
27  #define DEBUG_INSN_PERF_CNT    0   /* Instruction performance counter */  #define DEBUG_INSN_PERF_CNT    0   /* Instruction performance counter */
28  #define DEBUG_BLOCK_PERF_CNT   0   /* Block performance counter */  #define DEBUG_BLOCK_PERF_CNT   0   /* Block performance counter */
29    #define DEBUG_DEV_PERF_CNT     1   /* Device performance counter */
30  #define DEBUG_TLB_ACTIVITY     0  #define DEBUG_TLB_ACTIVITY     0
31  #define DEBUG_SYSCALL          0  #define DEBUG_SYSCALL          0
32  #define DEBUG_CACHE            0  #define DEBUG_CACHE            0
# Line 33  Line 34 
34    
35  /* Feature flags */  /* Feature flags */
36  #define MEMLOG_ENABLE          0   /* Memlogger (fast memop must be off) */  #define MEMLOG_ENABLE          0   /* Memlogger (fast memop must be off) */
37  #define BREAKPOINT_ENABLE      0   /* Virtual Breakpoints */  #define BREAKPOINT_ENABLE      1   /* Virtual Breakpoints */
38  #define NJM_STATS_ENABLE       1   /* Non-JIT mode stats (little overhead) */  #define NJM_STATS_ENABLE       1   /* Non-JIT mode stats (little overhead) */
39    
40  /* Symbol */  /* Symbol */
# Line 51  extern FILE *log_file; Line 52  extern FILE *log_file;
52  /* Software version */  /* Software version */
53  extern const char *sw_version;  extern const char *sw_version;
54    
55    /* Software version specific tag */
56    extern const char *sw_version_tag;
57    
58  /* Delete all objects */  /* Delete all objects */
59  void dynamips_reset(void);  void dynamips_reset(void);
60    

Legend:
Removed from v.7  
changed lines
  Added in v.8

  ViewVC Help
Powered by ViewVC 1.1.26