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