Skip to content
This repository was archived by the owner on Feb 12, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README and contributors file
  • Loading branch information
raymondwu1 committed Feb 16, 2019
commit b579a6995f04a0c11e01bb41cd01c0ae1dd66ae7
3 changes: 2 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ Wesley Eledui <[email protected]>
Marek Fišera <[email protected]>
Shai Nahum <[email protected]>
Amadeusz Wieczorek <[email protected]>
Adrien JUND <[email protected]>
Adrien JUND <[email protected]>
Raymond Wu <[email protected]>
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,15 @@ Native PDBs (from C++ projects) are supported by using -a option:

All known C++ source files from your git depot will be indexed in the PDB.

### Indexing with SrcTool

Srctool is capable of listing the raw source file information from a .pdb file.
If you are dealing with a huge git repository and only need to index source files from a Native PDB that are found in git (And not the entire git depot) use the -t option:

GitLink.exe <pdbFile> -t

.NET PDBs (C#) are also supported.

### More options

There are many more parameters you can use. Display the usage doc with the following command line:
Expand Down