- allow core file offsets with high bit set - repair and enable gcc-compiled binary support - fix bug leading to random command execution - remove obsolete ptrace.2 manpage
		
			
				
	
	
		
			36 lines
		
	
	
		
			820 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			820 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Mdb (Minix debugger) Distribution
 | 
						|
=================================
 | 
						|
 | 
						|
Version: 	2.6.0
 | 
						|
Date:		Sept 9/96
 | 
						|
Author:		Philip Murton
 | 
						|
E-mail:		philip.murton@utoronto.ca
 | 
						|
 | 
						|
 | 
						|
Files included: 
 | 
						|
===============
 | 
						|
 | 
						|
Dist		This file
 | 
						|
Makefile	Makefile 
 | 
						|
MDB.TXT		Cover file
 | 
						|
README		README file 
 | 
						|
core.c		core file functions
 | 
						|
decode.c	Optional for syscalls support
 | 
						|
gnu_sym.c	Optional for GNU EXEC support
 | 
						|
io.c		I/O done here
 | 
						|
ioctl.c		Optional for syscalls support
 | 
						|
kernel.c	kernel functions
 | 
						|
log		Log from sample command file (See README)
 | 
						|
mdb.c		main program
 | 
						|
mdb.h		main header
 | 
						|
mdb.1		man page
 | 
						|
mdbdis86.c	Disassembler 
 | 
						|
mdbexp.c	Expression parsing
 | 
						|
misc.c		misc functions including help
 | 
						|
proto.h		Prototypes 
 | 
						|
sample		sample command file
 | 
						|
sym.c		Symbolic names read from exec file
 | 
						|
syscalls.c	Optional for syscalls support
 | 
						|
trace.c		ptrace() called here
 | 
						|
 |