Export *all* private symbols, from both LLDB and LLVM. The motivation for this is to be able to create dynamically linked LLDB plugins. These plugins cannot link any LLDB or LLVM code statically as that results in duplicated symbols, and instead have to use the ones from libLLDB.
12 lines
152 B
Plaintext
12 lines
152 B
Plaintext
_ZN4lldb*
|
|
_ZNK4lldb*
|
|
_ZN12lldb_private*
|
|
_ZNK12lldb_private*
|
|
_ZTVN12lldb_private*
|
|
_ZN4llvm*
|
|
_ZNK4llvm*
|
|
_ZTVN4llvm*
|
|
init_lld*
|
|
PyInit__lldb*
|
|
luaopen_lldb*
|