Moving header files from source/Host/common to proper location.
authorChaoren Lin <chaorenl@google.com>
Tue, 3 Feb 2015 01:51:38 +0000 (01:51 +0000)
committerChaoren Lin <chaorenl@google.com>
Tue, 3 Feb 2015 01:51:38 +0000 (01:51 +0000)
commit2fe1d0abc2434c359c3761910cebceb00a5743bf
tree7958785640a556936e6039aa180d4cc456592d63
parent37c768ca588a2356ae8ede38e1ce4955dedfa20e
Moving header files from source/Host/common to proper location.

llvm-svn: 227929
25 files changed:
lldb/include/lldb/Host/common/NativeBreakpoint.h [moved from lldb/source/Host/common/NativeBreakpoint.h with 100% similarity]
lldb/include/lldb/Host/common/NativeBreakpointList.h [moved from lldb/source/Host/common/NativeBreakpointList.h with 100% similarity]
lldb/include/lldb/Host/common/NativeProcessProtocol.h [moved from lldb/source/Host/common/NativeProcessProtocol.h with 100% similarity]
lldb/include/lldb/Host/common/NativeRegisterContext.h [moved from lldb/include/lldb/Target/NativeRegisterContext.h with 100% similarity]
lldb/include/lldb/Host/common/NativeRegisterContextRegisterInfo.h [moved from lldb/include/lldb/Target/NativeRegisterContextRegisterInfo.h with 100% similarity]
lldb/include/lldb/Host/common/NativeThreadProtocol.h [moved from lldb/source/Host/common/NativeThreadProtocol.h with 100% similarity]
lldb/include/lldb/Host/common/SoftwareBreakpoint.h [moved from lldb/source/Host/common/SoftwareBreakpoint.h with 100% similarity]
lldb/include/lldb/Target/Platform.h
lldb/lldb.xcodeproj/project.pbxproj
lldb/source/Host/CMakeLists.txt
lldb/source/Host/common/NativeBreakpoint.cpp
lldb/source/Host/common/NativeBreakpointList.cpp
lldb/source/Host/common/NativeProcessProtocol.cpp
lldb/source/Host/common/NativeRegisterContext.cpp [moved from lldb/source/Target/NativeRegisterContext.cpp with 98% similarity]
lldb/source/Host/common/NativeRegisterContextRegisterInfo.cpp [moved from lldb/source/Target/NativeRegisterContextRegisterInfo.cpp with 96% similarity]
lldb/source/Host/common/NativeThreadProtocol.cpp
lldb/source/Host/common/SoftwareBreakpoint.cpp
lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
lldb/source/Plugins/Process/Linux/NativeProcessLinux.h
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.h
lldb/source/Plugins/Process/Linux/NativeThreadLinux.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
lldb/source/Target/CMakeLists.txt