Move MemoryRegionInfo out of Target/Process.h into its own header.
authorTodd Fiala <todd.fiala@gmail.com>
Wed, 4 Jun 2014 20:13:37 +0000 (20:13 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Wed, 4 Jun 2014 20:13:37 +0000 (20:13 +0000)
commitba78c15c9d1a80d5870464406fd5a6728e310af5
treeeba61c8266f308e7a5eaf0383e40c66e81ffcbb0
parent175e52f57b7d6effa19b96b05c962c37a8759917
Move MemoryRegionInfo out of Target/Process.h into its own header.

lldb-gdbserver and NativeProcessProtocol will use MemoryRegionInfo
but don't want to pull in Process.h.  Pull this declaration and
definition out into its own header.

llvm-svn: 210213
lldb/include/lldb/Target/MemoryRegionInfo.h [new file with mode: 0644]
lldb/include/lldb/Target/Process.h
lldb/lldb.xcodeproj/project.pbxproj