diff options
author | Michal Gorny <mgorny@gentoo.org> | 2019-07-25 20:27:40 +0000 |
---|---|---|
committer | Michal Gorny <mgorny@gentoo.org> | 2019-07-25 20:27:40 +0000 |
commit | e1c159e86ac2f109d0d4d9342721ce78532660cf (patch) | |
tree | 9fd189a8931eab8048cc48c4f94866ad80a0f7cc /lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch | |
parent | aa205957ff6b977978642544951d133d47294d92 (diff) | |
download | bcm5719-llvm-e1c159e86ac2f109d0d4d9342721ce78532660cf.tar.gz bcm5719-llvm-e1c159e86ac2f109d0d4d9342721ce78532660cf.zip |
[lldb] [Process/NetBSD] Report stopped process on SIGSTOP
Mark the process as stopped when SIGSTOP arrives. This is necessary
for lldb-server to generate correct response to 'process interrupt',
and therefore to prevent the whole stack crashing when process
is stopped.
Thanks to Pavel Labath for the tip.
Differential Revision: https://reviews.llvm.org/D65289
llvm-svn: 367047
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/TestVSCode_launch.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/TestVSCode_launch.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/TestVSCode_launch.py index 2927ac3ba1c..5c996fbee45 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/TestVSCode_launch.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/TestVSCode_launch.py @@ -61,7 +61,6 @@ class TestVSCode_launch(lldbvscode_testcase.VSCodeTestCaseBase): @skipIfWindows @skipIfDarwin # Skip this test for now until we can figure out why tings aren't working on build bots - @expectedFailureNetBSD @no_debug_info_test def test_cwd(self): ''' @@ -90,7 +89,6 @@ class TestVSCode_launch(lldbvscode_testcase.VSCodeTestCaseBase): @skipIfWindows @skipIfDarwin # Skip this test for now until we can figure out why tings aren't working on build bots - @expectedFailureNetBSD @no_debug_info_test def test_debuggerRoot(self): ''' |