[lldb] Make Disassembler::PrintInstructions a method
authorPavel Labath <pavel@labath.sk>
Thu, 5 Mar 2020 10:47:39 +0000 (11:47 +0100)
committerPavel Labath <pavel@labath.sk>
Thu, 5 Mar 2020 11:07:49 +0000 (12:07 +0100)
commitea68462ed11cb70b40543059007a328edd26aea6
treececc70fd1b766f57d99c226d8be5d389679e05c2
parent77e30758ddfc3b8168493f9233c63c8849145082
[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.
lldb/include/lldb/Core/Disassembler.h
lldb/source/Core/Disassembler.cpp