[lldb-dev] lldb-mi doesn't work on MS-Windows

Eli Zaretskii via lldb-dev lldb-dev at lists.llvm.org
Tue Aug 15 09:10:50 PDT 2017


Since at least two snapshots ago, lldb-mi no longer works on
MS-Windows:

  D:\usr\archive>lldb-mi d:\usr\bin\emacs.exe
  MI: Error: Driver. LLDB Debugger.
  MI: Error: Driver Manager. Driver 'Machine Interface Driver Version: 1.0.0.9' (ID:'MIDriver') initialise failed. Driver. LLDB Debugger.

It actually reacts the same to any invocation, even if you only want
it to display the usage:

  D:\usr\LLVM\bin>lldb-mi --help
  MI: Error: Driver. LLDB Debugger.
  MI: Error: Driver Manager. Driver 'Machine Interface Driver Version: 1.0.0.9' (ID:'MIDriver') initialise failed. Driver. LLDB Debugger.

What am I doing wrong?


More information about the lldb-dev mailing list