diff options
author | Jason Molenda <jmolenda@apple.com> | 2016-08-24 23:46:48 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2016-08-24 23:46:48 +0000 |
commit | 541ec9bde8822c08168056d7b2a111877e3a46cf (patch) | |
tree | 57612e383fa2ffc855fd55d059ccbb456f8986b7 /lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h | |
parent | 3d0a039e9617667af482be751e1c6363a40e35bf (diff) | |
download | bcm5719-llvm-541ec9bde8822c08168056d7b2a111877e3a46cf.tar.gz bcm5719-llvm-541ec9bde8822c08168056d7b2a111877e3a46cf.zip |
Rewrite the GetFileInSDK methods in PlatformRemoteiOS,
PlatformRemoteAppleWatch, PlatformRemoteAppleTV and remove the
GetFileInSDKRoot method from those classes.
The rewrite uses the more modern FileSpec etc API to simplify,
and handles the case where an SDK Root is given to lldb with
the "/Symbols" directory name already appended. The new version
will try appending "/Symbols" and "/Symbols.Internal" to the
sdk root directories, and will also try appending nothing to
the sdk root directory in case it's handed such an sdkroot.
<rdar://problem/28000054>
llvm-svn: 279688
Diffstat (limited to 'lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h')
-rw-r--r-- | lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h index 9726d8238e1..56e76f495e1 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h @@ -149,12 +149,6 @@ protected: uint32_t sdk_idx, lldb_private::FileSpec &local_file); - bool - GetFileInSDKRoot (const char *platform_file_path, - const char *sdkroot_path, - bool symbols_dirs_only, - lldb_private::FileSpec &local_file); - uint32_t FindFileInAllSDKs (const lldb_private::FileSpec &platform_file, lldb_private::FileSpecList &file_list); |