[all-commits] [llvm/llvm-project] 04592d: [lldb] s/ExecutionContext/Target in Disassembler

Pavel Labath via All-commits all-commits at lists.llvm.org
Thu Mar 5 05:49:26 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 04592d5b23178cfacfd0817f58fca8a0a24a71c7
      https://github.com/llvm/llvm-project/commit/04592d5b23178cfacfd0817f58fca8a0a24a71c7
  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/API/SBFunction.cpp
    M lldb/source/API/SBSymbol.cpp
    M lldb/source/Core/Disassembler.cpp
    M lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
    M lldb/source/Symbol/Function.cpp
    M lldb/source/Symbol/Symbol.cpp
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/StackFrame.cpp
    M lldb/source/Target/ThreadPlanStepRange.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list