|
From: | sanjana gogte |
Subject: | Gdb support for Debugging Arm M profile with Xilinx Qemu |
Date: | Thu, 28 Mar 2024 15:28:12 +0530 |
I am currently engaged in a project that involves emulating the LM3S811EVB ( M3 Core ) board using Xilinx QEMU (version 7.1.0) . While the emulation process is successful, I am encountering difficulties in attaching GNU Debugger (GDB) or GDB-multiarch to the ELF file being executed on the emulated board. Interestingly, this issue does not arise when utilizing the standard QEMU (version 8.1.5), where I am able to attach GDB and step through the ELF file without any hindrances.
To address this issue, I have experimented with different versions of GDB, specifically:
My project necessitates the use of the Xilinx QEMU binary, specifically to leverage the remote port functionality it offers.
Therefore, I am seeking guidance on which version of GDB should be used, or any specific configurations that might enable successful GDB attachment to the ELF file running on Xilinx QEMU.
[Prev in Thread] | Current Thread | [Next in Thread] |