diff options
author | Walter Erquinigo <waltermelon@fb.com> | 2020-06-04 15:55:58 -0700 |
---|---|---|
committer | Walter Erquinigo <waltermelon@fb.com> | 2020-06-23 11:47:43 -0700 |
commit | 0a9e7d0b6befad866dfd61f05b774247e0867121 (patch) | |
tree | 03f4c3f0547a85b72b3468b5f703b38686fd1902 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | a2edbd8170bd55ea64466a0719e4adda4b08a195 (diff) | |
download | llvm-0a9e7d0b6befad866dfd61f05b774247e0867121.zip llvm-0a9e7d0b6befad866dfd61f05b774247e0867121.tar.gz llvm-0a9e7d0b6befad866dfd61f05b774247e0867121.tar.bz2 |
[vscode] set default values for terminateDebuggee for the disconnect request
Summary:
Recently I've noticed that VSCode sometimes doesn't send the terminateDebuggee flag within the disconnectRequest,
even though lldb-vscode sets the terminateDebuggee capability correctly.
This has been causing that inferiors don't die after the debug session ends, and many users have reported issues because of this.
An easy way to mitigate this is to set better default values for the terminateDebuggee field in the disconnect request.
I'm assuming that for a launch request, the default will be true, and for attach it'll be false.
Reviewers: clayborg, labath, aadsm
Subscribers: lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D81200
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions