Step 7.2.4 Using GDB Commands - 2022.2 English

Vitis Tutorials: AI Engine (XD100)

Document ID
XD100
Release Date
2022-12-01
Version
2022.2 English

Issue command target remote | /opt/rh/devtoolset-6/root/usr/lib64/balgrind../../bin/vgdb from GDB server terminal to run and debug application.

Set up a breakpoint at kernel function, bf8x8_fst_api and continue to execution until breakpoint is hit.

Breakpoint hit.

Issue debug command info stack to inspect call stack, delete to clear all breakpoints and c to complete program execution.

After program finishes execution from DBG server, valgrind runs to completion and summarizes overall status.