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 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 |
Events >