change to_info_record to use target delegation
authorTom Tromey <tromey@redhat.com>
Wed, 25 Jun 2014 16:23:35 +0000 (10:23 -0600)
committerTom Tromey <tromey@redhat.com>
Mon, 7 Jul 2014 15:06:15 +0000 (09:06 -0600)
commit38e229b2b3b5cc28c40ae114146bcdb45f60fc46
tree552ac61f70c37c6b228236796254b66bceb5a58b
parentf0f9ff9530992cb86c7022310af223b2721117d1
change to_info_record to use target delegation

This changes to_info_record to use target delegation.
Also, target_info_record was unused, so this patch removes it.

2014-07-07  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (target_info_record): Remove.
* record.c (info_record_command): Unconditionally call
to_info_record.
* target.h (struct target_ops) <to_info_record>: Use
TARGET_DEFAULT_IGNORE.
(target_info_record): Remove.
gdb/ChangeLog
gdb/record.c
gdb/target.c
gdb/target.h