Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 510 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 510 Bytes

GDB workshop

GDB workshop - Software Freedom Day'13

This repo contains all the keynotes and sample test cases used in the GDB worksop. To install GDB do:

On a Fedora Machine:
  su --command='yum install gdb'
On an Ubuntu machine:
  sudo apt-get install gdb

Resources:

GDB Man Page

Causes of 'Segmentation Faults'

The workshop covers the basic aspects and usage of GDB. For more informtaion on GDB visit: http://www.sourceware.org/gdb/