Zachary Turner
4e8ddf5333
[Python] Fix issue configuring sys.path during startup.
...
Previously, users on Windows had to manually specify PYTHONPATH
to point to the site-packages directory before running LLDB.
The reason for this was because sys.path was being initialized
with a path containing unescaped backslashes, causing escape
sequences to end up in the paths.
llvm-svn: 234516
2015-04-09 18:08:50 +00:00
..
2015-03-02 12:46:22 +00:00
2014-07-01 21:22:11 +00:00
2013-07-12 16:16:44 +00:00
2015-03-23 22:45:13 +00:00
2015-03-13 22:22:28 +00:00
2013-06-12 01:50:57 +00:00
2015-01-12 19:09:48 +00:00
2014-07-09 16:31:49 +00:00
2014-07-15 00:25:59 +00:00
2012-12-04 00:32:51 +00:00
2012-12-04 00:32:51 +00:00
2013-01-21 19:20:50 +00:00
2012-08-22 17:17:09 +00:00
2015-01-28 01:33:37 +00:00
2012-12-04 00:32:51 +00:00
2012-12-04 00:32:51 +00:00
2012-08-22 17:17:09 +00:00
2014-09-06 02:20:19 +00:00
2012-08-22 17:17:09 +00:00
2012-06-04 20:08:23 +00:00
2014-07-09 16:31:49 +00:00
2015-02-20 19:46:30 +00:00
2015-02-20 11:14:59 +00:00
2012-08-22 17:17:09 +00:00
2015-02-20 11:14:59 +00:00
2015-02-20 11:14:59 +00:00
2015-02-20 11:14:59 +00:00
2015-02-20 11:14:59 +00:00
2015-02-20 11:14:59 +00:00
2015-03-06 23:46:54 +00:00
2015-02-20 11:14:59 +00:00
2015-02-20 11:14:59 +00:00
2015-02-20 11:14:59 +00:00
2015-02-20 19:46:30 +00:00
2015-02-20 11:14:59 +00:00
2015-02-20 11:14:59 +00:00
2015-02-20 11:14:59 +00:00
2015-02-20 19:46:30 +00:00
2015-02-20 11:14:59 +00:00
2015-02-20 11:14:59 +00:00
2015-02-20 11:14:59 +00:00
2015-02-20 11:14:59 +00:00
2015-01-13 21:13:08 +00:00
2015-03-17 20:04:04 +00:00
2015-03-31 21:03:22 +00:00
2012-10-31 00:01:26 +00:00
2015-04-09 18:08:50 +00:00