llvm-project/lldb/source
Jason Molenda e92a74ce64 Add code to PlatformDarwin and HostInfoMacOSX so they return the
correct OS type when running on an apple tv or apple watch.
Also, in TargetList::CreateTargetInternal, check that a platform
is returned by GetPlatformForArchitecture fallback instead of 
adding it to the vector of platforms unconditionally; we can end up
crashing when we call a member function on it later.

<rdar://problem/23601982>, <rdar://problem/21292886>

llvm-svn: 253763
2015-11-21 04:00:43 +00:00
..
API Enable saving of mini dumps with lldb process save-core. 2015-11-20 23:09:11 +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 Enable saving of mini dumps with lldb process save-core. 2015-11-20 23:09:11 +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 Add code to PlatformDarwin and HostInfoMacOSX so they return the 2015-11-21 04:00:43 +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 Add code to PlatformDarwin and HostInfoMacOSX so they return the 2015-11-21 04:00:43 +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 Add code to PlatformDarwin and HostInfoMacOSX so they return the 2015-11-21 04:00:43 +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