[all-commits] [llvm/llvm-project] df12a7: [lldb] Also disable de-registration of EHFrames in...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Mon Nov 4 00:24:14 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: df12a75a19682cfeee12c38ae5113043dddffda8
      https://github.com/llvm/llvm-project/commit/df12a75a19682cfeee12c38ae5113043dddffda8
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M lldb/include/lldb/Expression/IRExecutionUnit.h

  Log Message:
  -----------
  [lldb] Also disable de-registration of EHFrames in IRExecutionUnit

Summary:
We disabled registration by providing an empty `registerEHFrames`, so we should also provide an empty `deregisterEHFrames`
in case that function relies on `registerEHFrames` being called before. Currently `deregisterEHFrames` is a no-op anyway
as it just iterates over the (empty( list of registered EHFrames and then clear the empty list.

Reviewers: davide, JDevlieghere

Reviewed By: JDevlieghere

Subscribers: JDevlieghere, lldb-commits

Tags: #upstreaming_lldb_s_downstream_patches, #lldb

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




More information about the All-commits mailing list