This repository was archived by the owner on Feb 12, 2023. It is now read-only.
Added an option to IndexWithSrcTool (-t)#210
Open
raymondwu1 wants to merge 5 commits intoGitTools:developfrom
Open
Added an option to IndexWithSrcTool (-t)#210raymondwu1 wants to merge 5 commits intoGitTools:developfrom
raymondwu1 wants to merge 5 commits intoGitTools:developfrom
Conversation
Srctool lists all files indexed within a .pdb file. It comes packaged alongside pdbstr in Debugging Tools for Windows. Source: http://tools.pirho.net/files/NetFxProblem/Tools/windbg_6.12.0002.633_x86/debugger_x86/ Official docs on srctool: https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/the-srctool-utility
Use srctool to obtain a list of source files from the pdb and filter out files not found in git or with an invalid extension
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #203 .
Checklist
Changes proposed in this pull request:
Sample output from srctool:

Tested on gitlink.pdb, we get the following source information for source files:
Tested on a C++ project, we get the following source information for source files: