Exploring the Implementation of The RISC-V Debug Specification

Original Info Source: RISC V Developer Community Author / ID: zevorn Original: https://ruyisdk.cn/t/topic/919 Publication date: 2025 08 02 Abstract Against the backdrop of RISC V D

2026-05-15 · 8 min · zevorn

A Technical Look at QEMU's Tracing Debugging Tool

This article was first published on the GTOC WeChat account. It is based on QEMU’s tracing documentation, located at: docs/devel/tracing.rst QEMU has a very useful debugging tool,

2025-07-02 · 7 min · zevorn

How to Manually Load a Shared Library for a Process in GDB

If a process manually loads a shared library through dlopen(), GDB may sometimes fail to recognize its debugging symbols. In that case, you can use GDB’s add symbol file file addre

2024-11-28 · 2 min · zevorn

Three Easy Steps to Customize GDB

GDB, short for GNU Debugger, is part of the GNU project. It is a powerful and widely used command line debugger designed for Unix and Unix like operating systems, and it is one of

2024-05-19 · 7 min · zevorn