<table><tr><td style="">sitter created this revision.<br />sitter added reviewers: cfeck, ngraham.<br />Herald added a project: Plasma.<br />Herald added a subscriber: plasma-devel.<br />sitter requested review of this revision.
</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/D28026">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>As seen in <a href="https://bugs.kde.org/show_bug.cgi?id=417435" class="remarkup-link" target="_blank" rel="noreferrer">https://bugs.kde.org/show_bug.cgi?id=417435</a> the previous fix<br />
for .so detection actually falls flat on the face for most things<br />
other than glib2. The original test here was flawed as libglib-2.0.so.0<br />
has the complete suffix '0.so.0' which matched the original parsing<br />
condition. most libraries however are libfoo.so.0 and for that the suffix<br />
would be 'so.0' which did not match the original condition.</p>

<p>extend the condition to properly cover files without so-version, files with<br />
awkward suffix (such as glib) and files with normal names and normal<br />
versioning.<br />
also extend test case accordingly</p>

<p>CCBUG: 418538</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>test passes. all lines from 417435 score less than <tt style="background: #ebebeb; font-size: 13px;">Good</tt></p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R871 DrKonqi</div></div></div><br /><div><strong>BRANCH</strong><div><div>parse</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D28026">https://phabricator.kde.org/D28026</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/parser/backtraceparsergdb.cpp<br />
src/tests/gdbbacktracelinetest.cpp</div></div></div><br /><div><strong>To: </strong>sitter, cfeck, ngraham<br /><strong>Cc: </strong>plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart<br /></div>