OSDN Git Service

* gdbtk-wrapper.h: Add declarations for GDB_get_prev_frame, GDB_get_next_frame,
authorKeith Seitz <keiths@redhat.com>
Thu, 24 Feb 2000 03:11:47 +0000 (03:11 +0000)
committerKeith Seitz <keiths@redhat.com>
Thu, 24 Feb 2000 03:11:47 +0000 (03:11 +0000)
commit70038ea445159b1c76a8b63d6097bfbfb2c40e61
treefdb4b6e0c8264c5bddfe49555121b0487f38d466
parenta71bd9be9bd2ba45bab2b2a567d09d2151ffd8d8
    * 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