OSDN Git Service

[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)
commit7ede4b96ded381fd054d9c006a4a66c1f69b5e42
treefa706e908f38d34cf0ecdfef8663b1bc9c530973
parent49b52b35d411a4cc28eb83bdc440a9839bb5bc17
[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!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211652 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/MachO.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
lib/Object/MachOObjectFile.cpp