The Golioth Developer Blog
Tag

GDB

3 posts
Zephyr

'Zephyr for Hardware Engineers: GDB Debugging'

Debugging a Zephyr program with GDB can be tough for newcomers, especially if they're used to more vertically integrated IDE solutions. Let's get hardware …

C
Chris Gammell
Sep 11, 2025 · 7 min
Zephyr

How to Debug MCUboot (and Why I Needed To)

Golioth firmware engineer Mike Szczys walks through debugging the MCUboot bootloader using gdb. This is a slightly different task than normal Zephyr debugging, …

M
Mike Szczys
Jun 13, 2024 · 3 min
Zephyr

How to Debug a Network Error in Zephyr

Zephyr has built-in debugging for many of its supported boards. Here's a real-world example of utilizing the these tools to track down and fix a networking …

M
Mike Szczys
May 21, 2024 · 8 min