summaryrefslogtreecommitdiffhomepage
path: root/lldb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lldb.sh')
-rwxr-xr-xlldb.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb.sh b/lldb.sh
deleted file mode 100755
index 070197aa..00000000
--- a/lldb.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-# Connect to QEMU's debug server, same as boot/gdbinit
-lldb -o "gdb-remote 1234"
-