[Lldb-commits] [PATCH] D58129: Move UnwindTable from ObjectFile to Module

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 13 01:19:35 PST 2019


labath marked an inline comment as done.
labath added inline comments.


================
Comment at: include/lldb/Core/Module.h:709
+  //------------------------------------------------------------------
+  UnwindTable *GetUnwindTable();
+
----------------
clayborg wrote:
> I would vote to return a "UnwindTable&" and make a const and non const version of this. Otherwise we have to NULL check any call to this API.
There isn't much point in having a const version of this, as all UnwindTable methods are non-const.


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

https://reviews.llvm.org/D58129





More information about the lldb-commits mailing list