[Lldb-commits] [lldb] r202447 - Revert Xcode run argument settings that were accidentally checked in.
Greg Clayton
gclayton at apple.com
Thu Feb 27 16:13:04 PST 2014
Author: gclayton
Date: Thu Feb 27 18:13:03 2014
New Revision: 202447
URL: http://llvm.org/viewvc/llvm-project?rev=202447&view=rev
Log:
Revert Xcode run argument settings that were accidentally checked in.
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=202447&r1=202446&r2=202447&view=diff
==============================================================================
--- lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme (original)
+++ lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme Thu Feb 27 18:13:03 2014
@@ -100,16 +100,6 @@
ReferencedContainer = "container:lldb.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
- <CommandLineArguments>
- <CommandLineArgument
- argument = "/Volumes/work/gclayton/Documents/src/args/a.out"
- isEnabled = "YES">
- </CommandLineArgument>
- <CommandLineArgument
- argument = "-o "settings set target.process.python-os-plugin-path /Volumes/work/gclayton/Documents/src/lldb/tot/examples/python/operating_system.py""
- isEnabled = "YES">
- </CommandLineArgument>
- </CommandLineArguments>
<EnvironmentVariables>
<EnvironmentVariable
key = "LLDB_LAUNCH_FLAG_DISABLE_ASLR"
More information about the lldb-commits
mailing list