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
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to