diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-12-14 03:29:52 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-12-14 03:29:52 +0000 |
commit | 20dd6c3bb85049415f8681dbf58fe9023e333778 (patch) | |
tree | 87fe4b151b0ede38beffb2f5154fd9facaf46d92 /gdb/ChangeLog | |
parent | f7e85b1bc11e564d356933c447070a55ff5fa56d (diff) | |
download | gdb-20dd6c3bb85049415f8681dbf58fe9023e333778.zip gdb-20dd6c3bb85049415f8681dbf58fe9023e333778.tar.gz gdb-20dd6c3bb85049415f8681dbf58fe9023e333778.tar.bz2 |
* monitor.c (monitor_printable_string): New function to convert a into
a printable representation.
(monitor_error): Call error after converting string into printable
format.
(monitor_printf{,_noecho}): If EXTRA_RDEBUG is defined, convert string
into printable form before printing.
(monitor_expect): Ditto.
(monitor_read_memory{,_single}): Call monitor_error, not error.
(monitor_read_memory): Return immediately if length is 0.
* ppcbug-rom.c (init_ppc_cmds): Fill in dump_registers field, which is
now required.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 798cd68..3b655fd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +1998-12-08 Michael Meissner <meissner@cygnus.com> + + * monitor.c (monitor_printable_string): New function to convert a + string into a printable representation. + (monitor_error): Call error after converting string into printable + format. + (monitor_printf{,_noecho}): If EXTRA_RDEBUG is defined, convert + string into printable form before printing. + (monitor_expect): Ditto. + (monitor_read_memory{,_single}): Call monitor_error, not error. + (monitor_read_memory): Return immediately if length is 0. + + * ppcbug-rom.c (init_ppc_cmds): Fill in dump_registers field, + which is now required. + Mon Dec 14 11:01:39 1998 Andrew Cagney <cagney@b1.cygnus.com> * gdbarch.h, gdbarch.c: Consolidate the semi-dynamic target system |