[Lldb-commits] [PATCH] D96176: Implement jAttachWait

Augusto Noronha via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 5 13:24:16 PST 2021


augusto2112 created this revision.
augusto2112 added reviewers: labath, clayborg, jasonmolenda.
Herald added a subscriber: dang.
augusto2112 requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

jAttachWait provides the same functionality as vAttachWait/vAttachOrWait. Additionaly, it allows for the usage of two new options, 'waitfor-duration' and 'waitfor-interval'


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96176

Files:
  lldb/include/lldb/Target/Process.h
  lldb/include/lldb/Utility/StringExtractorGDBRemote.h
  lldb/include/lldb/lldb-enumerations.h
  lldb/source/Commands/CommandObjectProcess.cpp
  lldb/source/Commands/Options.td
  lldb/source/Interpreter/CommandObject.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
  lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  lldb/source/Utility/StringExtractorGDBRemote.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96176.321864.patch
Type: text/x-patch
Size: 21184 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210205/105fc3c7/attachment-0001.bin>


More information about the lldb-commits mailing list