1 repository
Protocols used for structured communication between a debugger backend and a graphical frontend.
Distinguishing note: None of the candidates address the specific GDB Machine Interface (MI) protocol for debugger communication.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Debugger Machine Interfaces. Refine with filters or upvote what's useful.
gdbgui is a web-based graphical frontend and visualizer for the GNU Debugger. It serves as a compiled language debugger that provides source-level inspection for C, C++, Go, Rust, and Fortran. The project acts as a remote debugging interface, providing a secure web portal for connecting to and controlling GDB sessions over a network. It distinguishes itself by offering a browser-based environment to visualize call stacks and data structures for programs running via the GNU Debugger. The interface covers program execution control and breakpoint management, featuring graphical variable inspect
Uses the GDB Machine Interface protocol to exchange structured data between the frontend and the debugger process.