hanchenye-llvm-project/lldb/lldb.xcodeproj
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
..
project.xcworkspace
xcshareddata/xcschemes Fix a mis-feature with propagation of breakpoint options -> location options. 2017-08-02 00:16:10 +00:00
project.pbxproj Remember to make API headers Public in the LLDB target. 2017-08-01 17:19:59 +00:00