~ubuntu-branches/ubuntu/raring/crash/raring-proposed

« back to all changes in this revision

Viewing changes to extensions/sial.c

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-11-04 13:04:16 UTC
  • mfrom: (0.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20081104130416-7s1imz9huwwfzrbt
Tags: 4.0-7.2-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/patches/01_spu_commands.dpatch
    + Provides SPU extension support
  - debian/rules:
    + Patch support
    + Enable SPU on PPC
  - debian/control:
    + Enable LPIA builds.
    + Build depend on dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: sial.c,v 1.5 2007/11/13 21:03:15 anderson Exp $
 
2
 * $Id: sial.c,v 1.6 2008/09/15 14:33:56 anderson Exp $
3
3
 *
4
4
 * This file is part of lcrash, an analysis tool for Linux memory dumps.
5
5
 *
800
800
                NULL
801
801
};
802
802
 
803
 
#define NCMDS 100
 
803
#define NCMDS 200
804
804
static struct command_table_entry command_table[NCMDS] =  {
805
805
 
806
806
        {"edit", edit_cmd, edit_help},