1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/include/llvm/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.h [Object] 2012-03-09 20:41:57 +00:00
Binary.h [Object/COFF]: Expose getSectionName. 2012-03-19 20:27:15 +00:00
COFF.h This patch improves the MCJIT runtime dynamic loader by adding new handling 2012-04-12 20:13:57 +00:00
ELF.h Implement GDB integration for source level debugging of code JITed using 2012-04-16 22:12:58 +00:00
Error.h Object: Add proper error handling. 2011-06-25 17:55:23 +00:00
MachO.h This patch improves the MCJIT runtime dynamic loader by adding new handling 2012-04-12 20:13:57 +00:00
MachOFormat.h Teach macho-dump how to dump linkedit_data load commands. 2011-08-30 18:33:37 +00:00
MachOObject.h Remove trailing spaces 2012-01-22 09:26:00 +00:00
ObjectFile.h This patch improves the MCJIT runtime dynamic loader by adding new handling 2012-04-12 20:13:57 +00:00