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
04d2bfa8
Commit
04d2bfa8
authored
Oct 02, 2009
by
Friedemann Kleint
Browse files
Trk: Load symbol file correctly on Windows
parent
1fad39c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/trkgdbadapter.cpp
View file @
04d2bfa8
...
...
@@ -1460,6 +1460,8 @@ void TrkGdbAdapter::startAdapter()
m_remoteExecutable
=
parameters
.
processArgs
.
at
(
1
);
m_symbolFile
=
parameters
.
processArgs
.
at
(
2
);
}
// Unixish gdbs accept only forward slashes
m_symbolFile
.
replace
(
QLatin1Char
(
'\\'
),
QLatin1Char
(
'/'
));
// Start
QTC_ASSERT
(
state
()
==
EngineStarting
,
qDebug
()
<<
state
());
setState
(
AdapterStarting
);
...
...
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