/[qemu]/qemu/gdbstub.c
ViewVC logotype

Diff of /qemu/gdbstub.c

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

revision 1.22 by bellard, Mon Jan 3 23:34:06 2005 UTC revision 1.23 by bellard, Mon Jan 17 22:03:16 2005 UTC
# Line 420  static int gdb_handle_packet(GDBState *s Line 420  static int gdb_handle_packet(GDBState *s
420          if (*p == ',')          if (*p == ',')
421              p++;              p++;
422          len = strtoul(p, (char **)&p, 16);          len = strtoul(p, (char **)&p, 16);
423          if (*p == ',')          if (*p == ':')
424              p++;              p++;
425          hextomem(mem_buf, p, len);          hextomem(mem_buf, p, len);
426          if (cpu_memory_rw_debug(env, addr, mem_buf, len, 1) != 0)          if (cpu_memory_rw_debug(env, addr, mem_buf, len, 1) != 0)

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26