llvm-project/lldb/lldb.xcodeproj/xcshareddata/xcschemes
Jim Ingham af26b22cd2 Fix a mis-feature with propagation of breakpoint options -> location options.
When an option was set at on a location, I was just copying the whole option set 
to the location, and letting it shadow the breakpoint options.  That was wrong since
it meant changes to unrelated options on the breakpoint would no longer take on this
location.  I added a mask of set options and use that for option propagation.

I also added a "location" property to breakpoints, and added SBBreakpointLocation.{G,S}etCommandLineCommands
since I wanted to use them to write some more test cases.

<rdar://problem/24397798>

llvm-svn: 309772
2017-08-02 00:16:10 +00:00
..
LLDB.xcscheme Xcode suggested enabling a "no common blocks" warning 2015-10-29 00:21:14 +00:00
Run Testsuite.xcscheme Xcode suggested enabling a "no common blocks" warning 2015-10-29 00:21:14 +00:00
darwin-debug.xcscheme Xcode suggested enabling a "no common blocks" warning 2015-10-29 00:21:14 +00:00
desktop.xcscheme Fix a mis-feature with propagation of breakpoint options -> location options. 2017-08-02 00:16:10 +00:00
launcherRootXPCService.xcscheme Xcode suggested enabling a "no common blocks" warning 2015-10-29 00:21:14 +00:00
launcherXPCService.xcscheme Xcode suggested enabling a "no common blocks" warning 2015-10-29 00:21:14 +00:00
lldb-gtest.xcscheme Added real editline tests. 2015-10-30 02:54:52 +00:00
lldb-python-test-suite.xcscheme remove xcshareddata exclusion from .gitignore; add desktop and lldb-python-testsuite shared schemes used by Xcode buildbot 2015-12-18 22:08:24 +00:00
lldb-tool.xcscheme Add an "offset" option to "break set -n" and "break set -f -l". 2016-03-09 18:59:13 +00:00