[Lldb-commits] [PATCH] D93895: Implement vAttachWait in lldb-server

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 8 17:09:57 PST 2021


jingham added a comment.

looks good to me too.  When you get around to the wait times & intervals I'd argue for not doing that as a GDBRemote specific addition, as Greg was suggesting above.  There's nothing gdb-remote specific about how long you want the debug agent to wait around for some process to show up.


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