[Lldb-commits] [lldb] 463863f - [lldb] Move PlatformPOSIX::ConnectToWaitingProcesses to RemoteAwarePlatform

2021-03-14 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2021-03-14T22:43:52+01:00 New Revision: 463863fffea5c26b0410ee030205fc6bf066f763 URL: https://github.com/llvm/llvm-project/commit/463863fffea5c26b0410ee030205fc6bf066f763 DIFF: https://github.com/llvm/llvm-project/commit/463863fffea5c26b0410ee030205fc6bf066f763.diff

[Lldb-commits] [PATCH] D98482: [lldb] Support for multiprocess extension [WIP]

2021-03-14 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. I'm still bugged by the GetPidTid interface -- the pair of optionals is very complicated. What if we had this function take a `default_pid` argument (which would be equal to the currently selected process), and it returned that as the process id, in case the packet does

[Lldb-commits] [PATCH] D96458: [LLDB] Add support for Arm64/Linux dynamic register sets

2021-03-14 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. Thanks. This looks much better, but there is still one thing which bugs me about the register info constructor. Currently, there are three paths through that constructor: 1. when we don't have any fancy registers (this is the original one) 2. when we have just SVE