[all-commits] [llvm/llvm-project] ea6846: [lldb] Make Disassembler::PrintInstructions a method
Pavel Labath via All-commits
all-commits at lists.llvm.org
Thu Mar 5 03:07:55 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ea68462ed11cb70b40543059007a328edd26aea6
https://github.com/llvm/llvm-project/commit/ea68462ed11cb70b40543059007a328edd26aea6
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-03-05 (Thu, 05 Mar 2020)
Changed paths:
M lldb/include/lldb/Core/Disassembler.h
M lldb/source/Core/Disassembler.cpp
Log Message:
-----------
[lldb] Make Disassembler::PrintInstructions a method
the previously static member function took a Disassembler* argument
anyway. This renames the argument to "this". The function also always
succeeds (returns true), so I change the return type to void.
More information about the All-commits
mailing list