diff options
author | sagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8> | 2010-04-13 06:43:01 (GMT) |
---|---|---|
committer | sagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8> | 2010-04-13 06:43:01 (GMT) |
commit | 1f7f18ddaa3298b5d2a21e9dfb9cb18ad95d58a9 (patch) | |
tree | 0727132859d4ad381fbc4a9fc7ed02ac2401551f | |
parent | 1157fd5b8b7ad5feced2304400ea2a6d34fc9998 (diff) | |
download | cv2pdb-1f7f18ddaa3298b5d2a21e9dfb9cb18ad95d58a9.zip cv2pdb-1f7f18ddaa3298b5d2a21e9dfb9cb18ad95d58a9.tar.gz cv2pdb-1f7f18ddaa3298b5d2a21e9dfb9cb18ad95d58a9.tar.bz2 |
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | README | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -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
@@ -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.
|