<table><tr><td style="">sitter created this revision.<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/D27041">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>for unknown reasons gdb seems to behave inconsistently here. usually<br />
'at' denotes a file, but there are backtraces where it doesn't<br />
e.g. <a href="https://bugs.kde.org/show_bug.cgi?id=416923" class="remarkup-link" target="_blank" rel="noreferrer">https://bugs.kde.org/show_bug.cgi?id=416923</a></p>

<p>I've add a trivial suffix check to ensure parsing of these lines works<br />
correctly even when 'at' is used in combination with a library name.</p>

<p>this is a bit hackish, but in reality this entire parsing tech should<br />
probably be replaced by a python plugin for gdb so we can get interactive<br />
access to the frames and serialize them in a well defined format instead of<br />
having to parse "random" text</p>

<p>on top of that our regex assumed we'd always have a function name, which is<br />
also not true as that bug report shows. to mitigate this the matching group<br />
has been made optional.</p>

<p>this commit also adds a test for the gdb line parsing unit with some<br />
obvious line samples I could find just now</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>all tests pass</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R871 DrKonqi</div></div></div><br /><div><strong>BRANCH</strong><div><div>Plasma/5.18</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D27041">https://phabricator.kde.org/D27041</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/parser/backtraceparsergdb.cpp<br />
src/parser/backtraceparsergdb.h<br />
src/tests/CMakeLists.txt<br />
src/tests/gdbbacktracelinetest.cpp</div></div></div><br /><div><strong>To: </strong>sitter<br /><strong>Cc: </strong>plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart<br /></div>