aboutsummaryrefslogtreecommitdiff
path: root/fw/tools/profile.gdb
diff options
context:
space:
mode:
Diffstat (limited to 'fw/tools/profile.gdb')
-rw-r--r--fw/tools/profile.gdb5
1 files changed, 5 insertions, 0 deletions
diff --git a/fw/tools/profile.gdb b/fw/tools/profile.gdb
new file mode 100644
index 0000000..fd26540
--- /dev/null
+++ b/fw/tools/profile.gdb
@@ -0,0 +1,5 @@
+set pagination off
+target remote localhost:3333
+while(1)
+ continue
+end