llvm-project/lldb/source
Adrian McCarthy f9f3609704 Fix TestImport for Windows by ensuring backslashes in the directory paths are properly escaped in Python.
The Python import works by ensuring the directory of the module or package is in sys.path, and then it does a Python `import foo`.  The original code was not escaping the backslashes in the directory path, so this wasn't working.

Differential Revision: http://reviews.llvm.org/D18873

llvm-svn: 265738
2016-04-07 22:52:12 +00:00
..
API Fix the ThreadSanitizer support to avoid creating empty SBThreads and to not crash when thread_id is unavailable. Plus a whitespace fix. 2016-03-30 10:50:24 +00:00
Breakpoint Add a DiagnosticManager replace error streams in the expression parser. 2016-03-19 00:03:59 +00:00
Commands Update watchpoint help to use new -s flag 2016-04-05 17:30:31 +00:00
Core Print environment when dumping arch triple 2016-04-05 17:29:19 +00:00
DataFormatters This change introduces a "ExpressionExecutionThread" to the ThreadList. 2016-03-12 02:45:34 +00:00
Expression If the fixed expression doesn't parse, don't tell the user about it. 2016-04-06 00:25:04 +00:00
Host Make FileSpec handling platform-independent 2016-04-04 14:39:12 +00:00
Initialization Move DynamicLoader plugins to SystemInitializerFull 2016-03-29 15:00:26 +00:00
Interpreter Improve the way LLDB escapes arguments before passing them to the shell 2016-04-04 22:46:38 +00:00
Plugins Fix TestImport for Windows by ensuring backslashes in the directory paths are properly escaped in Python. 2016-04-07 22:52:12 +00:00
Symbol Symbol: fix build 2016-04-07 06:51:10 +00:00
Target In GDBRemoteCommunicationClient::GetHostInfo, don't set the 2016-04-07 22:00:55 +00:00
Utility Fixed an issue that could cause debugserver to return two stop reply packets ($T packets) for one \x03 interrupt. The problem was that when a \x03 byte is sent to debugserver while the process is running, and up calling: 2016-04-01 00:41:29 +00:00
CMakeLists.txt Add initial CMake glue for the NetBSD platform 2015-10-24 00:27:04 +00:00
lldb.cpp Add more NetBSD platform glue for lldb 2015-11-07 15:31:54 +00:00