[Lldb-commits] [PATCH] D26093: Limit LLDB_EXPORT_ALL_SYMBOLS to additionally export only the lldb_private namespace symbols

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Sat Oct 29 01:32:53 PDT 2016


labath added a comment.

In https://reviews.llvm.org/D26093#582618, @tfiala wrote:

> > If it unblocks something it might be ok, but it doesn't actually fix the problem.
>
> It allows debugging of lldb with lldb on Ubuntu.  This broke recently, and the CL here re-enables the ability to do that.


Could you elaborate on this? I've been debugging lldb without this switch and everything seems to work fine (modulo problems evaluating fancy expressions, but I don't think that is related to this. Or is it?). I thought this only affected which symbols you get in the backtrace output, as it  only parses .dynsym sections.


Repository:
  rL LLVM

https://reviews.llvm.org/D26093





More information about the lldb-commits mailing list