merge backtrace into gdb

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-18 20:59:42 +01:00
commit fc400bfd74
4 changed files with 150 additions and 0 deletions

View file

@ -1709,6 +1709,12 @@ module = {
common = commands/testload.c;
};
module = {
name = backtrace;
common = lib/i386/backtrace.c;
enable = x86;
};
module = {
name = lsapm;
common = commands/i386/pc/lsapm.c;