You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,3 +54,11 @@ To run this tool, execute the following command:
54
54
55
55
where <target_module_path> and <target_args...> are the path and any arguments for the target module you want to measure code coverage for.
56
56
57
+
# Note
58
+
This coverage tool uses DWARF debugging information to obtain line number information.
59
+
Pin 3.27 supports DWARF4 as debugging information. When building the application for which you want to measure coverage, please build it with the `-g` and `-gdwarf-4` options.
0 commit comments