OSDN Git Service

* generic/gdbtk-register.c (map_arg): New data type
authorKeith Seitz <keiths@redhat.com>
Fri, 7 Mar 2008 08:03:19 +0000 (08:03 +0000)
committerKeith Seitz <keiths@redhat.com>
Fri, 7 Mar 2008 08:03:19 +0000 (08:03 +0000)
commit7cc457d5c725934198e3e7e49a57c713dd8553c0
treea214ac6fa69a74b92b3a395b273ba8aae926e4ec
parent0176cf5a89978aaa27424369d4209716a2fda350
    * generic/gdbtk-register.c (map_arg): New data type
        for passing arguments to mapping functions.
        (map_func): New definition of mapping function.
        Changed all callers to use these new types.
        * generic/gdbtk-stack.c (gdb_get_vars_command): Change
        cast to int to dereference of int *.
        * generic/gdbtk-wrapper.c: Change all casts to char * for
        results and args to use pointer or integer flavor of
        gdb_wrapper_args.results and .args.
        * generic/gdbtk-wrapper.h: struct gdb_wrapper_arguments
        members result and args now return a union of void * and int.
gdb/gdbtk/ChangeLog
gdb/gdbtk/generic/gdbtk-register.c
gdb/gdbtk/generic/gdbtk-stack.c
gdb/gdbtk/generic/gdbtk-wrapper.c
gdb/gdbtk/generic/gdbtk-wrapper.h