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


_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to