This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 0da63fc87 [LLDB] - Add support for DW_FORM_implicit_const. new 00c11c4cf Adding support to step into the callable wrapped by libc++ st [...]
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/Target/CPPLanguageRuntime.h | 13 ++++ .../cpp/std-function-step-into-callable}/Makefile | 2 + .../TestStdFunctionStepIntoCallable.py | 71 ++++++++++++++++++++ .../cpp/std-function-step-into-callable/main.cpp | 38 +++++++++++ source/Target/CPPLanguageRuntime.cpp | 75 +++++++++++++++++++++- source/Target/ThreadPlanStepThrough.cpp | 10 +++ 6 files changed, 208 insertions(+), 1 deletion(-) copy packages/Python/lldbsuite/test/{functionalities/data-formatter/dump_dynamic = [...] create mode 100644 packages/Python/lldbsuite/test/lang/cpp/std-function-step-into- [...] create mode 100644 packages/Python/lldbsuite/test/lang/cpp/std-function-step-into- [...]