This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 3bca124 Remove lldb streams from the Log class completely new c846f33 BreakpointResolverFileLine: Restrict move-to-nearest-code fro [...]
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: .../lldb/Breakpoint/BreakpointResolverFileLine.h | 2 + .../breakpoint_options/TestBreakpointOptions.py | 10 --- .../breakpoint/breakpoint_options/main.cpp | 6 +- .../breakpoint/move_nearest}/Makefile | 4 +- .../breakpoint/move_nearest/TestMoveNearest.py | 58 ++++++++++++++ .../breakpoint/move_nearest/foo.cpp | 3 + .../functionalities/breakpoint/move_nearest/foo.h | 6 ++ .../breakpoint/move_nearest/main.cpp | 9 +++ .../test/tools/lldb-mi/breakpoint/TestMiBreak.py | 37 +++++---- .../test/tools/lldb-mi/breakpoint/main.cpp | 13 +-- source/Breakpoint/BreakpointResolverFileLine.cpp | 93 ++++++++++++++++++---- 11 files changed, 189 insertions(+), 52 deletions(-) copy packages/Python/lldbsuite/test/{lang/c/shared_lib => functionalities/breakpoi [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/move_ [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/move_ [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/move_ [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/move_ [...]