When I want to run python into gdb I using
source /tmp/gdb/tmp/parser.py
- Can I set an alias so in the next time I want to call this script I use only
parser.py
orparser
(without setting the script into working directory - How can I pass args to script ?
source /tmp/gdb/tmp/parser.py <args1>
doesn't work