llvm-project/lldb/source
Greg Clayton a32532bfa5 Fix StackFrame::GetVariables(...) function that was broken by 261858 when lambda functions were added to Block::AppendBlockVariables(). The Stackframe::GetVariables(...) function should get all variables regardless if they are in scope.
This wasn't caught by the test suite so I added a test for it.

llvm-svn: 267478
2016-04-25 21:54:10 +00:00
..
API Source: fix another -Wunused-variable warning 2016-04-22 23:08:34 +00:00
Breakpoint Breakpoint conditions were making result variables, which they should not do. 2016-04-12 17:17:35 +00:00
Commands Add a --element-count option to the expression command 2016-04-25 00:52:47 +00:00
Core Fix ARM attribute parsing for Android after rL267291 2016-04-25 15:51:45 +00:00
DataFormatters Add a --element-count option to the expression command 2016-04-25 00:52:47 +00:00
Expression Fix usage of APInt.getRawData for big-endian systems 2016-04-15 09:55:52 +00:00
Host Host: fix some -Wformat-pedantic warnings 2016-04-21 16:55:58 +00:00
Initialization Move DynamicLoader plugins to SystemInitializerFull 2016-03-29 15:00:26 +00:00
Interpreter Add a --element-count option to the expression command 2016-04-25 00:52:47 +00:00
Plugins Maintain register numbering across xml include features 2016-04-25 21:03:55 +00:00
Symbol Fixed in issue with ObjectFileMachO where it would add empty sections to the section list that was used to try and cap symbols to the max address of the section in which it is contained. The empty sections would make cap the symbols and make their sizes zero. Also fixed a few other things that could cause problems in the SymbolFileDWARFDebugMap when zero sized symbols were found and used to make OSO range map entries. 2016-04-22 22:35:08 +00:00
Target Fix StackFrame::GetVariables(...) function that was broken by 261858 when lambda functions were added to Block::AppendBlockVariables(). The Stackframe::GetVariables(...) function should get all variables regardless if they are in scope. 2016-04-25 21:54:10 +00:00
Utility Work around a linux libc bug causing a crash in TaskPool 2016-04-15 10:49:07 +00:00
CMakeLists.txt Add initial CMake glue for the NetBSD platform 2015-10-24 00:27:04 +00:00
lldb.cpp Add more NetBSD platform glue for lldb 2015-11-07 15:31:54 +00:00