mirror of
				https://github.com/go-delve/delve.git
				synced 2025-10-31 18:57:18 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			154 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			154 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <sys/types.h>
 | |
| 
 | |
| char * find_command_name(int pid);
 | |
| char * find_executable(int pid);
 | |
| int find_status(int pid);
 | |
| uintptr_t get_entry_point(int pid);
 | 
