diff options
author | Yao Qi <yao@codesourcery.com> | 2014-02-10 15:28:33 +0800 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2014-02-23 11:44:27 +0800 |
commit | a283690eb7320dfe4074301c673f6cc3dd21fb11 (patch) | |
tree | 16bd91d05566c2949d9d1c3f758296a7ff17af08 /Makefile.in | |
parent | 12e03cd06ada8ca7e62fa52aa84946256c1bc654 (diff) | |
download | fsf-binutils-gdb-a283690eb7320dfe4074301c673f6cc3dd21fb11.zip fsf-binutils-gdb-a283690eb7320dfe4074301c673f6cc3dd21fb11.tar.gz fsf-binutils-gdb-a283690eb7320dfe4074301c673f6cc3dd21fb11.tar.bz2 |
Let tracefile has_memory and has_all_memory.
At present, tfile target thinks it has memory but ctf doesn't.
This is an oversight when I added ctf target support. This patch
moves the implementations of to_has_all_memory and to_has_memory to
upper layer. After this change, both tfile and ctf target think
they have memory.
gdb:
2014-02-23 Yao Qi <yao@codesourcery.com>
* tracefile-tfile.c (tfile_has_all_memory): Remove.
(tfile_has_memory): Remove.
(init_tfile_ops): Don't set fields to_has_all_memory and
to_has_memory of tfile_ops.
* tracefile.c (tracefile_has_all_memory): New function.
(tracefile_has_memory): New function.
(init_tracefile_ops): Initialize fields to_has_all_memory and
to_has_memory of 'ops'.
Diffstat (limited to 'Makefile.in')
0 files changed, 0 insertions, 0 deletions