summaryrefslogtreecommitdiffstats
path: root/multiprocessbash/README
blob: 7e0c697e754d1a49a6aac8320932daa57459e9e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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