aboutsummaryrefslogtreecommitdiff
path: root/lldb.xcodeproj/xcshareddata
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2011-10-12 16:59:31 +0000
committerSean Callanan <scallanan@apple.com>2011-10-12 16:59:31 +0000
commit94cd0cac9117f12cf05bab3e836029f15a62024b (patch)
treecd14d7b53699cc5c207987f314cadcf92385513e /lldb.xcodeproj/xcshareddata
parent3e80cd9c9e6ae50ff54537551e2fe3ed5319b9b4 (diff)
downloadlldb-94cd0cac9117f12cf05bab3e836029f15a62024b.tar.gz
Made FindGlobalVariable() optionally search a specific
module and namespace. Also made it use FindGlobalVariables() instead of the more heavyweight GetVariablesForVariableExpressionPath(). git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@141783 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lldb.xcodeproj/xcshareddata')
-rw-r--r--lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme b/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme
index 6e12c06c9..1b6d31bf7 100644
--- a/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme
+++ b/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme
@@ -83,7 +83,7 @@
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
- launchStyle = "0"
+ launchStyle = "1"
useCustomWorkingDirectory = "NO"
customWorkingDirectory = "/Volumes/work/gclayton/Documents/devb/attach"
buildConfiguration = "Debug"