This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Apply KeyValueExtractorGDBRemote to qProcessInfo
AbandonedPublic

Authored by DavidSpickett on Dec 14 2020, 8:29 AM.

Details

Reviewers
None
Summary

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.

Diff Detail