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

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

revision 17 by dpavlin, Mon Oct 8 16:18:38 2007 UTC revision 18 by dpavlin, Mon Oct 8 16:19:11 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: debugger.c,v 1.122 2005/08/11 09:43:40 debug Exp $   *  $Id: debugger.c,v 1.123 2005/10/26 14:37:01 debug Exp $
29   *   *
30   *  Single-step debugger.   *  Single-step debugger.
31   *   *
# Line 180  void debugger_activate(int x) Line 180  void debugger_activate(int x)
180   *  Some examples:   *  Some examples:
181   *   *
182   *      "0x7fff1234"            ==> numeric value (hex, in this case)   *      "0x7fff1234"            ==> numeric value (hex, in this case)
183   *      "pc", "r5", "hi", "t4"  ==> register (CPU dependant)   *      "pc", "r5", "hi", "t4"  ==> register (CPU dependent)
184   *      "memcpy+64"             ==> symbol (plus offset)   *      "memcpy+64"             ==> symbol (plus offset)
185   *   *
186   *  Register names can be preceeded by "x:" where x is the CPU number. (CPU   *  Register names can be preceeded by "x:" where x is the CPU number. (CPU

Legend:
Removed from v.17  
changed lines
  Added in v.18

  ViewVC Help
Powered by ViewVC 1.1.26