1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 14:33:02 +02:00
llvm-mirror/lib/Object
Preston Gurd e52a5ca15b Implement GDB integration for source level debugging of code JITed using
the MCJIT execution engine.

The GDB JIT debugging integration support works by registering a loaded
object image with a pre-defined function that GDB will monitor if GDB
is attached. GDB integration support is implemented for ELF only at this
time. This integration requires GDB version 7.0 or newer.

Patch by Andy Kaylor!

 

llvm-svn: 154868
2012-04-16 22:12:58 +00:00
..
Archive.cpp [Object] 2012-03-09 20:41:57 +00:00
Binary.cpp
CMakeLists.txt
COFFObjectFile.cpp This patch improves the MCJIT runtime dynamic loader by adding new handling 2012-04-12 20:13:57 +00:00
ELFObjectFile.cpp Implement GDB integration for source level debugging of code JITed using 2012-04-16 22:12:58 +00:00
Error.cpp
LLVMBuild.txt Object: drop bogus VMCore dependency 2012-04-03 15:48:10 +00:00
MachOObject.cpp Remove trailing spaces 2012-01-22 09:02:48 +00:00
MachOObjectFile.cpp Remove unused variable. 2012-04-13 08:09:12 +00:00
Makefile
Object.cpp
ObjectFile.cpp Remove unused variables. 2011-12-25 01:20:19 +00:00