| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- add support for DW_ATE_UTF
|
|
|
|
|
|
| |
DW_AT_lower_bound
* DWARF: translate __int128 to CV code 0x14, just a wild guesss
|
|
|
|
|
| |
bump version
add Visual D test project for cvtest.d
|
|
|
|
| |
* added VS2013 projects + solution
|
| |
|
|
|
|
| |
.reloc segment
|
| |
|
|
|
|
|
|
| |
* added searching mspdb120.dll for VS 2013
* changed search order for mspdb*.dll: trying to load through PATH first
newest VS versions preferred, then trying through installation paths for VS 2013-2005
* dviewhelper.dll now avoids being reloaded for every expression
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
* new option -p allows to specify the embedded PDB reference in the binary
* added support for VS2012
|
|
|
|
| |
* supports unicode characters in file names
* improve interpretation of DWARF location expression
|
| |
|
|
|
|
|
|
|
| |
displaying arrays
* added command line switch -e to enable using named enumerator for D basic types
* added DWARF support
* added x64 support
|
| |
|
| |
|
|
|
|
|
| |
* added command line switch
* fixed crash with more than 32767 types
|
|
|
|
| |
information for recent compilers by default
|
|
|
|
| |
void
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* thanks to patches by Z3N, the resulting pdb is now usable by more debuggers
* now uses shared file access to executable
* incomplete structs/classes are now added as user defined types to avoid confusing
debugger for following symbols
* fixed name demangling of very long names
* added name demangling support for @safe/@trusted/@property/pure/nothrow/ref
* base classes are added to D/cpp-interfaces to allow viewing the virtual function
table pointer
* structs, classes and interfaces now have an internal qualifier attached that allows
the preview in autoexp.dat to show better info for structs and interfaces
|
|
|
|
|
| |
* now adding properties "has nested type" and "is nested type" to class/struct/union/enum types
* better support for enumerators: now added as user defined types (DMD patch needed)
|
|
|
|
| |
(command option -C is used), it is converted to int64 (fixing DMC bug)
|
|
|
|
|
|
| |
* adapted to mspdb100.dll which comes with VS2010
* tweaked autoexp.dat modifications to be more stable with uninitialized data
* autoexp.snippet now split into two files
|
| |
|
| |
|
|
|
| |
* added managed C++ project to integrate cv2pdb with CLR
|
| |
|
|
|
|
|
|
|
| |
* basic types now show with their D names, not as C types
* "enum" prefix removed from type names of enumerator types
* added type information for complex data types
* dmd-patch needed for long/ulong support
* experimental hack to add lexical scope to local variables
|
| |
|
|
|
|
| |
struct_v2.derived now always set to 0
|
| |
|
|
|
|
| |
by DMC are now removed
|
|
|
|
|
| |
* fixed line number info at the end of a segment or when switching to another file because of inline expansion
* fixed line numbers > 32767 and sections with 0 line number entries
|
|
|
|
|
| |
- tweaked visualizer macros to detect uninitialized associative arrays and to limit expansion
to arrays with less than 1024 entries
- renamed "data" pointer member of dynamic arrays to "ptr"
|
| |
|
| |
|
|
|
|
|
|
|
| |
* fixed error in __viewhelper field of string type, that could screw up type info
* added support for wstring and dstring
* fixed problems with debug info inside library by combining debug info of different modules into a single pseudo-module
* now also replaces '.' by '@' in enumerator types for more consistent debug info
|
|
|
|
| |
associative arrays
|
| |
|
|
|
|
|
|
|
| |
some minor doc changes
replace .debug section in executable rather than rename it, if it the last section.
support for field type LF_VFUNCTAB and symbol type S_CONSTANT used by DMC.
added stringview to autoexp.dat for full length text display.
|
|
|