mirror of
				https://github.com/go-delve/delve.git
				synced 2025-10-30 10:17:03 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			324 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			324 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // Package proc is a low-level package that provides methods to manipulate
 | |
| // the process we are debugging.
 | |
| //
 | |
| // proc implements all core functionality including:
 | |
| // * creating / attaching to a process
 | |
| // * process manipulation (step, next, continue, halt)
 | |
| // * methods to explore the memory of the process
 | |
| //
 | |
| package proc
 | 
