This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 84a197e Use StringRef and APFloat instead of lldb/StringConvert.h new b3b1855 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/Process.cpp | 16 ++- source/Target/StopInfo.cpp | 18 ++++ source/Target/Thread.cpp | 65 ++++++++--- source/Target/ThreadPlanStepInstruction.cpp | 9 ++ source/Target/ThreadPlanStepRange.cpp | 10 ++ 10 files changed, 251 insertions(+), 34 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_ [...]