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

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

revision 25 by dpavlin, Mon Oct 8 16:19:56 2007 UTC revision 26 by dpavlin, Mon Oct 8 16:20:10 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: main.c,v 1.274 2006/06/22 13:22:41 debug Exp $   *  $Id: main.c,v 1.275 2006/06/24 19:52:28 debug Exp $
29   */   */
30    
31  #include <stdio.h>  #include <stdio.h>
# Line 37  Line 37 
37    
38  #include "console.h"  #include "console.h"
39  #include "cpu.h"  #include "cpu.h"
40    #include "debugger.h"
41  #include "device.h"  #include "device.h"
42  #include "diskimage.h"  #include "diskimage.h"
43  #include "emul.h"  #include "emul.h"
# Line 418  int get_cmd_args(int argc, char *argv[], Line 419  int get_cmd_args(int argc, char *argv[],
419                                      m->gdb.port);                                      m->gdb.port);
420                                  exit(1);                                  exit(1);
421                          }                          }
422                          single_step = 1;        /*  implicit -V  */                          /*  Note: implicit -V  */
423                            single_step = ENTER_SINGLE_STEPPING;
424                          msopts = 1;                          msopts = 1;
425                          break;                          break;
426                  case 'H':                  case 'H':
# Line 527  int get_cmd_args(int argc, char *argv[], Line 529  int get_cmd_args(int argc, char *argv[],
529                          msopts = 1;                          msopts = 1;
530                          break;                          break;
531                  case 'V':                  case 'V':
532                          single_step = 1;                          single_step = ENTER_SINGLE_STEPPING;
533                          break;                          break;
534                  case 'v':                  case 'v':
535                          verbose ++;                          verbose ++;

Legend:
Removed from v.25  
changed lines
  Added in v.26

  ViewVC Help
Powered by ViewVC 1.1.26