[Lldb-commits] [PATCH] D39307: Fix global data symbol resolution

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 25 16:46:28 PDT 2017


xiaobai added a comment.

  $ nm /lib64/libm.so.6 | grep " a$"
  0000000000093bb0 r a
  00000000000c6a80 r a
  0000000000093bb0 r a

This is what I get, which seems to match what you said. These are definitely internal to libm. It's a similar story for the symbol `b`.


https://reviews.llvm.org/D39307





More information about the lldb-commits mailing list