This is an archive of the discontinued LLVM Phabricator instance.

[trace][intelpt] fix some test failures
ClosedPublic

Authored by wallace on Mar 18 2022, 10:24 AM.

Details

Summary

Minor fixes needed and now ./bin/lldb-dotest -p TestTrace passes
correctly.

  • There was an incorrect iteration.
  • Some error messages changed.
  • The way repeat commands are handled changed a bit, so I had to create

a new --continue arg in "thread trace dump instructions" to handle this
correctly.

Diff Detail

Event Timeline

wallace created this revision.Mar 18 2022, 10:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 18 2022, 10:24 AM
wallace requested review of this revision.Mar 18 2022, 10:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 18 2022, 10:24 AM
This revision is now accepted and ready to land.Mar 18 2022, 10:33 AM