Minor cleanups to the new ModuleList notification APIs: passing in the ModuleList...
authorEnrico Granata <egranata@apple.com>
Thu, 8 Nov 2012 19:16:03 +0000 (19:16 +0000)
committerEnrico Granata <egranata@apple.com>
Thu, 8 Nov 2012 19:16:03 +0000 (19:16 +0000)
commitefe637d440cb706d93ab665e0180efbe0908084a
tree439b0b2124950a38dbe377992b1251c5621a3d5e
parent8d16bd4d10abac4e9c9bde73ff4505a8fea5caad
Minor cleanups to the new ModuleList notification APIs: passing in the ModuleList as part of the callbacks, and not copying the notifier as part of copy constructing and assigning

llvm-svn: 167592
lldb/include/lldb/Core/ModuleList.h
lldb/include/lldb/Target/Target.h
lldb/source/Core/ModuleList.cpp
lldb/source/Target/Target.cpp