Mark Alexander
f3138a7ca1
* 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.
…
Description
Binutils with MCST patches
Languages
C
52.1%
Makefile
22.5%
Assembly
12.2%
C++
6.2%
Roff
1.1%
Other
5.3%