summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2010-04-13 06:43:01 (GMT)
committersagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2010-04-13 06:43:01 (GMT)
commit1f7f18ddaa3298b5d2a21e9dfb9cb18ad95d58a9 (patch)
tree0727132859d4ad381fbc4a9fc7ed02ac2401551f
parent1157fd5b8b7ad5feced2304400ea2a6d34fc9998 (diff)
downloadcv2pdb-1f7f18ddaa3298b5d2a21e9dfb9cb18ad95d58a9.zip
cv2pdb-1f7f18ddaa3298b5d2a21e9dfb9cb18ad95d58a9.tar.gz
cv2pdb-1f7f18ddaa3298b5d2a21e9dfb9cb18ad95d58a9.tar.bz2
-rw-r--r--CHANGES2
-rw-r--r--README5
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 236686c..12f6653 100644
--- a/CHANGES
+++ b/CHANGES
@@ -81,7 +81,7 @@ Version history
* experimental hack to add lexical scope to local variables (dmd patch in
http://d.puremagic.com/issues/show_bug.cgi?id=3657 needed)
-Version 0.12
+2010-04-13 Version 0.12
* added patch to convert binaries produced by Metroworks CodeWarrior
* names of local function are now demangled
diff --git a/README b/README
index cf17e0c..e17c560 100644
--- a/README
+++ b/README
@@ -71,6 +71,11 @@ you are using. Unfortunately, this information is not embedded into
the debug information. The default is -D2. So far, this information
is only needed to determine whether "char[]" or "const char[]" is
translated to "string".
+
+Starting with DMD 2.043, assoiciative arrays have a slightly different
+implementation, so debug information needs to be adjusted aswell.
+Use -D 2.043 or higher to produce the matching debug info.
+
Option -C tells the program, that you want to debug a program compiled
with DMC, the Digital Mars C/C++ compiler. It will disable some of the
D specific functions and will enable adjustment of stack variable names.