summaryrefslogtreecommitdiffhomepage
path: root/scripts/lldb.sh
blob: 070197aa16d5c8c1579b9dbdf794c8b0a9d85fea (plain)
1
2
3
4
5
#!/bin/sh

# Connect to QEMU's debug server, same as boot/gdbinit
lldb -o "gdb-remote 1234"