[RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generated
authorLang Hames <lhames@gmail.com>
Wed, 25 Jun 2014 00:20:53 +0000 (00:20 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 25 Jun 2014 00:20:53 +0000 (00:20 +0000)
commit41b192f35f7d81c94c71de6daca4a747d93dbb1a
treeda030c5288dd5a07a73802dc79a810c6c171ff35
parent49bbfd026a190cbd9af4ca5e13b36ee9c38cffbe
[RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generated
MachO files using the GDB JIT debugging interface.

Patch by Keno Fischer. Thanks Keno!

llvm-svn: 211652
llvm/include/llvm/Object/MachO.h
llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
llvm/lib/Object/MachOObjectFile.cpp