gdb over serial by Lubomir Kundrak and cleaned-up/updated by me (phcoder)

Also-By: Vladimir Serbinenko <phcoder@gmail.com>
This commit is contained in:
Lubomir Kundrak 2011-11-14 22:58:11 +01:00 committed by Vladimir 'phcoder' Serbinenko
parent 581ffa8a24
commit 66d6a7937b
9 changed files with 893 additions and 0 deletions

View file

@ -1741,3 +1741,13 @@ module = {
name = crc64;
common = lib/crc64.c;
};
module = {
name = gdb;
common = gdb/cstub.c;
common = gdb/gdb.c;
i386 = gdb/i386/idt.c;
i386 = gdb/i386/machdep.S;
i386 = gdb/i386/signal.c;
enable = i386;
};