aboutsummaryrefslogtreecommitdiff
path: root/misc/bin
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-06-19 11:19:19 +1000
committerYuchen Pei <id@ypei.org>2023-06-19 22:41:03 +1000
commit06914aff2b0011d41bc50447965a8d7c6ef52c9b (patch)
tree278047a8c1c02347d5cf7a0119ac4cc373e3e191 /misc/bin
parentf06c1c12456a598b7007a6ef08306051d0d49064 (diff)
precision fixes
- Adding org-jira - Also fixed getting builders in buildbot - Adding gdb-mi and gud - Adding gdb and shell configs - Also mariadb dev related stuff - A few more modes - some more updates
Diffstat (limited to 'misc/bin')
-rw-r--r--misc/bin/gdb-mi.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/bin/gdb-mi.sh b/misc/bin/gdb-mi.sh
new file mode 100644
index 0000000..39320b5
--- /dev/null
+++ b/misc/bin/gdb-mi.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+gdb -i=mi "$@"