Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

GDB Notes

ColinA-MSFT edited this page Jun 25, 2015 · 4 revisions

Articles about debugging languages not supported by GDB with GDB

Dwarf Specs

CMSIS-DAP GDB Server

The only FOSS (Apache Lic.) implementation I found comes from the pyOCD project (https://github.com/mbedmicro/pyOCD). This is a library to debug and write devices using CMSIS-DAP from Python. That being said, the gdb server can be built into a standalone binary without dependencies on Python so we might be able to use it.

Visual Studio GDB

Visual Studio 2015 comes with support for GDB via the Debug.MIDebugLaunch command.

There also exist two plugins to allow using Visual Studio as a GDB frontend, both of them commercial, so they won't work for us.