[Lldb-commits] [PATCH] D93895: Implement vAttachWait in lldb-server
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 6 05:58:46 PST 2021
labath added a comment.
In D93895#2481990 <https://reviews.llvm.org/D93895#2481990>, @augusto2112 wrote:
>> I don't think it's a good idea to stuff all of this into a single patch. Can we go back to the version which just implements the basic vAttachWait packet (we can bikeshed on what the default interval should be)? I believe new commands/options/packets should be done in separate patches...
>
> Ok. I can open other patches after this one is merged.
Thanks. Feel free to create the other patches even before that (the downside is lost productivity due to more rebasing).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93895/new/
https://reviews.llvm.org/D93895
More information about the lldb-commits
mailing list