[Lldb-commits] [lldb] r213094 - The following files:

Todd Fiala tfiala at google.com
Tue Jul 15 14:40:01 PDT 2014


Hah! No that was not intentional and almost certainly me and a by-product
of adding them with more options set than I knew about when making Xcode
aware of them.

Sorry, Jim. I'll need to get you to show me how I can check so that I don't
do that again.

On Tuesday, July 15, 2014, Jim Ingham <jingham at apple.com> wrote:

> Author: jingham
> Date: Tue Jul 15 16:24:58 2014
> New Revision: 213094
>
> URL: http://llvm.org/viewvc/llvm-project?rev=213094&view=rev
> Log:
> The following files:
>
> LinuxThread.cpp
> LinuxThread.h
> NativeRegisterContext.h
> ProcessLinux.cpp
> ProcessLinux.h
> ProcessMonitor.cpp
> ProcessMonitor.h
>
> Were inserted in the CopyFiles phase of the "desktop" aggregate target.
>  That caused them to get
> copied to /usr/shared/man/man1 on install, which isn't right.  Not sure
> why they were there...
> I removed them.  If this was supposed to achieve some other purpose, we
> should discuss how to do
> that correctly on the mailing list.
>
> <rdar://problem/17642262>
>
>
> Modified:
>     lldb/trunk/lldb.xcodeproj/project.pbxproj
>
> Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj
> URL:
> http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.xcodeproj/project.pbxproj?rev=213094&r1=213093&r2=213094&view=diff
>
> ==============================================================================
> --- lldb/trunk/lldb.xcodeproj/project.pbxproj (original)
> +++ lldb/trunk/lldb.xcodeproj/project.pbxproj Tue Jul 15 16:24:58 2014
> @@ -66,14 +66,7 @@
>                 232CB61E191E00CD00EF39FC /* SoftwareBreakpoint.h in
> Headers */ = {isa = PBXBuildFile; fileRef = 232CB614191E00CD00EF39FC /*
> SoftwareBreakpoint.h */; };
>                 233B007D1960C9F90090E598 /* ProcessInfo.cpp in Sources */
> = {isa = PBXBuildFile; fileRef = 233B007B1960C9E60090E598 /*
> ProcessInfo.cpp */; };
>                 233B007F1960CB280090E598 /* ProcessLaunchInfo.cpp in
> Sources */ = {isa = PBXBuildFile; fileRef = 233B007E1960CB280090E598 /*
> ProcessLaunchInfo.cpp */; };
> -               233B009619610B1F0090E598 /* LinuxThread.cpp in CopyFiles
> */ = {isa = PBXBuildFile; fileRef = 233B008E19610B1F0090E598 /*
> LinuxThread.cpp */; };
> -               233B009719610B1F0090E598 /* LinuxThread.h in CopyFiles */
> = {isa = PBXBuildFile; fileRef = 233B008F19610B1F0090E598 /* LinuxThread.h
> */; };
> -               233B009819610B1F0090E598 /* ProcessLinux.cpp in CopyFiles
> */ = {isa = PBXBuildFile; fileRef = 233B009019610B1F0090E598 /*
> ProcessLinux.cpp */; };
> -               233B009919610B1F0090E598 /* ProcessLinux.h in CopyFiles */
> = {isa = PBXBuildFile; fileRef = 233B009119610B1F0090E598 /* ProcessLinux.h
> */; };
> -               233B009A19610B1F0090E598 /* ProcessMonitor.cpp in
> CopyFiles */ = {isa = PBXBuildFile; fileRef = 233B009219610B1F0090E598 /*
> ProcessMonitor.cpp */; };
> -               233B009B19610B1F0090E598 /* ProcessMonitor.h in CopyFiles
> */ = {isa = PBXBuildFile; fileRef = 233B009319610B1F0090E598 /*
> ProcessMonitor.h */; };
>                 23DDF226196C3EE600BB8417 /* CommandOptionValidators.cpp in
> Sources */ = {isa = PBXBuildFile; fileRef = 23DDF224196C3EE600BB8417 /*
> CommandOptionValidators.cpp */; };
> -               23EDE3321926843600F6A132 /* NativeRegisterContext.h in
> CopyFiles */ = {isa = PBXBuildFile; fileRef = 23EDE3311926843600F6A132 /*
> NativeRegisterContext.h */; };
>                 23EDE33319269E7C00F6A132 /* NativeRegisterContext.cpp in
> Sources */ = {isa = PBXBuildFile; fileRef = 23EDE3301926839700F6A132 /*
> NativeRegisterContext.cpp */; };
>                 23EFE389193D1ABC00E54E54 /* SBTypeEnumMember.h in Headers
> */ = {isa = PBXBuildFile; fileRef = 23EFE388193D1ABC00E54E54 /*
> SBTypeEnumMember.h */; settings = {ATTRIBUTES = (Public, ); }; };
>                 23EFE38B193D1AEC00E54E54 /* SBTypeEnumMember.cpp in
> Sources */ = {isa = PBXBuildFile; fileRef = 23EFE38A193D1AEC00E54E54 /*
> SBTypeEnumMember.cpp */; };
> @@ -875,13 +868,6 @@
>                         dstPath = "$(DEVELOPER_DIR)/usr/share/man/man1/";
>                         dstSubfolderSpec = 0;
>                         files = (
> -                               23EDE3321926843600F6A132 /*
> NativeRegisterContext.h in CopyFiles */,
> -                               233B009819610B1F0090E598 /*
> ProcessLinux.cpp in CopyFiles */,
> -                               233B009619610B1F0090E598 /*
> LinuxThread.cpp in CopyFiles */,
> -                               233B009A19610B1F0090E598 /*
> ProcessMonitor.cpp in CopyFiles */,
> -                               233B009719610B1F0090E598 /* LinuxThread.h
> in CopyFiles */,
> -                               233B009919610B1F0090E598 /* ProcessLinux.h
> in CopyFiles */,
> -                               233B009B19610B1F0090E598 /*
> ProcessMonitor.h in CopyFiles */,
>                                 AF90106515AB7D3600FF120D /* lldb.1 in
> CopyFiles */,
>                         );
>                         runOnlyForDeploymentPostprocessing = 1;
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu <javascript:;>
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
>


-- 
Todd Fiala | Software Engineer | tfiala at google.com | 650-943-3180
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140715/472d51e2/attachment.html>


More information about the lldb-commits mailing list