This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 0e689a785 Mention breakpoint names in the tutorial. new bc5d4fd9c Wire up the breakpoint name help string.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/API/SBBreakpointName.h | 3 +++ .../breakpoint_names/TestBreakpointNames.py | 27 ++++++++++++++++++---- scripts/interface/SBBreakpointName.i | 3 +++ source/API/SBBreakpointName.cpp | 24 +++++++++++++++++++ source/API/SBTarget.cpp | 3 --- source/Breakpoint/BreakpointName.cpp | 3 +++ source/Commands/CommandObjectBreakpoint.cpp | 18 +++++++++++---- 7 files changed, 69 insertions(+), 12 deletions(-)