This is an archive of the discontinued LLVM Phabricator instance.

llgs-test: Parse and store register info recieved from lldb-server
ClosedPublic

Authored by labath on Feb 8 2018, 8:38 AM.

Details

Summary

Right now the test client is not parsing register values correctly,
which is manifesting itself in one test failing on 32-bit architectures
(pr36013). This parses the information from the qRegisterInfo packets
and stores it in the client, which will enable fixing the parsing in a
follow up commit.

I am also adding a new templated SendMessage overload, which enables one
to send a message get a parsed response in a single call.

Event Timeline

labath created this revision.Feb 8 2018, 8:38 AM
eugene accepted this revision.Feb 8 2018, 10:49 AM
This revision is now accepted and ready to land.Feb 8 2018, 10:49 AM
This revision was automatically updated to reflect the committed changes.