crash 7.2.8-1ubuntu1.20.04.1 source package in Ubuntu

Changelog

crash (7.2.8-1ubuntu1.20.04.1) focal; urgency=medium

  * Fix cannot determine VA_BITS_ACTUAL (LP: #1919275):
    - d/p/0003-arm64-Change-tcr_el1_t1sz-variable-name-to-TCR_EL1_T.patch

 -- Ioanna Alifieraki <email address hidden>  Thu, 15 Apr 2021 12:33:46 +0300

Upload details

Uploaded by:
Ioanna Alifieraki
Sponsored by:
Dan Streetman
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates main utils

Downloads

File Size SHA-256 Checksum
crash_7.2.8.orig.tar.gz 30.8 MiB 19abe7fcb6a392f8d741315993e3d8b1a8ea799e9ddb433f12f6db4c59e45751
crash_7.2.8-1ubuntu1.20.04.1.debian.tar.xz 110.8 KiB 57989094c18c389e13b92a5f01b602ceb41dfeec0fcaa1a5b8d6d85a097c6518
crash_7.2.8-1ubuntu1.20.04.1.dsc 2.0 KiB 2c4d768bc87bd5d3b0178b6077734fd9e422c9bfcfa7ecd6f70374ebfab89f98

View changes file

Binary packages built by this source

crash: kernel debugging utility, allowing gdb like syntax

 The core analysis suite is a self-contained tool that can be used to
 investigate either live systems, or multiple different core dump formats
 including kdump, LKCD, netdump and diskdump.
 .
 o The tool is loosely based on the SVR4 crash command, but has been
    completely integrated with gdb in order to be able to display
    formatted kernel data structures, disassemble source code, etc.
 .
 o The current set of available commands consist of common kernel core
    analysis tools such as a context-specific stack traces, source code
    disassembly, kernel variable displays, memory display, dumps of
    linked-lists, etc. In addition, any gdb command may be entered,
    which in turn will be passed onto the gdb module for execution.
 .
 o There are several commands that delve deeper into specific kernel
    subsystems, which also serve as templates for kernel developers
    to create new commands for analysis of a specific area of interest.
    Adding a new command is a simple affair, and a quick recompile
    adds it to the command menu.
 .
 o The intent is to make the tool independent of Linux version dependencies,
    building in recognition of major kernel code changes so as to adapt to
    new kernel versions, while maintaining backwards compatibility.

crash-dbgsym: debug symbols for crash