teak-llvm/lldb/packages/Python/lldbsuite/test/python_api
Jim Ingham b842f2ecf0 Make breakpoint names real entities.
When introduced, breakpoint names were just tags that you could
apply to breakpoints that would allow you to refer to a breakpoint
when you couldn't capture the ID, or to refer to a collection of
breakpoints.  

This change makes the names independent holders of breakpoint options
that you can then apply to breakpoints when you add the name to the
breakpoint.  It adds the "breakpoint name configure" command to set
up or reconfigure breakpoint names.  There is also full support for
then in the SB API, including a new SBBreakpointName class.

The connection between the name and the breakpoints
sharing the name remains live, so if you reconfigure the name, all the
breakpoint options all change as well.  This allows a quick way
to share complex breakpoint behavior among a bunch of breakpoints, and
a convenient way to iterate on the set.

You can also create a name from a breakpoint, allowing a quick way
to copy options from one breakpoint to another.

I also added the ability to make hidden and delete/disable protected
names.  When applied to a breakpoint, you will only be able to list,
delete or disable that breakpoint if you refer to it explicitly by ID.

This feature will allow GUI's that need to use breakpoints for their
own purposes to keep their breakpoints from getting accidentally 
disabled or deleted.

<rdar://problem/22094452>

llvm-svn: 313292
2017-09-14 20:22:49 +00:00
..
breakpoint Switch SBBreakpointLocation to use a weak_ptr 2017-03-01 10:08:48 +00:00
class_members use assertEquals in TestSBTypeClassMembers 2016-09-28 20:39:50 +00:00
debugger *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
default-constructor Make breakpoint names real entities. 2017-09-14 20:22:49 +00:00
disassemble-raw-data [LLDB][MIPS] All tests get errors in dotest after this test. 2016-10-10 10:47:53 +00:00
event *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
exprpath_synthetic *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
findvalue_duplist *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
formatters *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
frame *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
function_symbol *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
hello_world *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
interpreter *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldbutil *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
module_section *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
name_lookup Fix TestNameLookup for GCC 2017-02-15 12:27:16 +00:00
objc_type *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
process Fix ProcessAPITestCase.test_get_process_info 2017-08-02 10:12:12 +00:00
rdar-12481949 *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sbdata Fix SBData::SetData() so that it always sets the address byte size correctly and added a test. 2017-01-25 21:50:28 +00:00
sbstructureddata Added new API to SBStructuredData class 2017-05-29 08:25:46 +00:00
sbtype_typeclass xfail TestSBTypeTypeClass.py on macOS i386 2016-10-06 19:23:29 +00:00
sbvalue_const_addrof
sbvalue_persist *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
section *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
signals *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
symbol-context Fix TestSymbolContextTwoFiles on Android after rL281595 2016-09-15 10:49:55 +00:00
target *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
thread *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
type *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
value Fix dereferencing of pointers to empty classes 2017-01-07 16:39:07 +00:00
value_var_update *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
watchpoint Switch SBWatchpoint to use a weak_ptr to the underlying object 2017-02-28 12:32:45 +00:00
.categories