llvm-project/lldb/source/Plugins/Process/Windows/Live
Zachary Turner 190fadcdb2 Unicode support on Win32.
Win32 API calls that are Unicode aware require wide character
strings, but LLDB uses UTF8 everywhere.  This patch does conversions
wherever necessary when passing strings into and out of Win32 API
calls.

Patch by Cameron
Differential Revision: http://reviews.llvm.org/D17107
Reviewed By: zturner, amccarth

llvm-svn: 264074
2016-03-22 17:58:09 +00:00
..
x64 Fix x64 build on Windows, which was broken by my refactor from last week. 2015-11-04 23:47:55 +00:00
x86 Implement RegisterContext for Mini Dumps. 2015-11-12 21:16:15 +00:00
CMakeLists.txt Refactor Windows process plugin to allow code sharing between live and mini dump debugging. 2015-10-28 18:21:45 +00:00
DebuggerThread.cpp Unicode support on Win32. 2016-03-22 17:58:09 +00:00
DebuggerThread.h Fix a race condition when terminating inferiors on Windows. 2015-09-17 20:18:50 +00:00
ForwardDecl.h Refactor Windows process plugin to allow code sharing between live and mini dump debugging. 2015-10-28 18:21:45 +00:00
IDebugDelegate.h Replace accidental DOS (and mixed) line endings in a few text files 2016-01-11 18:07:47 +00:00
LocalDebugDelegate.cpp Refactor Windows process plugin to allow code sharing between live and mini dump debugging. 2015-10-28 18:21:45 +00:00
LocalDebugDelegate.h Refactor Windows process plugin to allow code sharing between live and mini dump debugging. 2015-10-28 18:21:45 +00:00
ProcessWindowsLive.cpp Unicode support on Win32. 2016-03-22 17:58:09 +00:00
ProcessWindowsLive.h Change over the broadcaster/listener process to hold shared or weak pointers 2016-03-07 21:50:25 +00:00
TargetThreadWindowsLive.cpp Refactor Windows process plugin to allow code sharing between live and mini dump debugging. 2015-10-28 18:21:45 +00:00
TargetThreadWindowsLive.h Refactor Windows process plugin to allow code sharing between live and mini dump debugging. 2015-10-28 18:21:45 +00:00