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
add6996d
Commit
add6996d
authored
Dec 02, 2010
by
Daniel Molkentin
Browse files
Set target architecture for the symbian trk adapter
Enables use of multi-target GDB. Reviewed-by: hjk
parent
30ca854b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/trkgdbadapter.cpp
View file @
add6996d
...
...
@@ -1649,6 +1649,8 @@ void TrkGdbAdapter::handleCreateProcess(const TrkResult &result)
logMessage
(
warnMessage
,
LogError
);
}
m_engine
->
postCommand
(
"set gnutarget arm-none-symbianelf"
);
const
QByteArray
symbolFile
=
m_symbolFile
.
toLocal8Bit
();
if
(
symbolFile
.
isEmpty
())
{
logMessage
(
_
(
"WARNING: No symbol file available."
),
LogError
);
...
...
Write
Preview
Markdown
is supported
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