llvm-6502/lib/ExecutionEngine/MCJIT
Lang Hames 31862ae541 [MCJIT] Re-enable GDB registration (temporarily disabled in r222811), but check
that we actually have an object to register first.

For MachO objects, RuntimeDyld::LoadedObjectInfo::getObjectForDebug returns an
empty OwningBinary<ObjectFile> which was causing crashes in the GDB registration
code.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222812 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-26 07:39:03 +00:00
..
CMakeLists.txt [MCJIT] Delete the JTIMemoryManager and associated APIs. 2014-09-23 16:56:02 +00:00
LLVMBuild.txt LLVMBuild.txt: Add missing dependencies. 2014-04-10 11:16:47 +00:00
Makefile
MCJIT.cpp [MCJIT] Re-enable GDB registration (temporarily disabled in r222811), but check 2014-11-26 07:39:03 +00:00
MCJIT.h [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme. 2014-11-26 06:53:26 +00:00
ObjectBuffer.h [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme. 2014-11-26 06:53:26 +00:00
SectionMemoryManager.cpp Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00