llvm-project/lldb/tools/lldb-server
Martin Storsjo 807dbee366 [LLDB] [lldb-server] Use llvm::InitLLVM for doing unicode conversion of arguments for windows
This should allow lldb-server to operate on files with non-ascii
pathnames.

I tried looking around in lldb/tools, and this seemed like the only
other tool (other than the main lldb driver itself) that would be
used (implicitly) by an end user (which could be working in
non-ascii paths).

Differential Revision: https://reviews.llvm.org/D68864

llvm-svn: 374537
2019-10-11 11:47:07 +00:00
..
Darwin/resources Update com.apple.diagnosticd.diagnostic entitlement 2019-03-01 03:34:51 +00:00
Acceptor.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Acceptor.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CMakeLists.txt [CMake] Remove lldb-server from LLDB.framework 2019-05-29 11:28:11 +00:00
LLDBServerUtilities.cpp Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC 2019-08-05 05:43:48 +00:00
LLDBServerUtilities.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SystemInitializerLLGS.cpp lldb-server: LLGS: support 32-bit on 64-bit hosts 2019-05-21 01:25:48 +00:00
SystemInitializerLLGS.h [Reproducers] Initialize reproducers before initializing the debugger. 2019-02-21 22:26:16 +00:00
lldb-gdbserver.cpp [LLDB] Avoid a warning about an unused static variable 2019-09-23 12:03:21 +00:00
lldb-platform.cpp Fix warning: lambda capture 'temp_file_path' is not used 2019-09-16 22:55:49 +00:00
lldb-server.cpp [LLDB] [lldb-server] Use llvm::InitLLVM for doing unicode conversion of arguments for windows 2019-10-11 11:47:07 +00:00
lldb-server.exports