llvm-project/lldb/source/Plugins/Platform/gdb-server
Steve Pucci fc99572540 Rename Platform::GetFile (3-arg version) to GetFileWithUUID
This rename was suggested by gclayton as a way to silence gcc
warnings; the warning is emitted when there is an overloaded function
in a base class (Platform) for which a derived class redefines one of
the overloads but not the other (because doing so hides the other
overload from users of the derived class).  By giving the two methods
different names, the situation is avoided.

llvm-svn: 199504
2014-01-17 18:18:31 +00:00
..
CMakeLists.txt Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
Makefile Add PlatformGDBServer and ProcessGDBRemote to the build system. 2011-03-26 00:32:59 +00:00
PlatformRemoteGDBServer.cpp Rename Platform::GetFile (3-arg version) to GetFileWithUUID 2014-01-17 18:18:31 +00:00
PlatformRemoteGDBServer.h Rename Platform::GetFile (3-arg version) to GetFileWithUUID 2014-01-17 18:18:31 +00:00