aboutsummaryrefslogtreecommitdiff
path: root/lldb.xcodeproj/xcshareddata
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2015-05-27 05:04:35 +0000
committerEnrico Granata <egranata@apple.com>2015-05-27 05:04:35 +0000
commit5c9961130f71de4501f9f8d9afbee8a9312cc58e (patch)
treee50685aa2a6204fc764a40db9626d768a2e86f82 /lldb.xcodeproj/xcshareddata
parent7150b515bcc6d64744b75657023bc53e6bdc5219 (diff)
downloadlldb-5c9961130f71de4501f9f8d9afbee8a9312cc58e.tar.gz
Add support for custom commands to set flags on themselves
This works for Python commands defined via a class (implement get_flags on your class) and C++ plugin commands (which can call SBCommand::GetFlags()/SetFlags()) Flags allow features such as not letting the command run if there's no target, or if the process is not stopped, ... Commands could always check for these things themselves, but having these accessible via flags makes custom commands more consistent with built-in ones git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@238286 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 6affe30f0..46d622940 100644
--- a/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme
+++ b/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme
@@ -87,7 +87,7 @@
launchStyle = "0"
useCustomWorkingDirectory = "NO"
customWorkingDirectory = "/Volumes/work/gclayton/Documents/devb/attach"
- buildConfiguration = "Debug"
+ buildConfiguration = "DebugClang"
ignoresPersistentStateOnLaunch = "YES"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"