]> Zhao Yanbai Git Server - minix.git/commit
import of mdb (minix debugger), some ptrace and signals unbreaking
authorBen Gras <ben@minix3.org>
Thu, 4 Aug 2005 08:44:16 +0000 (08:44 +0000)
committerBen Gras <ben@minix3.org>
Thu, 4 Aug 2005 08:44:16 +0000 (08:44 +0000)
commit5e3b213f05d2e1bfa3cb3c2dc3790cf9852fd401
tree36e3ac62d438079921c43d5849f18eed07a13346
parent693c7abe2a2900eab5f5750b311c42d707848129
import of mdb (minix debugger), some ptrace and signals unbreaking
seem to have made it work (runtime debugging and core reading).
25 files changed:
commands/Makefile
commands/mdb/Dist [new file with mode: 0644]
commands/mdb/MDB.TXT [new file with mode: 0644]
commands/mdb/Makefile [new file with mode: 0644]
commands/mdb/README [new file with mode: 0644]
commands/mdb/a.out.h [new file with mode: 0644]
commands/mdb/core.c [new file with mode: 0644]
commands/mdb/decode.c [new file with mode: 0644]
commands/mdb/gnu_load.c [new file with mode: 0644]
commands/mdb/gnu_sym.c [new file with mode: 0644]
commands/mdb/io.c [new file with mode: 0644]
commands/mdb/ioctl.c [new file with mode: 0644]
commands/mdb/kernel.c [new file with mode: 0644]
commands/mdb/mdb.1 [new file with mode: 0644]
commands/mdb/mdb.c [new file with mode: 0644]
commands/mdb/mdb.h [new file with mode: 0644]
commands/mdb/mdbdis86.c [new file with mode: 0644]
commands/mdb/mdbexp.c [new file with mode: 0644]
commands/mdb/misc.c [new file with mode: 0644]
commands/mdb/proto.h [new file with mode: 0644]
commands/mdb/ptrace.2 [new file with mode: 0644]
commands/mdb/sample [new file with mode: 0644]
commands/mdb/sym.c [new file with mode: 0644]
commands/mdb/syscalls.c [new file with mode: 0644]
commands/mdb/trace.c [new file with mode: 0644]