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

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

revision 23 by dpavlin, Mon Oct 8 16:19:37 2007 UTC revision 24 by dpavlin, Mon Oct 8 16:19:56 2007 UTC
# Line 2  Line 2 
2  #define DEBUGGER_H  #define DEBUGGER_H
3    
4  /*  /*
5   *  Copyright (C) 2004-2005  Anders Gavare.  All rights reserved.   *  Copyright (C) 2004-2006  Anders Gavare.  All rights reserved.
6   *   *
7   *  Redistribution and use in source and binary forms, with or without   *  Redistribution and use in source and binary forms, with or without
8   *  modification, are permitted provided that the following conditions are met:   *  modification, are permitted provided that the following conditions are met:
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: debugger.h,v 1.2 2006/02/04 11:10:59 debug Exp $   *  $Id: debugger.h,v 1.4 2006/03/25 21:24:31 debug Exp $
32   *   *
33   *  See src/debugger.c.   *  See src/debugger/debugger.c.
34   */   */
35    
36  struct emul;  struct emul;
37    struct machine;
38    
39  /*  debugger.c:  */  /*  debugger.c:  */
40  void debugger_activate(int x);  void debugger_activate(int x);
# Line 42  void debugger(void); Line 43  void debugger(void);
43  void debugger_reset(void);  void debugger_reset(void);
44  void debugger_init(struct emul **emuls, int n_emuls);  void debugger_init(struct emul **emuls, int n_emuls);
45    
   
46  #endif  /*  DEBUGGER_H  */  #endif  /*  DEBUGGER_H  */

Legend:
Removed from v.23  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.26