llvm-project/lldb/source/Plugins/Platform/Android
Pavel Labath 0610a25a85 [lldb] Delete copy operations on PluginInterface class
This is a polymorphic class, copying it is a bad idea.

This was not a problem because most classes inheriting from it were
deleting their copy operations themselves. However, this enables us to
delete those explicit deletions, and ensure noone forgets to add them in
the future.
2020-10-09 10:37:09 +02:00
..
AdbClient.cpp [lldb] Use std::make_unique<> (NFC) 2020-06-24 17:48:40 -07:00
AdbClient.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
CMakeLists.txt
PlatformAndroid.cpp [lldb] Delete copy operations on PluginInterface class 2020-10-09 10:37:09 +02:00
PlatformAndroid.h [lldb] Delete copy operations on PluginInterface class 2020-10-09 10:37:09 +02:00
PlatformAndroidRemoteGDBServer.cpp Use IPv4 for Android connections 2020-05-20 11:32:03 +02:00
PlatformAndroidRemoteGDBServer.h [lldb] NFC remove DISALLOW_COPY_AND_ASSIGN 2020-06-02 13:23:53 -04:00