<table><tr><td style="">ahmadsamir created this revision.<br />ahmadsamir added reviewers: Plasma, davidedmundson, sitter, apol.<br />Herald added a project: Plasma.<br />ahmadsamir 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/D28042">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Port QRegExp::exactMatch() by using QRegularExpression::anchoredPattern(),<br />
unless the pattern is already anchored by "^" and "$".</p>

<p>BacktraceLineGdb::parse():</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">set QRegularExpression::DotMatchesEverythingOption, since gdb breaks some stack frame lines to mulitple lines for readability, e.g.: "#5  0x00007f50e99f776f in QWidget::testAttribute_helper (this=0x6e6440,\n attribute=Qt::WA_WState_Created) at kernel/qwidget.cpp:9081\n" this matches QRegExp behaviour where a "." char matches new lines by default.</li>
<li class="remarkup-list-item">Use clustering parentheses (?:) so as not to capture groups that aren't needed, less bookkeeping for QRegularExpression/PCRE</li>
</ul>

<p>Replace QRegularExpression with QString comparison, the latter is usually<br />
faster.</p>

<p>All unit tests still pass.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R871 DrKonqi</div></div></div><br /><div><strong>BRANCH</strong><div><div>l-QRE-port (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D28042">https://phabricator.kde.org/D28042</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/bugzillaintegration/bugzillalib.cpp<br />
src/gdbhighlighter.cpp<br />
src/parser/backtraceparser.cpp<br />
src/parser/backtraceparsergdb.cpp<br />
src/parser/backtraceparserkdbgwin.cpp</div></div></div><br /><div><strong>To: </strong>ahmadsamir, Plasma, davidedmundson, sitter, apol<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>