hanchenye-llvm-project/lldb
Ilia K bc929b80dc Fix handling of the executable arg which contains spaces (MI)
* Don't use the CMICmdArgValFile::GetFileNamePath for the CMIDriver::m_strCmdLineArgExecuteableFileNamePath
  because it wraps path with spaces into quotes what is already being done in CMIDriver::LocalDebugSessionStartupExecuteCommands
* Improve the MiSyntaxTestCase.test_lldbmi_specialchars test to catch this error
  ```
    $ bin/lldb-mi "~/p/ hello"
    (gdb)
    -file-exec-and-symbols "\"~/p/ hello\""
    ^error,msg="Command 'file-exec-and-symbols'. Target binary '\"~/p/ hello\"' is invalid. error: unable to find executable for '/"~/p/ hello/"'"
  ```

llvm-svn: 234888
2015-04-14 14:12:22 +00:00
..
cmake Making linking against Python simpler on Windows. 2015-04-10 22:58:56 +00:00
docs Copy paste error in gdb-remote doc. 2015-04-04 19:09:18 +00:00
examples Add a call to SBDebugger:Destroy() at the end of the self-hosted 2015-04-01 02:09:04 +00:00
include [IRForTarget] Strenghten handling of alternate mangling. 2015-04-09 18:48:34 +00:00
lib Initial language runtime support for RenderScript. 2015-04-09 16:49:25 +00:00
lit Create a check-lldb-unit target to run unit tests. 2015-03-13 20:55:07 +00:00
lldb.xcodeproj Fix XCode build after r234870. 2015-04-14 10:20:43 +00:00
lldb.xcworkspace
resources Bump major vers # in xcode project file from 330 to 340. 2015-03-06 00:45:01 +00:00
scripts Making linking against Python simpler on Windows. 2015-04-10 22:58:56 +00:00
source Additions to RenderScriptRuntime in prep for detection of RenderScript modules and moving of the command interpreter manipulation to after construction. 2015-04-14 07:39:24 +00:00
test Fix handling of the executable arg which contains spaces (MI) 2015-04-14 14:12:22 +00:00
tools Fix handling of the executable arg which contains spaces (MI) 2015-04-14 14:12:22 +00:00
unittests Fix the Linux build. 2015-04-03 01:12:52 +00:00
utils
www Making linking against Python simpler on Windows. 2015-04-10 22:58:56 +00:00
.arcconfig
.clang-format Update build instructions / coding conventions. 2015-03-10 23:22:25 +00:00
.gitignore Fix .gitignore to ignore symlinks. 2015-03-31 00:03:00 +00:00
CMakeLists.txt Remove check for windows when compiling scripts directory 2015-04-07 15:30:23 +00:00
CODE_OWNERS.txt Convert CRLF to LF in CODE_OWNERS.txt 2015-03-23 14:00:54 +00:00
INSTALL.txt
LICENSE.TXT
Makefile