Step 7.1.5 GDB Commands - 2022.2 English

Vitis Tutorials: AI Engine (XD100)

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

| GDB commands | Descriptions | | :—| :—| | break <kernel_function_name> | Pause execution at specified . | | continue | Causes the debugger to run to completion. | | delete | Delete all breakpoints. | | finish | Exits the current function call but keeps the simulation paused. | | info locals | Shows the current status of local variables within the scope of the function call shown in the call stack. | | info stack | Shows a track of the function call stack at the current breakpoint. | | print <local_variable_name> | Prints the current value of a single variable. |