mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-31 17:21:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			128 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			128 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
| unit fpDbgSymTable;
 | |
| 
 | |
| {$mode objfpc}{$H+}
 | |
| 
 | |
| interface
 | |
| 
 | |
| uses
 | |
|   Classes;
 | |
| 
 | |
| type
 | |
|   TfpSymbolList= TStringList;
 | |
| 
 | |
| implementation
 | |
| 
 | |
| end.
 | |
| 
 | 
