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: clang/docs/RealtimeSanitizer.rst
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,10 @@ A **partial** list of flags RealtimeSanitizer respects:
196
196
- ``""``
197
197
- path
198
198
- If set to a valid suppressions file, will suppress issue reporting. See details in `Disabling and Suppressing`_.
199
-
199
+
* - ``verify_interceptors``
200
+
- ``true``
201
+
- boolean
202
+
- If true, verifies interceptors are working at initialization. The program will abort with error ``==ERROR: Interceptors are not working. This may be because RealtimeSanitizer is loaded too late (e.g. via dlopen)`` if an issue is detected.
200
203
201
204
Some issues with flags can be debugged using the ``verbosity=$NUM`` flag:
0 commit comments