This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 0945e65 Add format_provider for lldb::StateType new 2060070 Bug 30863 - Step doesn't stop with conditional breakpoint on [...]
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/Thread.h | 12 +++ include/lldb/Target/ThreadPlan.h | 24 +++-- .../Makefile | 0 .../step_over_breakpoint/TestStepOverBreakpoint.py | 119 +++++++++++++++++++++ .../breakpoint/step_over_breakpoint/main.cpp | 12 +++ source/Target/StopInfo.cpp | 18 ++++ source/Target/Thread.cpp | 65 ++++++++--- source/Target/ThreadPlanStepInstruction.cpp | 9 ++ source/Target/ThreadPlanStepRange.cpp | 10 ++ 9 files changed, 245 insertions(+), 24 deletions(-) copy packages/Python/lldbsuite/test/functionalities/breakpoint/{breakpoint_ids => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/step_ [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/step_ [...]