summaryrefslogtreecommitdiffstats
path: root/autoexp.expand
diff options
context:
space:
mode:
authorsagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2013-05-25 17:40:23 (GMT)
committersagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2013-05-25 17:40:23 (GMT)
commit0fb1fd5b60c996ed16affcefd37603fb620f107e (patch)
tree66c3c2824a9a8bf6c4096203d5b6a80dc1e7f4d4 /autoexp.expand
parentdd2882c90682885dea946a6e527645b4b237da99 (diff)
downloadcv2pdb-0fb1fd5b60c996ed16affcefd37603fb620f107e.zip
cv2pdb-0fb1fd5b60c996ed16affcefd37603fb620f107e.tar.gz
cv2pdb-0fb1fd5b60c996ed16affcefd37603fb620f107e.tar.bz2
2012-11-09 Version 0.26
* new option -p allows to specify the embedded PDB reference in the binary * added support for VS2012 2013-05-11 Version 0.27 * fixed crash when converting DWARF locations using 8 bytes or more
Diffstat (limited to 'autoexp.expand')
-rw-r--r--autoexp.expand1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoexp.expand b/autoexp.expand
index cdaf324..a1f1909 100644
--- a/autoexp.expand
+++ b/autoexp.expand
@@ -9,6 +9,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
object_viewhelper=$ADDIN(dviewhelper.dll,_DObjectView@28)
+object@Object=$ADDIN(dviewhelper.dll,_DObjectView@28)
string=$ADDIN(dviewhelper.dll,_DStringView@28)
wstring=$ADDIN(dviewhelper.dll,_DWStringView@28)
dstring=$ADDIN(dviewhelper.dll,_DDStringView@28)