Skip to content
GitLab
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
9ed075c6
Commit
9ed075c6
authored
Oct 01, 2009
by
hjk
Browse files
debugger: fix trk argument-passing hack
parent
cd0d0be2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/gdbengine.cpp
View file @
9ed075c6
...
...
@@ -1475,7 +1475,7 @@ AbstractGdbAdapter *GdbEngine::determineAdapter(const DebuggerStartParametersPtr
break
;
}
// @todo: remove testing hack
if
(
sp
->
processArgs
.
at
(
0
)
==
_
(
"@sym@"
))
if
(
sp
->
processArgs
.
size
()
==
3
&&
sp
->
processArgs
.
at
(
0
)
==
_
(
"@sym@"
))
return
m_trkAdapter
;
switch
(
sp
->
startMode
)
{
case
AttachCore
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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