OSDN Git Service

* generic/gdbtk-stack.c (gdb_block_args): Remove deprecated values
authorKeith Seitz <keiths@redhat.com>
Mon, 14 Jul 2008 23:43:36 +0000 (23:43 +0000)
committerKeith Seitz <keiths@redhat.com>
Mon, 14 Jul 2008 23:43:36 +0000 (23:43 +0000)
commite5c3fc0ff7ac1a82d6eaad862a85cb2ea64d45b9
treed289745e165839fc0aaf5f58d46c8e347304362f
parent82bc1f294a4e544e5d35699eaa966de37b0016ad
    * generic/gdbtk-stack.c (gdb_block_args): Remove deprecated values
        LOC_LOCAL_ARG, LOC_COMPUTED_ARG, LOC_REGPARM, LOC_BASEARG_ARG, and
        LOC_BASEARG.
        (gdb_get_blocks): Likewise.
        (gdb_get_vars_command): Likewise.
        Fix type-punned pointer error introduced on 03-07.

        * generic/gdbtk-cmds.c (gdbtk_load_asm): Use paddress instead
        of deprecated_print_address_numeric.
        (gdb_stop): Update use of target_stop.

        * generic/gdbtk.h (gdbtk_get_ptid): Declare new function.
        * generic/gdbtk-hooks.c (gdbtk_wait): Save inferior's ptid.
        (gdbtk_get_ptid): Define new function.
        * generic/gdbtk-varobj.c (variable_update): Update for recent
        varobj_update API change.
        * generic/gdbtk-wrapper.h (GDB_varobj_update): Likewise.
        * generic/gdbtk-wrapper.c (GDB_varobj_update): Likewise.
        (wrap_varobj_update): Likewise.

        * library/targetselection.itb (init_target_db): Initialize
        preferences here instead of ...
        (_init): ... here.
        (_init_prefs): Define gdb/load/default-portname, too.
gdb/gdbtk/ChangeLog
gdb/gdbtk/generic/gdbtk-cmds.c
gdb/gdbtk/generic/gdbtk-hooks.c
gdb/gdbtk/generic/gdbtk-stack.c
gdb/gdbtk/generic/gdbtk-varobj.c
gdb/gdbtk/generic/gdbtk-wrapper.c
gdb/gdbtk/generic/gdbtk-wrapper.h
gdb/gdbtk/generic/gdbtk.h
gdb/gdbtk/library/targetselection.itb