llvm-project/lldb
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
..
cmake [CMake] Add checks for libcompression 2017-07-28 15:39:51 +00:00
docs Adding Support for Error Strings in Remote Packets 2017-07-12 11:15:34 +00:00
examples Add an example command to toggle between disassembly-only and source mode. 2017-04-20 21:51:27 +00:00
include/lldb Fix a mis-feature with propagation of breakpoint options -> location options. 2017-08-02 00:16:10 +00:00
lit Change remaining references to lit.util.capture to use subprocess.check_output. 2017-07-06 21:46:47 +00:00
lldb.xcodeproj Fix a mis-feature with propagation of breakpoint options -> location options. 2017-08-02 00:16:10 +00:00
lldb.xcworkspace
packages/Python/lldbsuite Fix a mis-feature with propagation of breakpoint options -> location options. 2017-08-02 00:16:10 +00:00
resources
scripts Fix a mis-feature with propagation of breakpoint options -> location options. 2017-08-02 00:16:10 +00:00
source Fix a mis-feature with propagation of breakpoint options -> location options. 2017-08-02 00:16:10 +00:00
test cmake build needs to run tests AND collect results 2017-07-18 23:45:06 +00:00
third_party/Python/module
tools [CMake] debugserver-nonui doesn't go in the framework 2017-07-28 20:27:37 +00:00
unittests Fix debugserver accepting remote connections 2017-07-13 20:58:13 +00:00
utils
www The llvm.org bugzilla moved. 2017-07-13 00:36:21 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt [CMake] Enable OS_LOG support on Darwin 2017-07-28 15:39:50 +00:00
CODE_OWNERS.txt Greg Clayton is no longer working at Apple, he will continue to 2017-03-01 00:00:45 +00:00
INSTALL.txt Changed builld-llvm.py to use .json files 2017-02-23 02:21:34 +00:00
LICENSE.TXT
use_lldb_suite_root.py