llvm-project/lldb/source
Jason Molenda eff58f0d93 Add a new directory path to
PlatformDarwinKernel::GetGenericSDKDirectoriesToSearch
 - /Library/Developer/KDKs where users may store 
the kernel debug kits on their systems.

Change PlatformDarwinKernel::GetKextDirectoriesInSDK
to look in the root directory of places like
/Library/Developer/KDKs/KDK_10.10_14A298i.kdk
as well as the System/Library/Extensions subdir
in that directory (if it exists) and the
Library/Extensions subdir in that directory (if it
exists).
<rdar://problem/16568635> 

llvm-svn: 214391
2014-07-31 06:36:24 +00:00
..
API (no commit message) 2014-07-30 17:38:47 +00:00
Breakpoint Fix typos. 2014-07-01 21:22:11 +00:00
Commands (no commit message) 2014-07-30 17:38:47 +00:00
Core When constructing an ArchSpec from a MachO cpu type and subtype, don't set the OS for x86_64 and x86 in case the binary ends up being for macosx or ios. 2014-07-29 18:04:57 +00:00
DataFormatters Improve the way the ObjC data formatters fetch a valid frame to use for running expressions against 2014-07-30 21:07:50 +00:00
Expression lldb is a scope, not a label 2014-07-30 19:33:25 +00:00
Host Resolve the executable _before_ we try to get the module specifications. 2014-07-29 21:27:21 +00:00
Interpreter (no commit message) 2014-07-30 17:38:47 +00:00
Plugins Add a new directory path to 2014-07-31 06:36:24 +00:00
Symbol Revert a part of r214335 that I didn't mean to commit 2014-07-30 21:10:03 +00:00
Target (no commit message) 2014-07-30 17:38:47 +00:00
Utility Fix typos. 2014-07-01 21:22:11 +00:00
CMakeLists.txt Teach LLDB about Windows processes. 2014-07-28 16:45:18 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp Fix typos. 2014-07-01 21:22:11 +00:00
lldb.cpp Teach LLDB about Windows processes. 2014-07-28 16:45:18 +00:00