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:
parent
581ffa8a24
commit
66d6a7937b
9 changed files with 893 additions and 0 deletions
|
@ -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;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue