Events‎ > ‎

Learn from Peers series

Source code from the talk is attached to this page.

To get C++ STL pretty-printing tools: 
* svn checkout svn://gcc.gnu.org/svn/gcc/trunk/libstdc++-v3/python ~/src/python-gdb-pretty-printers
* Add the following to your ~/.gdbinit file:

python
import sys, os

sys.path.insert(0, os.path.expanduser('~/src/python-gdb-pretty-printers'))
from libstdcxx.v6.printers import register_libstdcxx_printers
register_libstdcxx_printers (None)
end

gdb-thread-names is available at https://github.com/alexras/gdb-thread-names

MapReduce (Alex Rasmussen)

The slides are attached below.

Scripting with Bash (Zach Tatlock)

The video from the public hangout: http://youtu.be/l5xMWItDQMw

Engineering your PhD for Research Jobs (Guests: Stefan Savage, Geoff Voelker)

No additional resources

Making Makefiles (He ''Lonnie'' Liu)

Video: http://youtu.be/qD-RmoBf9v0



Ċ
Neha Chachra,
Oct 12, 2012, 1:28 PM
ċ
debugging-tutorial.tar.gz
(34k)
Neha Chachra,
Oct 12, 2012, 1:21 PM
Comments