[lldb-dev] User Plugins?

Friese, Ed K ed.k.friese at intel.com
Thu Apr 18 11:43:04 PDT 2013


Does anyone have any information regarding the status of user plugin support in lldb? From what I can see there's a typo in SetPluginInfo() in PluginManager.cpp that would prevent any user plugins from being loaded (the assert() statement is incorrect). Also, the callback names and signatures in the plugin loader are different from the sample plugin (ie. "bool LLDBPluginInitialize(void)" vs "bool lldb::PluginInitialize(lldb::SBDebugger debugger)"). Any idea if/when this has last been used or tested?

Thanks,
Ed





More information about the lldb-dev mailing list