gdb-best-friend/examples/python/caller_is
Sergio Durigan Junior dd97dffcfb Adding slides in en_US
This commit adds the slides in en_US, and also the examples.
2014-10-16 18:47:50 -04:00
..
1.c Adding slides in en_US 2014-10-16 18:47:50 -04:00
caller_is.py Adding slides in en_US 2014-10-16 18:47:50 -04:00
README Adding slides in en_US 2014-10-16 18:47:50 -04:00

~/work/src/git/build/gdb/gdb -q ./a.out --data-directory ~/work/src/git/build/gdb/data-directory -ex 'source caller_is.py' -ex 'b foo if $caller_is ("bar")' -ex run