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
babe027d
Commit
babe027d
authored
Oct 06, 2009
by
hjk
Browse files
debugger: update registers when switching stack frames
parent
5e7a26d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/gdbengine.cpp
View file @
babe027d
...
...
@@ -2388,6 +2388,7 @@ void GdbEngine::activateFrame(int frameIndex)
stackHandler
->
setCurrentIndex
(
frameIndex
);
updateLocals
();
reloadRegisters
();
}
gotoLocation
(
stackHandler
->
currentFrame
(),
true
);
...
...
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