freebsd-dev/usr.bin/kdump
John Baldwin 7cf2ca3b01 Remove spurious ABI tags from kdump output.
The abidump routine output an ABI tag when -A was specified for records
that were not displayed due to type or pid filtering.  To fix, split
the code to lookup the ABI from the code to display the ABI, move the
code to display the ABI into dumpheader(), and move dumpheader() later
in the main loop as a simplification.  Previously dumpheader() was
called under a condition that repeated conditions made later in the
main loop.

Reviewed by:	kib
MFC after:	1 month
Sponsored by:	DARPA / AFRL
Differential Revision:	https://reviews.freebsd.org/D16608
2018-08-07 00:10:58 +00:00
..
kdump.1 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
kdump.c Remove spurious ABI tags from kdump output. 2018-08-07 00:10:58 +00:00
Makefile We use a few different ifdef's names to check if we are using Casper or not, 2017-09-21 14:41:41 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00