[Lldb-commits] [PATCH] D12890: Add plugin.jit-loader.gdb.enable-jit-breakpoint property to make JIT loader breakpoint optional.

Oleksiy Vyalov via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 15 16:09:41 PDT 2015


ovyalov added inline comments.

================
Comment at: source/Core/PluginManager.cpp:2628
@@ -2627,3 +2627,3 @@
 static lldb::OptionValuePropertiesSP
 GetDebuggerPropertyForPluginsOldStyle (Debugger &debugger,
                                        const ConstString &plugin_type_name,
----------------
Do we still need this function? It's used only by platform plugin and there is no platform plugin properties right now in use - we may want to migrate from old style properties.


http://reviews.llvm.org/D12890





More information about the lldb-commits mailing list