Skip to content

I submitted the wrong version of the patch, with a bug along the #2967

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lldb/packages/Python/lldbsuite/test/lldbutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ def run_to_breakpoint_do_run(test, target, bkpt, launch_info = None,
error_string = "Failed to hit initial breakpoint:\n%s\n"%(print_stacktraces(process, True))
test.fail(error_string)

test.assertEqual(process.GetState(), lldb.eStateStopped, error_string)
test.assertEqual(process.GetState(), lldb.eStateStopped)

# Frame #0 should be at our breakpoint.
threads = get_threads_stopped_at_breakpoint(
Expand Down