[Lldb-commits] [PATCH] D110553: [lldb] Remove non-stop mode code

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 27 08:00:35 PDT 2021


labath created this revision.
labath added reviewers: jingham, JDevlieghere.
labath requested review of this revision.
Herald added a project: LLDB.

We added some support for this mode back in 2015, but the feature was
never productionized. It is completely untested, and there are known
major structural lldb issues that need to be resolved before this
feature can really be supported.

It also complicates making further changes to stop reply packet
handling, which is what I am about to do.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110553

Files:
  lldb/include/lldb/Target/Target.h
  lldb/source/Commands/CommandObjectThread.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
  lldb/source/Target/Target.cpp
  lldb/source/Target/TargetProperties.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110553.375264.patch
Type: text/x-patch
Size: 20487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210927/7936ebe7/attachment-0001.bin>


More information about the lldb-commits mailing list