[lldb-dev] Accessing DWARF information from C++
Frank Ch. Eigler via lldb-dev
lldb-dev at lists.llvm.org
Tue Nov 3 13:16:03 PST 2015
Stefan Kratochwil wrote:
> [...]
> I am developing a dynamic software updating tool for dynamically
> linked C libraries (in short: I want to patch dynamic libraries
> in-memory).
See also dyninst.
> [...]
> I am currently unaware of what types of information I _really_ need,
> so for now, getting as much information as possible is my way to go. I
> guess that the most important types of information will be [...]
> At the moment I am concentrating on the Linux / UNIX domain, so DWARF
> is my preferred format.
See also elfutils + https://github.com/pmachata/reflection
- FChE
More information about the lldb-dev
mailing list