diff options
author | Anton Kolesov <Anton.Kolesov@synopsys.com> | 2020-03-20 20:13:16 +0300 |
---|---|---|
committer | Tatyana Krasnukha <tatyana@synopsys.com> | 2020-03-20 20:15:23 +0300 |
commit | 0b18b568e91a3ebe3ab33d13328a1614fb94cf07 (patch) | |
tree | 58a73ec3826f66bfa3f950ad2c7158db1a7ed4df /llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp | |
parent | 942afe0cb2ac0f3fe4a5ffc52400e1819b4fd570 (diff) | |
download | llvm-0b18b568e91a3ebe3ab33d13328a1614fb94cf07.zip llvm-0b18b568e91a3ebe3ab33d13328a1614fb94cf07.tar.gz llvm-0b18b568e91a3ebe3ab33d13328a1614fb94cf07.tar.bz2 |
[lldb-vscode] Don't use SBLaunchInfo in request_attach
If LLDB attaches to an already running target, then structure SBAttachInfo is
used instead of SBLaunchInfo. lldb-vscode function request_attach sets some
values to g_vsc.launch_info, however this field is then not passed anywhere, so
this action has no effect. This commit removes invocation of
SBLaunchInfo::SetDetachOnError, which has no equivalent in SBAttachInfo.
File package.json doesn't describe detachOnError property for "attach" request
type, therefore it is not needed to update it.
Differential Revision: https://reviews.llvm.org/D76351
Diffstat (limited to 'llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions