[Bug 21729] New: RunShellCommand doesn't work correctly on Windows, can't resolve cmd.exe

Bug ID 21729
Summary RunShellCommand doesn’t work correctly on Windows, can’t resolve cmd.exe
Product lldb
Version unspecified
Hardware PC
OS Windows NT
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee zturner@google.com
Reporter zturner@google.com
CC lldb-dev@cs.uiuc.edu
Classification Unclassified

RunShellCommand doesn't work correctly, LLDB doesn't correctly resolve cmd.exe
to an absolute path.  The following command line reproduces this failure (fix
up paths as necessary based on your own environment).

D:\python_src\Python-2.7.8\PCbuild\python_d.exe 
D:\src\llvm\tools\lldb\test/dotest.py -q --arch=i686 --executable
D:/src/llvm/build/ninja/bin/lldb.exe -s
D:/src/llvm/build/ninja/lldb-test-traces -u CXXFLAGS -u CFLAGS -C
D:\src\llvm\build\ninja\bin\clang.exe -p TestPlatformCommand.py
D:\src\llvm\tools\lldb\test\functionalities\platform

Zachary Turner changed bug 21729

What | Removed | Added |

  • | - | - |
    Status | NEW | RESOLVED |
    Resolution | — | DUPLICATE |

Comment # 1 on bug 21729 from Zachary Turner

Fixed as a result of

*** This bug has been marked as a duplicate of bug 21728 ***