mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
b47853a3be
- warn users when -debug-ir is used with old JIT engine (only partial debug info is available) For example, to debug an IR file with GDB (that supports JIT registration), do: $ gdb --args lli -use-mcjit -debug-ir testcase.ll (gdb) break main (gdb) run <Process continues to lli main> (gdb) continue <Process continues to testcase.ll main() (gdb) step <Now stepping through the LLVM IR in testcase.ll> llvm-svn: 185197 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
lli.cpp | ||
LLVMBuild.txt | ||
Makefile | ||
RecordingMemoryManager.cpp | ||
RecordingMemoryManager.h | ||
RemoteTarget.cpp | ||
RemoteTarget.h |