From b3a40ba812cde1ab2571754a97d19215645271ff Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Tue, 20 Mar 2012 18:34:04 +0000 Subject: Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. Each platform now knows if it can handle an architecture and a platform can be found using an architecture. Each platform can look at the arch, vendor and OS and know if it should be used or not. llvm-svn: 153104 --- lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h') diff --git a/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h b/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h index 48f36136aef..ad2ffa53194 100644 --- a/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h +++ b/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h @@ -30,7 +30,7 @@ public: Terminate (); static lldb_private::Platform* - CreateInstance (); + CreateInstance (bool force, const lldb_private::ArchSpec *arch); static const char * GetShortPluginNameStatic(); -- cgit v1.2.3