/[gxemul]/trunk/src/debugger/debugger.c
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 /trunk/src/debugger/debugger.c

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

revision 27 by dpavlin, Mon Oct 8 16:20:10 2007 UTC revision 28 by dpavlin, Mon Oct 8 16:20:26 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: debugger.c,v 1.12 2006/06/25 01:25:32 debug Exp $   *  $Id: debugger.c,v 1.14 2006/07/01 21:15:46 debug Exp $
29   *   *
30   *  Single-step debugger.   *  Single-step debugger.
31   *   *
# Line 89  extern int quiet_mode; Line 89  extern int quiet_mode;
89  volatile int single_step = NOT_SINGLE_STEPPING;  volatile int single_step = NOT_SINGLE_STEPPING;
90  volatile int exit_debugger;  volatile int exit_debugger;
91  int force_debugger_at_exit = 0;  int force_debugger_at_exit = 0;
 int show_opcode_statistics = 0;  
92    
93  volatile int single_step_breakpoint = 0;  volatile int single_step_breakpoint = 0;
94  int debugger_n_steps_left_before_interaction = 0;  int debugger_n_steps_left_before_interaction = 0;
# Line 860  void debugger(void) Line 859  void debugger(void)
859          }          }
860    
861          gettimeofday(&debugger_machine->starttime, NULL);          gettimeofday(&debugger_machine->starttime, NULL);
862          debugger_machine->ncycles_since_gettimeofday = 0;          debugger_machine->ninstrs_since_gettimeofday = 0;
863    
864          single_step = NOT_SINGLE_STEPPING;          single_step = NOT_SINGLE_STEPPING;
865          debugger_machine->instruction_trace = old_instruction_trace;          debugger_machine->instruction_trace = old_instruction_trace;

Legend:
Removed from v.27  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC 1.1.26