Initial checkin of lldb code from internal Apple repo.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@105619 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lldb.runcontext b/lldb.runcontext
new file mode 100644
index 0000000..6a1aaec
--- /dev/null
+++ b/lldb.runcontext
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<RunContext
+   breakPointsEnabled = "YES">
+   <RunPhases>
+      <BuildRunPhase
+         isEnabled = "Yes"
+         name = "Build"
+         buildConfiguration = "Debug">
+         <BuildableOutputReferences>
+            <BuildableOutputReference
+               BuildableOutputIdentifier = "lldb">
+            </BuildableOutputReference>
+         </BuildableOutputReferences>
+      </BuildRunPhase>
+      <ActionRunPhase
+         isEnabled = "Yes"
+         name = "Pre-Launch">
+         <Actions>
+         </Actions>
+      </ActionRunPhase>
+      <LaunchRunPhase
+         isEnabled = "Yes"
+         name = "Launch">
+         <CommandLineArguments>
+            <CommandLineArgument>
+            </CommandLineArgument>
+         </CommandLineArguments>
+         <EnvironmentVariables>
+         </EnvironmentVariables>
+         <AdditionalOptions>
+         </AdditionalOptions>
+         <AdditionalSourceCodeFilesAndDirs>
+         </AdditionalSourceCodeFilesAndDirs>
+         <AdditionalDSYMFilesAndDirs>
+         </AdditionalDSYMFilesAndDirs>
+      </LaunchRunPhase>
+      <ActionRunPhase
+         isEnabled = "Yes"
+         name = "Quit">
+         <Actions>
+         </Actions>
+      </ActionRunPhase>
+   </RunPhases>
+   <BuildableOutputRunnable>
+      <BuildableOutputReference
+         BuildableOutputIdentifier = "lldb">
+      </BuildableOutputReference>
+   </BuildableOutputRunnable>
+</RunContext>