Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • GDB is a debugger for C (and C++)
  • It allows you to do things like run the program up to a certain point then stop and print out the values of certain variables at that point, or step through the program one line at a time and print out the values of each variable after executing each line.

Build steps

Follow the link for RPi build steps- RDK-B R-Pi Build guide

GDB Installation

Build requirements- After repo steps needed below changes to install gdb in the image 

...