Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
DrKonqi
Commits
b997732c
Commit
b997732c
authored
Apr 12, 2021
by
Harald Sitter
🏳️🌈
Browse files
SCM_SILENT typo--
parent
dc28d8c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/parser/backtraceparsergdb.cpp
View file @
b997732c
...
...
@@ -51,7 +51,7 @@ void BacktraceLineGdb::parse()
// and optionally the prefix "(anonymous namespace)::"
"(?:
\\
(.*
\\
))?"
// matches the function arguments
//(when the app doesn't have debugging symbols)
"[
\\
s]+(?:const[
\\
s]+)?"
// matches a traling const, if it exists
"[
\\
s]+(?:const[
\\
s]+)?"
// matches a tra
i
ling const, if it exists
"
\\
(.*
\\
)"
// matches the arguments of the function with their values
//(when the app has debugging symbols)
"([
\\
s]+"
// beginning of optional file information
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment