This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from dec877595 [PDB] Support PDB-backed expressions evaluation new 602755437 [Target] Do not skip a stop on a breakpoint if a plan was completed
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/SBModule.h | 1 + .../expr-entry-bp}/Makefile | 0 .../expr-entry-bp/TestExprEntryBP.py | 34 ++++++++++++++++++++++ .../{step_scripted => expr-entry-bp}/main.c | 8 ++--- scripts/interface/SBModule.i | 3 ++ source/API/SBModule.cpp | 11 +++++++ source/Target/StopInfo.cpp | 13 +++++++++ 7 files changed, 66 insertions(+), 4 deletions(-) copy packages/Python/lldbsuite/test/{driver/batch_mode => functionalities/expr-ent [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/expr-entry-bp/Te [...] copy packages/Python/lldbsuite/test/functionalities/{step_scripted => expr-entry-b [...]