llvm-project/lldb/source/Plugins/ObjectFile
Stephen Wilson 499b40e8a7 elf: synthesize symbols for PLT entries
When populating symbol tables ObjectFileELF now generates a set of synthetic
trampoline symbols.  These new symbols correspond to entries in the program
linkage table and have a (possibly mangled) name identifying the corresponding
symbol in some DSO.  These symbols will be used by the DynamicLoader loader
plugin on Linux to provide thread plans when execution flows from one DSO to
another.

llvm-svn: 128550
2011-03-30 16:07:05 +00:00
..
ELF elf: synthesize symbols for PLT entries 2011-03-30 16:07:05 +00:00
Mach-O Fixed the LLDB build so that we can have private types, private enums and 2011-03-24 21:19:54 +00:00