diff options
Diffstat (limited to 'lldb/lldb.runcontext')
-rw-r--r-- | lldb/lldb.runcontext | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/lldb/lldb.runcontext b/lldb/lldb.runcontext new file mode 100644 index 00000000000..6a1aaecb51a --- /dev/null +++ b/lldb/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> |