[Lldb-commits] [PATCH] D12252: Reorg code to allow Windows Process Plugins to share some common code.

Adrian McCarthy via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 24 09:02:00 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL245850: Reorg code to allow Windows Process Plugins to share some common code. (authored by amccarth).

Changed prior to commit:
  http://reviews.llvm.org/D12252?vs=32876&id=32965#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D12252

Files:
  lldb/trunk/source/API/SystemInitializerFull.cpp
  lldb/trunk/source/Initialization/SystemInitializerCommon.cpp
  lldb/trunk/source/Plugins/Process/CMakeLists.txt
  lldb/trunk/source/Plugins/Process/Windows/CMakeLists.txt
  lldb/trunk/source/Plugins/Process/Windows/Common/ExceptionRecord.h
  lldb/trunk/source/Plugins/Process/Windows/DebuggerThread.cpp
  lldb/trunk/source/Plugins/Process/Windows/DebuggerThread.h
  lldb/trunk/source/Plugins/Process/Windows/ExceptionRecord.h
  lldb/trunk/source/Plugins/Process/Windows/ForwardDecl.h
  lldb/trunk/source/Plugins/Process/Windows/IDebugDelegate.h
  lldb/trunk/source/Plugins/Process/Windows/Live/CMakeLists.txt
  lldb/trunk/source/Plugins/Process/Windows/Live/DebuggerThread.cpp
  lldb/trunk/source/Plugins/Process/Windows/Live/DebuggerThread.h
  lldb/trunk/source/Plugins/Process/Windows/Live/ForwardDecl.h
  lldb/trunk/source/Plugins/Process/Windows/Live/IDebugDelegate.h
  lldb/trunk/source/Plugins/Process/Windows/Live/LocalDebugDelegate.cpp
  lldb/trunk/source/Plugins/Process/Windows/Live/LocalDebugDelegate.h
  lldb/trunk/source/Plugins/Process/Windows/Live/ProcessWindows.cpp
  lldb/trunk/source/Plugins/Process/Windows/Live/ProcessWindows.h
  lldb/trunk/source/Plugins/Process/Windows/Live/ProcessWindowsLog.cpp
  lldb/trunk/source/Plugins/Process/Windows/Live/ProcessWindowsLog.h
  lldb/trunk/source/Plugins/Process/Windows/Live/RegisterContextWindows.cpp
  lldb/trunk/source/Plugins/Process/Windows/Live/RegisterContextWindows.h
  lldb/trunk/source/Plugins/Process/Windows/Live/TargetThreadWindows.cpp
  lldb/trunk/source/Plugins/Process/Windows/Live/TargetThreadWindows.h
  lldb/trunk/source/Plugins/Process/Windows/Live/x64/RegisterContextWindows_x64.cpp
  lldb/trunk/source/Plugins/Process/Windows/Live/x64/RegisterContextWindows_x64.h
  lldb/trunk/source/Plugins/Process/Windows/Live/x86/RegisterContextWindows_x86.cpp
  lldb/trunk/source/Plugins/Process/Windows/Live/x86/RegisterContextWindows_x86.h
  lldb/trunk/source/Plugins/Process/Windows/LocalDebugDelegate.cpp
  lldb/trunk/source/Plugins/Process/Windows/LocalDebugDelegate.h
  lldb/trunk/source/Plugins/Process/Windows/MiniDump/CMakeLists.txt
  lldb/trunk/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.cpp
  lldb/trunk/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h
  lldb/trunk/source/Plugins/Process/Windows/MiniDump/RegisterContextWindowsMiniDump.cpp
  lldb/trunk/source/Plugins/Process/Windows/MiniDump/RegisterContextWindowsMiniDump.h
  lldb/trunk/source/Plugins/Process/Windows/MiniDump/ThreadWinMiniDump.cpp
  lldb/trunk/source/Plugins/Process/Windows/MiniDump/ThreadWinMiniDump.h
  lldb/trunk/source/Plugins/Process/Windows/ProcessWindows.cpp
  lldb/trunk/source/Plugins/Process/Windows/ProcessWindows.h
  lldb/trunk/source/Plugins/Process/Windows/ProcessWindowsLog.cpp
  lldb/trunk/source/Plugins/Process/Windows/ProcessWindowsLog.h
  lldb/trunk/source/Plugins/Process/Windows/RegisterContextWindows.cpp
  lldb/trunk/source/Plugins/Process/Windows/RegisterContextWindows.h
  lldb/trunk/source/Plugins/Process/Windows/TargetThreadWindows.cpp
  lldb/trunk/source/Plugins/Process/Windows/TargetThreadWindows.h
  lldb/trunk/source/Plugins/Process/Windows/x64/RegisterContextWindows_x64.cpp
  lldb/trunk/source/Plugins/Process/Windows/x64/RegisterContextWindows_x64.h
  lldb/trunk/source/Plugins/Process/Windows/x86/RegisterContextWindows_x86.cpp
  lldb/trunk/source/Plugins/Process/Windows/x86/RegisterContextWindows_x86.h
  lldb/trunk/source/Plugins/Process/win-minidump/CMakeLists.txt
  lldb/trunk/source/Plugins/Process/win-minidump/ProcessWinMiniDump.cpp
  lldb/trunk/source/Plugins/Process/win-minidump/ProcessWinMiniDump.h
  lldb/trunk/source/Plugins/Process/win-minidump/RegisterContextWindowsMiniDump.cpp
  lldb/trunk/source/Plugins/Process/win-minidump/RegisterContextWindowsMiniDump.h
  lldb/trunk/source/Plugins/Process/win-minidump/ThreadWinMiniDump.cpp
  lldb/trunk/source/Plugins/Process/win-minidump/ThreadWinMiniDump.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12252.32965.patch
Type: text/x-patch
Size: 313187 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150824/53d45912/attachment-0001.bin>


More information about the lldb-commits mailing list