[lldb] s/ExecutionContext/Target in Disassembler
authorPavel Labath <pavel@labath.sk>
Thu, 5 Mar 2020 12:03:26 +0000 (13:03 +0100)
committerPavel Labath <pavel@labath.sk>
Thu, 5 Mar 2020 13:46:39 +0000 (14:46 +0100)
commit04592d5b23178cfacfd0817f58fca8a0a24a71c7
treed033dde5933525417a7e0543f24bc21be8974051
parent29693fc12559c227cacc6f7eb69b30c86616670c
[lldb] s/ExecutionContext/Target in Disassembler

Some functions in this file only use the "target" component of an
execution context. Adjust the argument lists to reflect that.

This avoids some defensive null checks and simplifies most of the
callers.
lldb/include/lldb/Core/Disassembler.h
lldb/source/API/SBFunction.cpp
lldb/source/API/SBSymbol.cpp
lldb/source/Core/Disassembler.cpp
lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
lldb/source/Symbol/Function.cpp
lldb/source/Symbol/Symbol.cpp
lldb/source/Target/Process.cpp
lldb/source/Target/StackFrame.cpp
lldb/source/Target/ThreadPlanStepRange.cpp