hanchenye-llvm-project/lldb/source/Host/windows
Chaoren Lin ee3c206021 Inline fake snprintf to avoid linkage issues on Windows.
Summary:
dllexport doesn't work if linking against a static library with its own
copy of snprintf.

Reviewers: zturner

Subscribers: zturner, lldb-commits

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

llvm-svn: 245610
2015-08-20 20:53:15 +00:00
..
getopt Fix warnings generated by clang-cl. 2015-04-02 20:57:38 +00:00
Condition.cpp
ConnectionGenericFileWindows.cpp Fix typos. 2015-07-22 00:16:02 +00:00
EditLineWin.cpp Fix typos. 2015-07-22 00:16:02 +00:00
FileSystem.cpp Implement FileSystem::GetPermissions for Windows. Differential Revision: http://reviews.llvm.org/D11303 2015-07-17 20:23:03 +00:00
Host.cpp Implement PlatformWindows::GetEnvironment. 2015-05-22 19:34:17 +00:00
HostInfoWindows.cpp Fix an issue with finding python on Windows. 2015-05-13 19:44:57 +00:00
HostProcessWindows.cpp Fix warnings generated by clang-cl. 2015-04-02 20:57:38 +00:00
HostThreadWindows.cpp Only compile RegisterContextWindows_x86.cpp for x86 host architecture. 2014-12-18 18:21:33 +00:00
LockFileWindows.cpp Don't close handle returned by _get_osfhandle. 2015-06-01 18:52:16 +00:00
Mutex.cpp
PipeWindows.cpp Revert "Add Pipe::WriteWithTimeout method" 2015-07-21 11:04:52 +00:00
ProcessLauncherWindows.cpp Fix inferior's i/o connections to its console window on Windows 7. 2015-05-29 23:01:25 +00:00
ProcessRunLock.cpp Don't bother dynamic loading the Windows Slim RW Lock API. 2015-05-14 22:50:19 +00:00
ThisThread.cpp Fix warnings generated by clang-cl. 2015-04-02 20:57:38 +00:00
Windows.cpp Inline fake snprintf to avoid linkage issues on Windows. 2015-08-20 20:53:15 +00:00