mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
Use hex_string instead of phex_nz for error.
2010-04-01 H.J. Lu <hongjiu.lu@intel.com> * remote.c (remote_parse_stop_reply): Use hex_string instead of phex_nz for error.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* remote.c (remote_parse_stop_reply): Use hex_string instead
|
||||||
|
of phex_nz for error.
|
||||||
|
|
||||||
2010-04-01 Stan Shebs <stan@codesourcery.com>
|
2010-04-01 Stan Shebs <stan@codesourcery.com>
|
||||||
Nathan Sidwell <nathan@codesourcery.com>
|
Nathan Sidwell <nathan@codesourcery.com>
|
||||||
|
|
||||||
|
@ -4884,7 +4884,7 @@ Packet: '%s'\n"),
|
|||||||
if (reg == NULL)
|
if (reg == NULL)
|
||||||
error (_("Remote sent bad register number %s: %s\n\
|
error (_("Remote sent bad register number %s: %s\n\
|
||||||
Packet: '%s'\n"),
|
Packet: '%s'\n"),
|
||||||
phex_nz (pnum, 0), p, buf);
|
hex_string (pnum), p, buf);
|
||||||
|
|
||||||
cached_reg.num = reg->regnum;
|
cached_reg.num = reg->regnum;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user