This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from a463377e6 [lldb] [lldb-server] Catch and report errors from main loop new a6b9b0192 Move UnwindTable from ObjectFile to Module
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/Core/Module.h | 17 +++++++++++++ include/lldb/Symbol/ObjectFile.h | 17 ------------- include/lldb/Symbol/UnwindTable.h | 6 +++-- source/Commands/CommandObjectTarget.cpp | 3 +-- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 4 ++-- .../Process/Utility/RegisterContextLLDB.cpp | 19 +++++++-------- source/Symbol/ObjectFile.cpp | 8 +++---- source/Symbol/UnwindTable.cpp | 28 ++++++++++++---------- 8 files changed, 50 insertions(+), 52 deletions(-)