summaryrefslogtreecommitdiffstats
path: root/multiprocessbash/README
diff options
context:
space:
mode:
Diffstat (limited to 'multiprocessbash/README')
-rw-r--r--multiprocessbash/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/multiprocessbash/README b/multiprocessbash/README
new file mode 100644
index 0000000..7e0c697
--- /dev/null
+++ b/multiprocessbash/README
@@ -0,0 +1,12 @@
+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
+