[Lldb-commits] [PATCH] D98482: [lldb] Support for multiprocess extension [WIP]
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 12 00:04:53 PST 2021
mgorny created this revision.
mgorny added reviewers: labath, emaste, krytarowski.
mgorny requested review of this revision.
This is a work-in-progress to provide minimal support for multiprocess GDB protocol extension. For a start, a new function to parse thread-ids accounting for the possible process id extension.
https://reviews.llvm.org/D98482
Files:
lldb/include/lldb/Utility/StringExtractor.h
lldb/source/Utility/StringExtractor.cpp
lldb/unittests/Utility/StringExtractorTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98482.330161.patch
Type: text/x-patch
Size: 9383 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210312/8b20c828/attachment.bin>
More information about the lldb-commits
mailing list