* target.h (struct target_ops): removed to_convert_to_virtual and
authorJohn Gilmore <gnu@cygnus>
Fri, 18 Sep 1992 09:53:47 +0000 (09:53 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 18 Sep 1992 09:53:47 +0000 (09:53 +0000)
commitdcc8abceed4c9faf9285018a46bede3a39161471
tree0e2448480df858b02a01849c1703d9f30175d407
parentc35475f9be6ff8985434778480594c62c7a0182d
* target.h (struct target_ops):  removed to_convert_to_virtual and
to_convert_from_virtual elements.  Initializations removed from
all static initializations.
(target_convert_to_virtual, target_convert_from_virtual):
removed.
(host_convert_to_virtual, host_convert_from_virtual):  Removed
forward declarations.
* target.c (cleanup_target): removed default assignments for
to_convert_to_virtual and to_convert_from_virtual.
* inftarg.c (host_convert_to_virtual, host_convert_from_virtual):
removed.
* findvar.c (value_of_register, value_from_register):
target_convert_to_virtual inlined.
* infcmd.c (do_registers_info):  target_convert_to_virtual inlined.
* valops.c (value_assign):  target_convert_from_virtual inlined.
gdb/ChangeLog
gdb/inftarg.c
gdb/target.c
gdb/target.h
This page took 0.025519 seconds and 4 git commands to generate.