Rename some classes in ProcessWindows.
authorZachary Turner <zturner@google.com>
Wed, 5 Nov 2014 00:33:28 +0000 (00:33 +0000)
committerZachary Turner <zturner@google.com>
Wed, 5 Nov 2014 00:33:28 +0000 (00:33 +0000)
commitea66dac7cd1a47c7108851ddc06c133407d722c2
tree6028399acec817042a85376b479a87912aa73ea2
parentdc0d9e46a5efbcd496fe60070f569185a9418397
Rename some classes in ProcessWindows.

Renamed monitor -> driver, to make clear that the implementation here
is in no way related to that of other process plugins which have also
implemented classes with similar names such as DebugMonitor.

Also created a DebugEventHandler interface, which will be used by
implementors to get notified when debugging events happen in the
inferiors.

llvm-svn: 221322
13 files changed:
lldb/source/Plugins/Process/Windows/CMakeLists.txt
lldb/source/Plugins/Process/Windows/DebugDriverThread.cpp
lldb/source/Plugins/Process/Windows/DebugDriverThread.h
lldb/source/Plugins/Process/Windows/DebugMonitorMessageResults.cpp [deleted file]
lldb/source/Plugins/Process/Windows/DebugOneProcessThread.cpp
lldb/source/Plugins/Process/Windows/DebugOneProcessThread.h
lldb/source/Plugins/Process/Windows/DebugProcessLauncher.cpp
lldb/source/Plugins/Process/Windows/DriverMessageResults.cpp [new file with mode: 0644]
lldb/source/Plugins/Process/Windows/DriverMessageResults.h [moved from lldb/source/Plugins/Process/Windows/DebugMonitorMessageResults.h with 51% similarity]
lldb/source/Plugins/Process/Windows/DriverMessages.cpp [moved from lldb/source/Plugins/Process/Windows/DebugMonitorMessages.cpp with 51% similarity]
lldb/source/Plugins/Process/Windows/DriverMessages.h [moved from lldb/source/Plugins/Process/Windows/DebugMonitorMessages.h with 57% similarity]
lldb/source/Plugins/Process/Windows/IDebugEventHandler.h [new file with mode: 0644]
lldb/source/Plugins/Process/Windows/ProcessMessages.h [moved from lldb/source/Plugins/Process/Windows/SlaveMessages.h with 56% similarity]