Commit Graph

3 Commits

Author SHA1 Message Date
Dave Anderson 835c360273 Fixes for "[-Werror=misleading-indentation]" compiler warnings that
are generated by the following files, when building X86_64 in a
Fedora Rawhide environment with gcc-6.0.0:

  gdb-7.6/bfd/coff-i386.c
  gdb-7.6/bfd/coff-x86_64.c
  kernel.c
  x86_64.c
  lkcd_common.c

Without the patch, the warnings in the bfd library files are treated
as errors, and abort the build.  The three instances in the top-level
crash source code directory are non-fatal.  There are several other
gdb-specific instances that are non-fatal and are not addressed.
(anderson@redhat.com)
2016-02-02 10:15:11 -05:00
Dave Anderson e43267e888 Remove the LKCD-only "propeller spinner" seen when a dumpfile read
requires more than 2048 page header accesses.  This was put in place
because of the non-random-access design of LKCD dumpfiles.  Without
the patch, the spinner display is intermingled with command output,
which complicates the parsing of the output.
(watters.sam@gmail.com)
2015-02-13 09:57:57 -05:00
Dave Anderson 03e3937ec7 Initial commit: crash-7.0.4 2014-01-28 16:46:11 -05:00