Remove NO_DATA_STRING
authorTom Tromey <tom@tromey.com>
Sun, 14 Jul 2019 14:21:16 +0000 (08:21 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 30 Aug 2019 18:57:02 +0000 (12:57 -0600)
commit1f6d2f100ae6de462f1e81b5de17de059f6b17ef
tree688cfad13473eae758b185c930ec8a5bfd2db474
parent6744bcad05396a5901149a202270e523e454769d
Remove NO_DATA_STRING

NO_DATA_STRING shouldn't be used.  It's referenced in a single spot,
in tui_data_window::display_all_data.  This patch removes the use and
replaces it with the more correct text.  A later patch (though not in
this series) will remove this call entirely, when it's more obviously
correct to do so.

gdb/ChangeLog
2019-08-30  Tom Tromey  <tom@tromey.com>

* tui/tui-regs.c (tui_data_window::display_all_data): Change
text.
* tui/tui-data.h (NO_DATA_STRING): Remove define.
gdb/ChangeLog
gdb/tui/tui-data.h
gdb/tui/tui-regs.c