/[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 5 by dpavlin, Mon Oct 8 16:18:00 2007 UTC revision 6 by dpavlin, Mon Oct 8 16:18:11 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: debugger.c,v 1.101 2005/04/18 21:41:19 debug Exp $   *  $Id: debugger.c,v 1.103 2005/05/13 14:26:29 debug Exp $
29   *   *
30   *  Single-step debugger.   *  Single-step debugger.
31   *   *
# Line 904  static void debugger_cmd_print(struct ma Line 904  static void debugger_cmd_print(struct ma
904                  printf("Multiple matches. Try prefixing with %%, $, or @.\n");                  printf("Multiple matches. Try prefixing with %%, $, or @.\n");
905                  break;                  break;
906          case NAME_PARSE_REGISTER:          case NAME_PARSE_REGISTER:
907                    printf("%s = 0x%llx\n", cmd_line, (long long)tmp);
908                    break;
909          case NAME_PARSE_SYMBOL:          case NAME_PARSE_SYMBOL:
910                  printf("%s = 0x%016llx\n", cmd_line, (long long)tmp);                  printf("%s = 0x%016llx\n", cmd_line, (long long)tmp);
911                  break;                  break;
912          case NAME_PARSE_NUMBER:          case NAME_PARSE_NUMBER:
913                  printf("0x%016llx\n", (long long)tmp);                  printf("0x%llx\n", (long long)tmp);
914                  break;                  break;
915          }          }
916  }  }

Legend:
Removed from v.5  
changed lines
  Added in v.6

  ViewVC Help
Powered by ViewVC 1.1.26