index
:
cv2pdb.git
master
readme_md
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
read all dwarf5 main DIE forms
Neeraj Singh
2021-12-02
2
-5/+115
*
Read DWARF5 header and add DWARF5 constants.
Neeraj Singh
2021-12-02
5
-17/+123
*
more pre-DWARF5 refactoring: unit headers, location cursor, range cursor
Neeraj Singh
2021-12-02
5
-152/+243
*
carry contextual information with the DIECursor
Neeraj Singh
2021-12-02
4
-77/+91
*
Refactor PE image section handling. Add debug logging.
Neeraj Singh
2021-12-02
9
-171/+291
*
Allow the mspdb DLL to be found via vswhere.exe
Johannes Schindelin
2021-11-03
1
-0/+67
*
Add rudimentary support for DWARF5
Johannes Schindelin
2021-10-29
5
-27/+174
*
fix #61: implement DWARF4 line number headers
v0.48
Rainer Schuetze
2020-05-08
2
-4/+39
*
introduce a symbol cache
oltolm
2020-05-04
3
-26/+38
*
DWRAF: fix BSS handling and symbol-section
Rainer Schuetze
2020-03-30
2
-3/+4
*
fix issue #59: add DWARF support for symbol to imported data
Rainer Schuetze
2020-03-26
3
-4/+34
*
fix loading 64-bit mspdb140.dll in VS2019
Rainer Schuetze
2020-03-09
1
-0/+22
*
adapt wchar/dchar to newer versions of dmd, add cent/ucent
Rainer Schuetze
2020-03-09
1
-1/+4
*
Force invalidation of the symbol table offset
Johannes Schindelin
2020-03-08
1
-0/+13
*
DWARF: fix writing info for aggregates larger than 32kB
Rainer Schuetze
2019-07-18
1
-4/+4
*
Don't write line sequences containing decreasing addresses
Marc Aldorasi
2019-02-15
1
-1/+6
*
Removed unnecessary header
Marc Aldorasi
2019-02-13
1
-2/+0
*
Delay adding lines until we know the end of the line's address range
Marc Aldorasi
2019-02-13
2
-61/+61
*
VS2013 doesn't like lambdas with auto parameters
Marc Aldorasi
2019-02-07
1
-1/+1
*
Work around ld bug 24192
Marc Aldorasi
2019-02-07
1
-6/+1
*
Rewrite line translation to handle decreasing line numbers
Marc Aldorasi
2019-02-07
1
-30/+36
*
Improve merging DWARF_InfoData
Marc Aldorasi
2019-02-06
2
-3/+10
*
Exclude artificial functions and inherit attributes from abstract origins
Marc Aldorasi
2019-02-04
3
-55/+88
*
Try harder to get function entry points
Marc Aldorasi
2019-02-04
3
-3/+56
*
DWARF: fixed converting unnamed structs/unions as part of other structs
Rainer Schuetze
2019-01-25
4
-62/+100
*
adjust fomratting
readme_md
Rainer Schuetze
2019-01-24
1
-3/+6
*
update README with existing options
Rainer Schuetze
2019-01-24
1
-1/+1
*
select Windows SDK automatically
Rainer Schuetze
2019-01-06
3
-0/+24
*
fix issue #43: initialize DWARF_LineState's members file_ptr and last_addr
Rainer Schuetze
2018-12-21
1
-0/+3
*
emit "elemtype[keytype]" instead of "dAssocArray"
Rainer Schuetze
2018-12-16
1
-37/+43
*
fix #40: set architecture of .pdb for a 64 bit .dbg
Rainer Schuetze
2018-12-12
2
-7/+12
*
fix #41: cv2pdb crashes if mspdb*.dll cannot be loaded from path
Rainer Schuetze
2018-12-12
1
-1/+3
*
add Setup.Configuration package contents and reference them directly
Rainer Schuetze
2018-09-29
4
-6/+1029
*
Add Visual Studio detection by the COM API
Akihiko Odaki
2018-09-27
4
-0/+54
*
DWARF: fix line info translation for pointer_size 8
Rainer Schuetze
2018-07-18
3
-14/+20
*
Fix PEImage::dumpDebugLineInfoCOFF()
Dakota Hawkins
2018-07-17
1
-17/+34
*
DWARF:
Rainer Schuetze
2018-04-21
3
-35/+44
*
Debug directory aligning moved to PEImage::replaceDebugSection.
AlexWhiter
2018-04-08
2
-8/+7
*
Fixed misspelled identifier.
AlexWhiter
2018-04-07
1
-1/+1
*
Cleanup of RSDS block after allocation.
AlexWhiter
2018-04-07
1
-3/+3
*
1. If exe-file consisted of just a disk letter and a file name (i.e. c:file.e...
AlexWhiter
2018-04-05
3
-5/+9
*
simplify code flow
Rainer Schuetze
2018-03-31
1
-18/+20
*
refactor common part of embedded CV and DBG into function
Rainer Schuetze
2018-03-31
2
-42/+38
*
Reverting PEImage.h to the original state.
AlexWhiter
2018-03-30
1
-0/+1
*
Don't check IMAGE_FILE_DEBUG_STRIPPED flag. Check if DBG file exists instead.
AlexWhiter
2018-03-30
2
-10/+14
*
Wrong version was previously committed.
AlexWhiter
2018-03-30
1
-2/+1
*
RSDS section writing into EXE with symbols in DBG file.
AlexWhiter
2018-03-30
4
-17/+39
*
Fixed the calculation of IMAGE_DEBUG_DIRECTORY offset in DBG files.
AlexWhiter
2018-03-30
1
-1/+1
*
add partial support to convert DBG to PDB
Rainer Schuetze
2018-03-30
3
-3/+67
*
fix signed/unsigned warnings
Rainer Schuetze
2018-03-30
2
-7/+6
[next]