[Lldb-commits] [PATCH] D124064: [NFC][trace] simplify the instruction dumper
walter erquinigo via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 19 22:00:04 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.
TraceInstructionDumper::DumpInstructions was becoming too big, so I'm
refactoring it into smaller functions. I also made some static methods proper
instance methods to simplify calls. Other minor improvements are also done.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D124064
Files:
lldb/include/lldb/Target/TraceInstructionDumper.h
lldb/source/Target/TraceInstructionDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124064.423808.patch
Type: text/x-patch
Size: 13749 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220420/336ba663/attachment.bin>
More information about the lldb-commits
mailing list