merge backtrace into gdb
This commit is contained in:
commit
fc400bfd74
4 changed files with 150 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue