llvm-project/lldb/source
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
..
API [CMake] Only support LLDB_BUILD_FRAMEWORK on CMake 3.7 and later 2016-12-15 18:18:47 +00:00
Breakpoint Add methods to enable using formatv syntax in LLDB. 2016-12-16 04:27:00 +00:00
Commands Fix compiler warning. 2016-12-16 21:35:12 +00:00
Core 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. 2016-12-28 21:22:37 +00:00
DataFormatters [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
Expression Expression evaluation for overloaded C functions (redux) 2016-12-19 17:22:44 +00:00
Host Add methods to enable using formatv syntax in LLDB. 2016-12-16 04:27:00 +00:00
Initialization Adopt PrettyStackTrace in LLDB 2016-12-14 21:31:31 +00:00
Interpreter Fix a couple of incorrect format string warnings 2016-12-22 19:15:07 +00:00
Plugins Fix a couple of incorrect format string warnings 2016-12-22 19:15:07 +00:00
Symbol Add methods to enable using formatv syntax in LLDB. 2016-12-16 04:27:00 +00:00
Target Rollback my commit r290168 to fix linux tests failure. I'll be back! 2016-12-20 20:00:58 +00:00
Utility Replace __ANDROID_NDK__ with __ANDROID__ 2016-12-02 11:15:15 +00:00
CMakeLists.txt [CMake] Fixing CMake to append source properties instead of overwrite them. 2016-11-10 23:56:32 +00:00
lldb.cpp One more cleanup to lldb version printing 2016-11-14 22:43:08 +00:00