Remove elements from complaint_series
authorTom Tromey <tom@tromey.com>
Thu, 17 May 2018 04:23:09 +0000 (22:23 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 23 May 2018 15:16:59 +0000 (09:16 -0600)
commit43ba33c7689a9eeb20a3c36ecb9867574963ee0e
tree6b1acffd6809b7d4afe92ed366b9f6f360b81267
parent2b9496b2b4781b21bc30a70337e24205f8a923d8
Remove elements from complaint_series

I couldn't find a way to get complaints to use a couple of cases, and
the difference between the actual printed output for these cases was
minimal anyway.  So, this patch removes a couple of constants from
complaint_series, plus the associated code.

gdb/ChangeLog
2018-05-23  Tom Tromey  <tom@tromey.com>

* complaints.c (enum complaint_series): Remove FIRST_MESSAGE,
SUBSEQUENT_MESSAGE.
(vcomplaint, clear_complaints): Update.
(symfile_explanations): Remove some messages.

gdb/testsuite/ChangeLog
2018-05-23  Tom Tromey  <tom@tromey.com>

* gdb.gdb/complaints.exp (test_serial_complaints): Remove.
(test_short_complaints): Update.
gdb/ChangeLog
gdb/complaints.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.gdb/complaints.exp
This page took 0.049917 seconds and 4 git commands to generate.