An open API service indexing awesome lists of open source software.

https://github.com/ssbssa/gdb

Unofficial Windows build of gdb with added features.
https://github.com/ssbssa/gdb

gdb mingw-w64 minidump windows

Last synced: 2 months ago
JSON representation

Unofficial Windows build of gdb with added features.

Awesome Lists containing this project

README

        

This fork of gdb adds some new features, like reading of Windows minidump files, and additional TUI windows.

Editing breakpoints in source window:
![breakpoint](gdb-bp.gif)

Locals window:
![locals](gdb-locals.gif)

Display window:
![display](gdb-display.gif)

Frames window:
![frames](gdb-frames.gif)

Threads window:
![threads](gdb-threads.gif)

All previous windows combined:
![all](gdb-all.gif)

Memory window:
![memory](gdb-memory.gif)

Command history window:
![cmd-history](gdb-cmd-history.gif)