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
Tobias Hunger
qt-creator
Commits
265866f6
Commit
265866f6
authored
Feb 18, 2009
by
Oswald Buddenhagen
Browse files
fix typos in comments
parent
b219bb3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdbengine.cpp
View file @
265866f6
...
...
@@ -1798,7 +1798,7 @@ void GdbEngine::jumpToLineExec(const QString &fileName, int lineNumber)
\fn void GdbEngine::setTokenBarrier()
\brief Sets up internal structures to handle a new debugger turn.
This method is called at the beginni
g
n of all step/next/finish etc.
This method is called at the beginnin
g
of all step/next/finish etc.
debugger functions.
*/
...
...
@@ -2782,7 +2782,7 @@ static QString gdbQuoteTypes(const QString &type)
//
// We never will have a perfect solution here (even if we had a full blown
// C++ parser as we do not have information on what is a type and what is
// a vriable name. So "a<b>::c" could either be two comparisons of values
// a v
a
riable name. So "a<b>::c" could either be two comparisons of values
// 'a', 'b' and '::c', or a nested type 'c' in a template 'a<b>'. We
// assume here it is the latter.
//return type;
...
...
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