summaryrefslogtreecommitdiffstats
path: root/bash_experiments/README
diff options
context:
space:
mode:
Diffstat (limited to 'bash_experiments/README')
-rw-r--r--bash_experiments/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/bash_experiments/README b/bash_experiments/README
new file mode 100644
index 0000000..995bf9f
--- /dev/null
+++ b/bash_experiments/README
@@ -0,0 +1,15 @@
+Load gdb script from commandline:
+
+gdb --command script.py
+
+
+Automatially load gdb_python-script:
+.gdbinit
+
+source /path/to/hello.py
+source /path/to/foobar.py
+etc, etc
+
+THE solution:
+gnome-terminal -- "gdb -x gdb_python.py" && gnome-terminal -- "qemu-system-x86_64"
+