llvm-project/lldb/source
Jason Molenda 92ee75c0b2 Search through all memory regions of the core file for
both a user process dyld and for a kernel binary -- we
will decide which to prefer after one or both have been
located.

It would be faster to stop the search thorugh the core
segments one we've found a dyld/kernel binary - but that
may trick us into missing the one we would prefer.

<rdar://problem/19806413> 

llvm-svn: 228910
2015-02-12 06:14:23 +00:00
..
API Fixed SBModule::GetUUIDString() to not use a static character buffer. 2015-02-11 19:16:38 +00:00
Breakpoint Make sure that when a breakpoint is hit but its condition is not met, 2015-01-15 01:41:04 +00:00
Commands Introduce the notion of "runtime support values" 2015-02-11 02:35:39 +00:00
Core Make a more complete fix for always supplying an execution context when getting byte sizes from types. 2015-02-12 00:34:25 +00:00
DataFormatters Make a more complete fix for always supplying an execution context when getting byte sizes from types. 2015-02-12 00:34:25 +00:00
Expression Make a more complete fix for always supplying an execution context when getting byte sizes from types. 2015-02-12 00:34:25 +00:00
Host Cast EOF to get a proper comparison. 2015-02-12 05:31:46 +00:00
Interpreter Unbreak the cmake build by adding some new files 2015-02-04 22:46:17 +00:00
Plugins Search through all memory regions of the core file for 2015-02-12 06:14:23 +00:00
Symbol Make a more complete fix for always supplying an execution context when getting byte sizes from types. 2015-02-12 00:34:25 +00:00
Target Make a more complete fix for always supplying an execution context when getting byte sizes from types. 2015-02-12 00:34:25 +00:00
Utility Fix Mingw build. 2015-02-11 10:14:13 +00:00
CMakeLists.txt Extend SBPlatform with capability to launch/terminate a process remotely. Integrate this change into test framework in order to spawn processes on a remote target. 2015-02-04 23:19:15 +00:00
Makefile Use PARALLEL_DIRS instead of DIRS in the Makefile 2014-10-14 06:26:33 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp Fix Mingw build. 2015-02-11 10:14:13 +00:00