OSDN Git Service

* gdbtk-wrapper.h: Add declarations for GDB_get_prev_frame, GDB_get_next_frame,
authorkseitz <kseitz>
Thu, 24 Feb 2000 03:11:47 +0000 (03:11 +0000)
committerkseitz <kseitz>
Thu, 24 Feb 2000 03:11:47 +0000 (03:11 +0000)
commit9d6bb597f8d19fa694393b0595e9e512b55ea9e2
tree91d6d7fea4060484ed6aad88dd688215ba881d19
parentfb5bac61d734407159e5522cc11fc5bed2fb6c5f
    * gdbtk-wrapper.h: Add declarations for GDB_get_prev_frame, GDB_get_next_frame,
        GDB_find_relative_frame, GDB_get_current_frame.
        * gdbtk-wrapper.c (GDB_get_prev_frame, wrap_get_prev_frame): New functions.
        (GDB_get_next_frame, wrap_get_next_frame): New functions.
        (GDB_find_relative_frame, wrap_find_relative_frame): New functions.
        (GDB_get_current_frame, wrap_get_current_frame): New functions.

        * gdbtk-hooks.c (gdbtk_add_hooks): Use "specify_exec_file_hook" so
        that our hook is added to the list of hooks run instead of overwriting
        all other hooks.

        * gdbtk-cmds.c (gdb_stack): Wrap all calls to internal functions and
        deal with errors more gracefully.
gdb/gdbtk/generic/ChangeLog-gdbtk
gdb/gdbtk/generic/gdbtk-cmds.c
gdb/gdbtk/generic/gdbtk-hooks.c
gdb/gdbtk/generic/gdbtk-wrapper.c
gdb/gdbtk/generic/gdbtk-wrapper.h