diff options
author | Enrico Granata <granata.enrico@gmail.com> | 2012-02-17 03:20:23 +0000 |
---|---|---|
committer | Enrico Granata <granata.enrico@gmail.com> | 2012-02-17 03:20:23 +0000 |
commit | 400d1f44d1382b280646a16ff3fe617610f2503d (patch) | |
tree | 389768448d9c383b52c1f868445f3a947b607f10 | |
parent | 864e3e8413b2ab0fad4432943056be03d60e73fc (diff) | |
download | bcm5719-llvm-400d1f44d1382b280646a16ff3fe617610f2503d.tar.gz bcm5719-llvm-400d1f44d1382b280646a16ff3fe617610f2503d.zip |
reverting unwanted changes to scheme files with previous commit
llvm-svn: 150785
-rw-r--r-- | lldb/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme b/lldb/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme index 918c1d4a632..af9b125593e 100644 --- a/lldb/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme +++ b/lldb/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme @@ -81,8 +81,8 @@ </EnvironmentVariables> </TestAction> <LaunchAction - selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB" - selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB" + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" launchStyle = "0" useCustomWorkingDirectory = "NO" customWorkingDirectory = "/Volumes/work/gclayton/Documents/devb/attach" |