summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRainer Schuetze <r.sagitario@gmx.de>2019-01-25 08:34:14 (GMT)
committerRainer Schuetze <r.sagitario@gmx.de>2019-01-25 08:34:37 (GMT)
commit14641495119635e26aabad1dbccc79a6dd1fc94c (patch)
treeee113b251229474c799a716a3a26e059583fe68e /CHANGES
parent7cc88a61762cc5f253e81fe19da411efb5bc0c0e (diff)
downloadcv2pdb-14641495119635e26aabad1dbccc79a6dd1fc94c.zip
cv2pdb-14641495119635e26aabad1dbccc79a6dd1fc94c.tar.gz
cv2pdb-14641495119635e26aabad1dbccc79a6dd1fc94c.tar.bz2
DWARF: fixed converting unnamed structs/unions as part of other structs
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d6a94d5..09e498e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -275,3 +275,15 @@ unreleased Version 0.22
* DWARF: improvements for ADA: better enumerator types, improved lexical scope (thanks to @pmderodat)
* if no debug information found in executable, now looks for epononymous DBG file
to load CV from (thanks to @AlexWhiter)
+
+2019-01-25 Version 0.45
+
+ * support converting DBG file to PDB
+ * fiexd alignment of debug section.
+ * DWARF: add support for local variables with location list via DW_FORM_sec_offset
+ * fixed some minor DWARF issues/crashes
+ * detect Visual Studio through COM API
+ * set architecture of .pdb for a 64 bit .dbg
+ * always convert S_BPREL_V1 to S_BPREL_V3 (no longer supported by mspdb 14.16.27012/VS 15.9)
+ * emit "elemtype[keytype]" instead of "dAssocArray"
+ * DWARF: fixed converting unnamed structs/unions as part of other structs