OSDN Git Service

* generic/gdbtk-varobj.c (variable_value): Remove all instances
authorkseitz <kseitz>
Tue, 18 Jan 2005 00:14:23 +0000 (00:14 +0000)
committerkseitz <kseitz>
Tue, 18 Jan 2005 00:14:23 +0000 (00:14 +0000)
        of error_last_message. It's gone.

        * generic/gdbtk-wrapper.c: Include exceptions.h
        * generic/gdbtk-cmds.c: Likewise.
        * generic/gdbtk-interp.c: Likewise.
        (gdbtk_interpreter_exec): Change return type to struct
        exception. Return exception_none.

gdb/gdbtk/ChangeLog

index e225220..fc8a44d 100644 (file)
@@ -1,3 +1,14 @@
+2005-01-17  Keith Seitz  <kseitz@sources.redhat.com>
+
+       * generic/gdbtk-varobj.c (variable_value): Remove all instances
+       of error_last_message. It's gone.
+
+       * generic/gdbtk-wrapper.c: Include exceptions.h
+       * generic/gdbtk-cmds.c: Likewise.
+       * generic/gdbtk-interp.c: Likewise.
+       (gdbtk_interpreter_exec): Change return type to struct
+       exception. Return exception_none.       
+
 2005-01-13  Keith Seitz  <keiths@redhat.com>
 
        * configure.in: Rename to ...