[all-commits] [llvm/llvm-project] 2a2464: [lldb] Lower GetRealStopInfo into ThreadPlanCallFu...

Dave Lee via All-commits all-commits at lists.llvm.org
Mon Feb 15 18:00:02 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2a2464eb7651dc89290e9e3bf6928c99453bed99
      https://github.com/llvm/llvm-project/commit/2a2464eb7651dc89290e9e3bf6928c99453bed99
  Author: Dave Lee <davelee.com at gmail.com>
  Date:   2021-02-15 (Mon, 15 Feb 2021)

  Changed paths:
    M lldb/include/lldb/Target/ThreadPlan.h
    M lldb/include/lldb/Target/ThreadPlanCallFunction.h
    M lldb/source/Expression/LLVMUserExpression.cpp

  Log Message:
  -----------
  [lldb] Lower GetRealStopInfo into ThreadPlanCallFunction (NFC)

`GetRealStopInfo` has only one call site, and in that call site a reference to the
concrete thread plan is available (`ThreadPlanCallUserExpression`), from which
`GetRealStopInfo` can be called.

Differential Revision: https://reviews.llvm.org/D96687




More information about the All-commits mailing list