llvm-project/lldb/source/Plugins/Process/mach-core
Jason Molenda f37b7c79a3 Don't have ProcessMachCore::CanDebug use the Target's arch when
creating the ModuleSpec to load the core file - we won't have a fat
core file and we can end up with cpu subtype mismatches if the core
file header isn't written out completely accurately.  We need to
be a little loose in this particular case.
<rdar://problem/17843388>

llvm-svn: 216498
2014-08-26 22:39:03 +00:00
..
CMakeLists.txt Split Linux-specific and OS X specific stuff. Add include_directories 2013-04-19 00:19:04 +00:00
Makefile Makefiles for new mach-core directory. 2012-02-24 18:02:59 +00:00
ProcessMachCore.cpp Don't have ProcessMachCore::CanDebug use the Target's arch when 2014-08-26 22:39:03 +00:00
ProcessMachCore.h Add a new setting (currently fixed) for how to 2013-12-24 02:57:50 +00:00
ThreadMachCore.cpp Workaround for collision between enum members in LLVM's MachO.h and system headers 2014-04-02 22:53:21 +00:00
ThreadMachCore.h Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00