crash 7.2.8-1ubuntu0.18.04.2 source package in Ubuntu

Changelog

crash (7.2.8-1ubuntu0.18.04.2) bionic; 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>  Wed, 14 Apr 2021 18:41:40 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates main utils

Downloads

File Size SHA-256 Checksum
crash_7.2.8.orig.tar.gz 30.8 MiB 19abe7fcb6a392f8d741315993e3d8b1a8ea799e9ddb433f12f6db4c59e45751
crash_7.2.8-1ubuntu0.18.04.2.debian.tar.xz 98.6 KiB 319f4713b7baadeb41940b9755fb9dcc24cbed9712641727bbcad9e8cf483e4c
crash_7.2.8-1ubuntu0.18.04.2.dsc 2.0 KiB 4d274c8bd262dcf09974f9e9cbdfde3d29f24511692c53ec4670a5d30b2c470d

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