Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wbenny authored Jun 19, 2019
1 parent 000374f commit 7be7565
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,15 @@ Because the **test.py** uses **msbuild** for creating tests, special environment
**pdbex -h** should make it:

```
Version v0.18
pdbex <symbol> <path> [-o <filename>] [-t <filename>] [-e <type>]
[-u <prefix>] [-s prefix] [-r prefix] [-g suffix]
[-p] [-x] [-m] [-b] [-d] [-i] [-l]
<symbol> Symbol name to extract or '*' if all symbol should
be extracted.
<symbol> Symbol name to extract
Use '*' if all symbols should be extracted.
Use '%' if all symbols should be extracted separately.
<path> Path to the PDB file.
-o filename Specifies the output file. (stdout)
-t filename Specifies the output test file. (off)
Expand All @@ -186,7 +189,7 @@ pdbex <symbol> <path> [-o <filename>] [-t <filename>] [-e <type>]
-r prefix Prefix for all symbols.
-g suffix Suffix for all symbols.
Following options can be explicitly turned of by leading '-'.
Following options can be explicitly turned off by adding trailing '-'.
Example: -p-
-p Create padding members. (T)
-x Show offsets. (T)
Expand All @@ -198,6 +201,9 @@ Example: -p-
-k Print header. (T)
-n Print declarations. (T)
-l Print definitions. (T)
-f Print functions. (F)
-z Print #pragma pack directives. (T)
-y Sort declarations and definitions. (F)
```


Expand Down

0 comments on commit 7be7565

Please sign in to comment.