[Lldb-commits] [PATCH] D93226: [lldb] Apply KeyValueExtractorGDBRemote to qProcessInfo

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 14 08:29:35 PST 2020


DavidSpickett created this revision.
DavidSpickett requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

The original logic is retained.

Unlike qHostInfo, qProcessInfo does not check whether
at least one key was parsed correctly. This allowed
me to move a lot of the Get calls next to where the
result is used.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93226

Files:
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93226.311603.patch
Type: text/x-patch
Size: 6343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201214/8252f6a9/attachment.bin>


More information about the lldb-commits mailing list