We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408a48b commit 150f77dCopy full SHA for 150f77d
README.md
@@ -70,6 +70,10 @@ Available options:
70
- `min_symbol_size` - (default 1) only index symbols with size equal to or
71
greater than this.
72
73
+- `use_dwarfdump` - if True (the default), use `dwarfdump` program, if it's
74
+ available, to find the source file for a compiled file, if it can't be found
75
+ in any other way.
76
+
77
### Graph generation ###
78
79
Generate an SVG image showing at most 20 routes from symbol `main` in
0 commit comments