[lldb-dev] LLDB plugin dylib

Félix Cloutier felixcca at yahoo.ca
Wed Sep 25 20:58:22 PDT 2013


Hello lldb,

Turns out I'm writing a lot of lldb plugins to get my things working, and it's becoming rather unhygienic to keep all that stuff in the main project, especially since most of my work is not relevant to lldb itself. I was wondering if there was a way I could put those in a dylib instead and load it like you load any other plugin.

The LLDB framework doesn't seem to expose the base classes for ABIs, disassemblers and symbol files, though.

Is it possible to write those as dynamic library plugins, or do they absolutely have to be built into the lldb executable?

Félix



More information about the lldb-dev mailing list