[Lldb-commits] [PATCH] D71440: Extending step-over range past calls was causing deadlocks, fix that.
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 16 17:49:40 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rG434905b97d96: Run all threads when extending a next range over a call. (authored by jingham).
Changed prior to commit:
https://reviews.llvm.org/D71440?vs=234206&id=234207#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71440/new/
https://reviews.llvm.org/D71440
Files:
lldb/include/lldb/Core/Disassembler.h
lldb/include/lldb/Target/ThreadPlanStepRange.h
lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/TestExprDoesntBlock.py
lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/locking.c
lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/locking.cpp
lldb/packages/Python/lldbsuite/test/lang/c/step_over_no_deadlock/Makefile
lldb/packages/Python/lldbsuite/test/lang/c/step_over_no_deadlock/TestStepOverDoesntBlock.py
lldb/packages/Python/lldbsuite/test/lang/c/step_over_no_deadlock/locking.cpp
lldb/source/Core/Disassembler.cpp
lldb/source/Target/Process.cpp
lldb/source/Target/ThreadPlanStepRange.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71440.234207.patch
Type: text/x-patch
Size: 16902 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191217/d5356ed5/attachment-0001.bin>
More information about the lldb-commits
mailing list