[Lldb-commits] [lldb] r125603 - /lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme
Greg Clayton
gclayton at apple.com
Tue Feb 15 14:00:20 PST 2011
Author: gclayton
Date: Tue Feb 15 16:00:20 2011
New Revision: 125603
URL: http://llvm.org/viewvc/llvm-project?rev=125603&view=rev
Log:
Removed my specific binaires from the xcscheme.
Modified:
lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme
Modified: lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme?rev=125603&r1=125602&r2=125603&view=diff
==============================================================================
--- lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme (original)
+++ lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme Tue Feb 15 16:00:20 2011
@@ -88,16 +88,6 @@
ReferencedContainer = "container:lldb.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
- <CommandLineArguments>
- <CommandLineArgument
- argument = "/Volumes/work/gclayton/Documents/src/attach/a.out"
- isEnabled = "YES">
- </CommandLineArgument>
- <CommandLineArgument
- argument = "-a i386 /Volumes/work/gclayton/Documents/src/lldb/test/macosx/universal/testit"
- isEnabled = "NO">
- </CommandLineArgument>
- </CommandLineArguments>
<EnvironmentVariables>
<EnvironmentVariable
key = "LLDB_LAUNCH_FLAG_DISABLE_ASLR"
@@ -122,12 +112,12 @@
<EnvironmentVariable
key = "LLDB_DEBUGSERVER_LOG_FILE"
value = "/tmp/debugserver.txt"
- isEnabled = "YES">
+ isEnabled = "NO">
</EnvironmentVariable>
<EnvironmentVariable
key = "LLDB_DEBUGSERVER_LOG_FLAGS"
value = "0x802e0e"
- isEnabled = "YES">
+ isEnabled = "NO">
</EnvironmentVariable>
</EnvironmentVariables>
<AdditionalOptions>
More information about the lldb-commits
mailing list