This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a67cf0001f5d24305f6c443da05266781c94de2e
clang-p2996
/
lldb
/
source
/
Core
/
IOHandler.cpp
Greg Clayton
8369b28da0
Fix the variable view in the "gui" curses mode so that variables whose children change will update correctly. Previously the variable view would update the children once and not change. If you were stepping through code where the dynamic type of a variable would change the value and its children, or a synthetic type (like say for a std::vector<int>), the variable view wouldn't update. Now it caches the children and uses the process stop ID to tell when the children need to be updated.
...
llvm-svn: 290688
2016-12-28 21:22:37 +00:00
145 KiB
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink