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
Marco Bubke
flatpak-qt-creator
Commits
5dc4e3b3
Commit
5dc4e3b3
authored
Jan 06, 2011
by
Pawel Polanski
Browse files
Module's start address is not random in debug view
parent
53d41cb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/gdbengine.cpp
View file @
5dc4e3b3
...
...
@@ -2767,6 +2767,8 @@ void GdbEngine::handleModulesList(const GdbResponse &response)
// gdb 6.4 symbianelf
ts
>>
symbolsRead
;
QTC_ASSERT
(
symbolsRead
==
__
(
"No"
),
continue
);
module
.
startAddress
=
0
;
module
.
endAddress
=
0
;
module
.
moduleName
=
ts
.
readLine
().
trimmed
();
modules
.
append
(
module
);
}
...
...
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