index
:
cv2pdb.git
master
readme_md
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #69 from neerajsi-msft/dwarf5
Rainer Schuetze
2021-12-10
11
-398/+1031
|
\
|
*
ci: verify DWARF5 symbols
Johannes Schindelin
2021-12-03
1
-1/+6
|
*
Fix file names in dwarf5 line tables
Neeraj Singh
2021-12-02
2
-25/+74
|
*
DWARF5 rnglists and loclists
Neeraj Singh
2021-12-02
2
-31/+169
|
*
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
|
/
*
update to version 0.49
v0.49
Rainer Schuetze
2021-11-06
2
-1/+7
*
Merge pull request #66 from dscho/vswhere
Rainer Schuetze
2021-11-03
2
-0/+122
|
\
|
*
Verify in the GitHub workflow that cv2pdb can handle GCC's output
Johannes Schindelin
2021-11-03
1
-1/+28
|
*
Add a GitHub workflow to build cv2pdb
Johannes Schindelin
2021-11-03
1
-0/+28
|
*
Allow the mspdb DLL to be found via vswhere.exe
Johannes Schindelin
2021-11-03
1
-0/+67
|
/
*
Merge pull request #67 from dscho/dwarf5
Rainer Schuetze
2021-10-30
5
-27/+174
|
\
|
*
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
*
Merge pull request #60 from oltolm/cache_only
Rainer Schuetze
2020-05-05
3
-26/+38
|
\
|
*
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
5
-5/+39
*
fix loading 64-bit mspdb140.dll in VS2019
Rainer Schuetze
2020-03-09
2
-1/+26
*
adapt wchar/dchar to newer versions of dmd, add cent/ucent
Rainer Schuetze
2020-03-09
1
-1/+4
*
Merge pull request #58 from dscho/invalidate-symbol-table
Rainer Schuetze
2020-03-09
1
-0/+13
|
\
|
*
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
3
-5/+11
*
Merge pull request #51 from marc-groundctl/more-line-numbers
Rainer Schuetze
2019-02-15
2
-70/+74
|
\
|
*
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
*
|
Merge pull request #49 from marc-groundctl/label-more-functions
Rainer Schuetze
2019-02-08
3
-22/+115
|
\
\
|
|
/
|
*
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
6
-63/+113
*
Merge pull request #46 from rainers/readme_md
Rainer Schuetze
2019-01-24
2
-9/+18
|
\
|
*
adjust fomratting
readme_md
Rainer Schuetze
2019-01-24
2
-9/+18
|
*
rename README to README.MD
Rainer Schuetze
2019-01-24
1
-0/+0
|
/
*
update README with existing options
Rainer Schuetze
2019-01-24
2
-8/+20
*
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
5
-7/+1029
*
Merge pull request #38 from akihikodaki/master
Rainer Schuetze
2018-09-29
5
-0/+55
|
\
|
*
Add Visual Studio detection by the COM API
Akihiko Odaki
2018-09-27
5
-0/+55
|
/
[next]