summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2017-06-27 10:33:14 +0000
committerPavel Labath <labath@google.com>2017-06-27 10:33:14 +0000
commit4ccd99541bfc8f4f475dbacd1d17dc9817e92b1e (patch)
tree8fc9c06e04fc5e172b6b8d90a90fe45f97e60b50 /lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
parent0e74a134f8578c0a3f8616bd3f2cde5a6131e07b (diff)
downloadbcm5719-llvm-4ccd99541bfc8f4f475dbacd1d17dc9817e92b1e.tar.gz
bcm5719-llvm-4ccd99541bfc8f4f475dbacd1d17dc9817e92b1e.zip
Move Connection and IOObject interfaces to Utility module
Summary: These interfaces have no dependencies, so it makes sense for them to be in the lowest level modules, to make sure that other parts of the codebase can use them without introducing loops. The only exception here is the Connection::CreateDefaultConnection method, which I've moved to Host, as it instantiates concrete implementations, and that's where the implementations live. Reviewers: jingham, zturner Subscribers: lldb-commits, mgorny Differential Revision: https://reviews.llvm.org/D34400 llvm-svn: 306391
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud