[Lldb-commits] [PATCH] D69713: [lldb] Also disable de-registration of EHFrames in IRExecutionUnit

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 4 00:32:17 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rGdf12a75a1968: [lldb] Also disable de-registration of EHFrames in IRExecutionUnit (authored by teemperor).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69713/new/

https://reviews.llvm.org/D69713

Files:
  lldb/include/lldb/Expression/IRExecutionUnit.h


Index: lldb/include/lldb/Expression/IRExecutionUnit.h
===================================================================
--- lldb/include/lldb/Expression/IRExecutionUnit.h
+++ lldb/include/lldb/Expression/IRExecutionUnit.h
@@ -298,8 +298,10 @@
       return false;
     }
 
+    // Ignore any EHFrame registration.
     void registerEHFrames(uint8_t *Addr, uint64_t LoadAddr,
                           size_t Size) override {}
+    void deregisterEHFrames() override {}
 
     uint64_t getSymbolAddress(const std::string &Name) override;
     


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69713.227653.patch
Type: text/x-patch
Size: 546 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191104/621b361e/attachment-0001.bin>


More information about the lldb-commits mailing list