[Lldb-commits] [PATCH] D122023: [trace][intelpt] fix some test failures

walter erquinigo via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 18 10:24:02 PDT 2022


wallace created this revision.
wallace added a reviewer: jj10306.
Herald added a project: All.
wallace requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122023

Files:
  lldb/source/Commands/CommandObjectThread.cpp
  lldb/source/Commands/Options.td
  lldb/test/API/commands/trace/TestTraceDumpInfo.py
  lldb/test/API/commands/trace/TestTraceDumpInstructions.py
  lldb/test/API/commands/trace/TestTraceExport.py
  lldb/test/API/commands/trace/TestTraceSave.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122023.416556.patch
Type: text/x-patch
Size: 6032 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220318/81588395/attachment.bin>


More information about the lldb-commits mailing list