This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 0634d7e Probably should add the breakpoint names test directory as well... new 3cbcc36 add stop column highlighting support
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/SBSourceManager.h | 5 + include/lldb/Core/Debugger.h | 6 + include/lldb/Core/Disassembler.h | 8 +- include/lldb/Core/SourceManager.h | 22 ++- include/lldb/lldb-enumerations.h | 7 + .../functionalities/load_unload/TestLoadUnload.py | 4 + packages/Python/lldbsuite/test/lldbtest.py | 4 + .../Python/lldbsuite/test/settings/TestSettings.py | 1 + .../test/source-manager/TestSourceManager.py | 70 ++++++++-- scripts/interface/SBSourceManager.i | 7 + source/API/SBSourceManager.cpp | 25 +++- source/Commands/CommandObjectSource.cpp | 21 ++- source/Core/Debugger.cpp | 51 +++++++ source/Core/Disassembler.cpp | 6 +- source/Core/SourceManager.cpp | 152 +++++++++++++++++++-- source/Target/StackFrame.cpp | 3 +- 16 files changed, 341 insertions(+), 51 deletions(-)