Sign inSign up

weliveindetail/llvm-jit-remote-debug

By weliveindetail

Updated over 5 years ago

Alpine Linux image that exposes a LLVM remote JIT executor and a LLDB server for debugging

Image
0

415

weliveindetail/llvm-jit-remote-debug repository overview

Use this image to run a quick remote JIT session in docker:

docker run --privileged --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --security-opt apparmor=unconfined \
           --rm -p 9000-9002:9000-9002 -it weliveindetail/llvm-jit-remote-debug
+ /workspace/lldb-server platform --server --listen 0.0.0.0:9001 --gdbserver-port 9002
+ /workspace/llvm-jitlink-executor listen=0.0.0.0:9000
Listening at 0.0.0.0:9000
<connect LLJIT to localhost:9000>
Connection established. Running OrcRPCTPCServer...
<connect LLDB remote-linux platform to localhost:9001>
Connection established.

Tag summary

Content type

Image

Digest

Size

13.7 MB

Last updated

over 5 years ago

docker pull weliveindetail/llvm-jit-remote-debug