OSDN Git Service

* defs.h (struct gdbarch): Add forward declaration.
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 11 Sep 2008 14:21:49 +0000 (14:21 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Thu, 11 Sep 2008 14:21:49 +0000 (14:21 +0000)
commit289b8826e35be970ee99b81d907707a9b3294633
tree0297440c1b4ebff329cf6c69881d66bd083fd731
parentf7b34aae92aaafaace65b8137a6532ab4258d93e
* defs.h (struct gdbarch): Add forward declaration.
(set_next_address): Add GDBARCH argument.
* printcmd.c (set_next_address): Use it to find pointer type.
* breakpoint.c (breakpoint_1): Update call.
* source.c (line_info): Likewise.
* findcmd.c (find_command): Use current_gdbarch to find pointer type.

* breakpoint.c (set_breakpoint_count): Use platform-neutral
types for internal variable values.
* infrun.c (handle_inferior_event): Likewise.
* source.c (forward_search_command, reverse_search_command): Likewise.
* tracepoint.c (set_tracepoint_count, set_traceframe_num,
set_tracepoint_num, set_traceframe_context): Likewise.
gdb/breakpoint.c
gdb/defs.h
gdb/findcmd.c
gdb/infrun.c
gdb/printcmd.c
gdb/source.c
gdb/tracepoint.c