<table><tr><td style="">antonanikin created this revision.<br />antonanikin added a reviewer: KDevelop.<br />antonanikin added a subscriber: kdevelop-devel.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D4541" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>The patch fixes some wrong moments for GDB plugin loading/unloading. The problems are:</p>

<ol class="remarkup-list">
<li class="remarkup-list-item">If the plugin was loaded and we do unload + load, then memory leaks will happens (GdbLauncher objects).</li>
<li class="remarkup-list-item">If the plugin was loaded and we do unload, then we still will see it's config page in the launcher configuration.</li>
<li class="remarkup-list-item">If we do unload + load for some plugin with "IExecutePlugin" extension, then the GDB plugin will not create new GdbLauncher objects.</li>
</ol>

<p>The new version fixes all this issues.</p>

<p>After review this approach should be also applied to LLDB plugin.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>tested with master branch</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R32 KDevelop</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D4541" rel="noreferrer">https://phabricator.kde.org/D4541</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>debuggers/gdb/debuggerplugin.cpp<br />
debuggers/gdb/debuggerplugin.h</div></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>antonanikin, KDevelop<br /><strong>Cc: </strong>kdevelop-devel<br /></div>