llvm-6502/tools/lli
Jim Grosbach 706f03a35d MCJIT: Add faux remote target execution to lli for the MCJIT.
Simulate a remote target address space by allocating a seperate chunk of
memory for the target and re-mapping section addresses to that prior to
execution. Later we'll want to have a truly remote process, but for now
this gets us closer to being able to test the remote target
functionality outside LLDB.

rdar://12157052

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163216 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-05 16:50:34 +00:00
..
CMakeLists.txt Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM. 2012-03-13 08:33:15 +00:00
lli.cpp MCJIT: Add faux remote target execution to lli for the MCJIT. 2012-09-05 16:50:34 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM. 2012-03-13 08:33:15 +00:00
RecordingMemoryManager.cpp MCJIT: Add faux remote target execution to lli for the MCJIT. 2012-09-05 16:50:34 +00:00
RecordingMemoryManager.h MCJIT: Add faux remote target execution to lli for the MCJIT. 2012-09-05 16:50:34 +00:00
RemoteTarget.cpp MCJIT: Add faux remote target execution to lli for the MCJIT. 2012-09-05 16:50:34 +00:00
RemoteTarget.h MCJIT: Add faux remote target execution to lli for the MCJIT. 2012-09-05 16:50:34 +00:00