Skip to content
Snippets Groups Projects
Commit 5dd8d878 authored by Bernhard Übelacker's avatar Bernhard Übelacker Committed by Joel Holdsworth
Browse files

RR-DEBUG: ntdll: Enable recording with rr of cygwin executables.

parent 12a0ff70
Branches
No related tags found
No related merge requests found
......@@ -346,7 +346,8 @@ static BOOL is_special_env_var( const char *var )
STARTS_WITH( var, "TEMP=" ) ||
STARTS_WITH( var, "TMP=" ) ||
STARTS_WITH( var, "QT_" ) ||
STARTS_WITH( var, "VK_" ));
STARTS_WITH( var, "VK_" ) ||
STARTS_WITH( var, "LD_" )); /* don't forward rr's LD_PRELOAD to cygwin */
}
/* check if an environment variable changes dynamically in every new process */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment