implement handler for `QSetDetachOnError` packet
Open
- Dominant language
- C++
- Stars
- 20
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
ds2 does not implement a handler for the `QSetDetachOnError` packet defined [here](https://lldb.llvm.org/resources/lldbgdbremote.html#qsetdetachonerror).
The following warning is observed in the ds2 output when running lldb tests:
```
[9847][void ds2::GDBRemote::ProtocolInterpreter::onCommand(const std::string &, const std::string &)] WARNING: handler for command 'QSetDetachOnError' unknown
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.