* monitor.c (monitor_write_memory, monitor_read_memory_single):
authorMark Alexander <marka@cygnus>
Fri, 12 Jul 1996 04:18:13 +0000 (04:18 +0000)
committerMark Alexander <marka@cygnus>
Fri, 12 Jul 1996 04:18:13 +0000 (04:18 +0000)
commitf3138a7ca1e234227972f39b427a6ed6b27160b7
tree230d2e905d4665b02c49dab08f44e1797e2f9028
parent4853b6d11ca13dc6edc9138a59225c4a9707bf96
* monitor.c (monitor_write_memory, monitor_read_memory_single):
Disable use of "long long" memory read/write commands; can't
use them because we hold the values to read/write in an int
variable, and because strtoul fails on values that exceed the
size of a long.  This fixes breakpoint problems on MON960.
gdb/ChangeLog