~ubuntu-branches/ubuntu/utopic/crash/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-05-05 12:54:24 UTC
  • mfrom: (0.1.10 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080505125424-5q3qi10b5t8f1hc1
Tags: 4.0-6.3-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/patches/01_spu_commands.dpatch:
    + SPU extension support
  - debian/rules:
    + Build SPU on powerpc

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
XSBC-Original-Maintainer: Troy Heber <troyh@debian.org>
6
6
Uploaders:
7
7
Build-Depends: debhelper (>= 4), binutils-dev, zlib1g-dev, libncurses5-dev, dpatch
8
 
Standards-Version: 3.7.2.2
 
8
Standards-Version: 3.7.3.0
9
9
 
10
10
Package: crash
11
11
Architecture: i386 ia64 alpha powerpc amd64
13
13
Suggests: kernel-patch-lkcd, dumputils
14
14
Description: kernel debugging utility, allowing gdb like syntax
15
15
 The core analysis suite is a self-contained tool that can be used to
16
 
 investigate either live systems, LKCD (Linux Kernel Crash Dumps) and Red Hat
17
 
 Netdump and Diskdump core dumps. 
18
 
 .
19
 
 For complete LKCD crash dump support you will need the LKCD kernel patch,
20
 
 dumputils, and a debugger that can be used to analyze the crash, such as the
21
 
 "lcrash" or "crash" (this package) packages.
 
16
 investigate either live systems, or multiple different core dump formats
 
17
 including kdump, LKCD, netdump and diskdump.
22
18
 .
23
19
 o  The tool is loosely based on the SVR4 crash command, but has been
24
 
    completely integrated with gdb in order to be able to display 
 
20
    completely integrated with gdb in order to be able to display
25
21
    formatted kernel data structures, disassemble source code, etc.
26
 
 .    
 
22
 .
27
23
 o  The current set of available commands consist of common kernel core
28
24
    analysis tools such as a context-specific stack traces, source code
29
 
    disassembly, kernel variable displays, memory display, dumps of 
 
25
    disassembly, kernel variable displays, memory display, dumps of
30
26
    linked-lists, etc.  In addition, any gdb command may be entered,
31
 
    which in turn will be passed onto the gdb module for execution.  
 
27
    which in turn will be passed onto the gdb module for execution.
32
28
 .
33
29
 o  There are several commands that delve deeper into specific kernel
34
30
    subsystems, which also serve as templates for kernel developers
37
33
    adds it to the command menu.
38
34
 .
39
35
 o  The intent is to make the tool independent of Linux version dependencies,
40
 
    building in recognition of major kernel code changes so as to adapt to 
 
36
    building in recognition of major kernel code changes so as to adapt to
41
37
    new kernel versions, while maintaining backwards compatibility.
42
38