[all-commits] [llvm/llvm-project] 35e60f: [NFC][trace] simplify the instruction dumper
walter erquinigo via All-commits
all-commits at lists.llvm.org
Mon Apr 25 20:03:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35e60f5de180aea55ed478298f4b40f04dcc57d1
https://github.com/llvm/llvm-project/commit/35e60f5de180aea55ed478298f4b40f04dcc57d1
Author: Walter Erquinigo <wallace at fb.com>
Date: 2022-04-25 (Mon, 25 Apr 2022)
Changed paths:
M lldb/include/lldb/Target/TraceInstructionDumper.h
M lldb/source/Target/TraceInstructionDumper.cpp
Log Message:
-----------
[NFC][trace] simplify the instruction dumper
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.
Differential Revision: https://reviews.llvm.org/D124064
More information about the All-commits
mailing list