[Lldb-commits] [PATCH] D17635: Continue after process exit
Petr Hons via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 25 20:01:14 PST 2016
Honsik created this revision.
Honsik added a reviewer: zturner.
Honsik added a subscriber: lldb-commits.
When process exits, and SBProcess.Continue() is executed, timeout occurs (5secs). Instead error message "Process is not alive" is returned. Added test for this message.
Fix of breakpoint case sensitivity test on Linux.
http://reviews.llvm.org/D17635
Files:
packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_case_sensitivity/TestBreakpointCaseSensitivity.py
packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py
source/Target/Process.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17635.49149.patch
Type: text/x-patch
Size: 5634 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160226/7461aecf/attachment.bin>
More information about the lldb-commits
mailing list