OSDN Git Service

Correctly parse register values provided by the monitor.
authorjimb <jimb>
Fri, 7 Sep 2001 21:27:35 +0000 (21:27 +0000)
committerjimb <jimb>
Fri, 7 Sep 2001 21:27:35 +0000 (21:27 +0000)
commit05c92bb86a0a3f2a5b152d3e925c269599d2b168
tree194ce8dfd133c04e43bccce0ed442164659b1fb4
parente32706eb2892b6522c60d4db4ae13e046fcad9ec
Correctly parse register values provided by the monitor.
* rom68k-rom.c: #include "value.h".
(is_hex_digit, hex_digit_value, is_whitespace,
rom68k_supply_one_register): New static functions.
(rom68k_supply_register): Call rom68k_supply_one_register, instead
of monitor_supply_register; the latter was incorrectly parsing
the values.
* Makefile.in (rom68k-rom.o): Note that this now #includes value.h.
gdb/ChangeLog
gdb/Makefile.in
gdb/rom68k-rom.c