summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 10 insertions, 1 deletions
diff --git a/README b/README
index e17c560..7824875 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
This is the README file for cv2pdb, a
-converter of DMD CodeView debug information to PDB files
+converter of DMD CodeView/DWARF debug information to PDB files
Copyright (c) 2009-2010 by Rainer Schuetze, All Rights Reserved
@@ -14,6 +14,7 @@ converted debug information, like WinDbg or DMC.
Features
--------
* conversion of DMD CodeView information to PDB file
+* conversion of DWARF information to PDB file
* converted line number info allows setting breakpoints
* display of variables, fields and objects in watch, local and auto window and in data tooltips
* generates generic debug info for dynamic arrays, associative arrays and delegates
@@ -37,6 +38,14 @@ version 2.1 of the License, or (at your option) any later version.
See the file header for more details and
http://www.gnu.org/licenses/lgpl.html for the full license.
+The file dwarf.h is taken from the libdwarf project
+(http://reality.sgiweb.org/davea/dwarf.html)
+and is distributed under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+See the file header for more details and
+http://www.gnu.org/licenses/lgpl.html for the full license.
+
Installation
------------
Sorry, there is no full featured installer available yet, you'll have