hanchenye-llvm-project/lldb/source
Greg Clayton 9d47212194 Fix a crasher in SymbolContext::SortTypeList() where something that was iterating over a std::multimap was actually mutating the list.
<rdar://problem/23605600>

llvm-svn: 253618
2015-11-19 23:10:45 +00:00
..
API Reapply r253423 and r253424 (which cleanup the data formatters iteration model, as well as the type X list commands), along with a change by Zachary Turner to bypass a MSVC bug with SFINAE 2015-11-18 19:42:44 +00:00
Breakpoint Add the ability (through the SB API & command line) to specify an address 2015-11-17 03:39:13 +00:00
Commands Fix up LLDB for a change in the way clang represents anonymous unions such that the 'frame variable' command can still find the members of such union as if they were top-level variables in the current scope 2015-11-19 22:28:58 +00:00
Core Pass the ExecutionContext as well, since it is actually useful 2015-11-19 02:50:27 +00:00
DataFormatters Reapply r253423 and r253424 (which cleanup the data formatters iteration model, as well as the type X list commands), along with a change by Zachary Turner to bypass a MSVC bug with SFINAE 2015-11-18 19:42:44 +00:00
Expression Fixed a bug where the size of a type was used instead of the size of a pointer. 2015-11-10 21:48:05 +00:00
Host Fix an issue where LLDB would not launch argdumper correctly if there were spaces in the path to it 2015-11-19 21:17:56 +00:00
Initialization Revert "Plug-in PlatformNetBSD initializer and terminator" 2015-11-19 22:58:48 +00:00
Interpreter remove defunct scripts/build-swig-wrapper-classes.sh; switch autoconf build to prepare_bindings.py. 2015-11-18 19:34:03 +00:00
Plugins I like how PlatformAndroid/PlatformLinux log when their platforms 2015-11-19 03:15:37 +00:00
Symbol Fix a crasher in SymbolContext::SortTypeList() where something that was iterating over a std::multimap was actually mutating the list. 2015-11-19 23:10:45 +00:00
Target Fix up LLDB for a change in the way clang represents anonymous unions such that the 'frame variable' command can still find the members of such union as if they were top-level variables in the current scope 2015-11-19 22:28:58 +00:00
Utility Fix module cache sym links' creation for symbol files. 2015-11-03 00:30:19 +00:00
CMakeLists.txt Add initial CMake glue for the NetBSD platform 2015-10-24 00:27:04 +00:00
Makefile [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
lldb.cpp Add more NetBSD platform glue for lldb 2015-11-07 15:31:54 +00:00