Cross Debugging SegFaults with GDB: Embedded Linux

preview_player
Показать описание
Demonstrates how to run GDB in a cross-debugging session with an embedded Linux target to debug segmentation faults (SEG-Faults).

Embedded Linux device runs gdbserver, host runs gdb-multiarch. Commands demonstrated inculde:
- launching gdbserver and gdb-multiarch
- continue
- print
- break
- info args
- next

My guides to getting BeagleBone (Black/Green/...) working:
Рекомендации по теме
Комментарии
Автор

Great video, would love to see more on debugging tools like gdb and valgrind.

nomadic-insomniac