This is an archive of the discontinued LLVM Phabricator instance.

[lldb] DumpDataExtractor tests for item byte size errors
ClosedPublic

Authored by DavidSpickett on Apr 30 2021, 7:22 AM.

Diff Detail

Event Timeline

DavidSpickett requested review of this revision.Apr 30 2021, 7:22 AM
DavidSpickett created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptApr 30 2021, 7:22 AM

Retrigger Buildkite after adding the parent revision.

teemperor accepted this revision.Apr 30 2021, 7:32 AM

LGTM, thanks for writing these. Please check the code style remark in D101627 before merging this (you also need to change the functions here obviously)

lldb/unittests/Core/DumpDataExtractorTest.cpp
205

eee -> see.

This revision is now accepted and ready to land.Apr 30 2021, 7:32 AM

Update function names to lldb style Pascal case names.

This revision was landed with ongoing or failed builds.Apr 30 2021, 8:49 AM
This revision was automatically updated to reflect the committed changes.