This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 109004876 [Plugins/Process] Remove direct use of ClangASTContext from I [...] new eae9f357d [Status] Add a LLDB_ERRORF macro for error reporting (similar [...] new a7e218209 [DWARF] Evaluate DW_OP_entry_value
The 2 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/Symbol/Function.h | 24 +- include/lldb/Utility/Status.h | 7 + packages/Python/lldbsuite/test/decorators.py | 12 +- .../basic_entry_values_x86_64}/Makefile | 3 +- .../TestBasicEntryValuesX86_64.py} | 4 +- .../basic_entry_values_x86_64/main.cpp | 169 +++++++++++++ source/Expression/DWARFExpression.cpp | 261 +++++++++++++++++++++ source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp | 4 + .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 74 +++++- source/Symbol/Function.cpp | 9 +- 10 files changed, 556 insertions(+), 11 deletions(-) copy packages/Python/lldbsuite/test/functionalities/{breakpoint/breakpoint_hit_cou [...] copy packages/Python/lldbsuite/test/functionalities/{tail_call_frames/disambiguate [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/param_entry_vals [...]