• Stars
    star
    10,676
  • Rank 3,050 (Top 0.07 %)
  • Language
    Python
  • License
    MIT License
  • Created over 8 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Modular visual interface for GDB in Python

GDB dashboard

GDB dashboard is a standalone .gdbinit file written using the Python API that enables a modular interface showing relevant information about the program being debugged. Its main goal is to reduce the number of GDB commands needed to inspect the status of current program thus allowing the developer to primarily focus on the control flow.

Screenshot

Quickstart

Just place .gdbinit in your home directory, for example with:

wget -P ~ https://git.io/.gdbinit

Optionally install Pygments to enable syntax highlighting:

pip install pygments

Then debug as usual, the dashboard will appear automatically every time the inferior program stops.

Keep in mind that no GDB command has been redefined, instead all the features are available via the main dashboard command (see help dashboard).

Head to the wiki to learn how to perform the most important tasks.

More Repositories

1

chrome-remote-interface

Chrome Debugging Protocol interface for Node.js
JavaScript
4,192
star
2

chrome-har-capturer

Capture HAR files from a Chrome instance
JavaScript
522
star
3

zoom

Fixed and automatic balanced window layout for Emacs
Emacs Lisp
350
star
4

zizzania

Automated DeAuth attack
C
271
star
5

fracker

PHP function tracker
JavaScript
241
star
6

mysql-unsha1

Authenticate against a MySQL server without knowing the cleartext password
C
220
star
7

prof

Self-contained C/C++ profiler library for Linux
C
175
star
8

gdb

Go GDB/MI interface
Go
78
star
9

comb

Interactive code auditing and grep tool in Emacs Lisp
Emacs Lisp
71
star
10

httpfs

Remote FUSE filesystem via server-side script
C
60
star
11

gproxy

googleusercontent.com as HTTP(S) proxy
JavaScript
55
star
12

trace

Start or attach to a process and monitor a customizable set of metrics (CPU, I/O, etc.)
Shell
34
star
13

xkeylogger

Rootless keylogger for X
C
32
star
14

chrome-page-graph

Chrome extension to generate interactive page dependency graphs
JavaScript
31
star
15

signal-wont-let-me-attach

Store arbitrary files inside PNGs to overcome nonsensical file type restrictions
Python
30
star
16

iq

I/Q file analysis toolkit in R
R
24
star
17

ratty

Record and replay terminal sessions
JavaScript
10
star
18

httpool

Go HTTP wrapper for limited concurrency handlers
Go
9
star
19

cyrus-and.github.io

Personal website
SCSS
7
star
20

lorem

Lorem ipsum generator as a Linux kernel module
C
6
star
21

biscuit

Modular HTTP cookie parser
Python
5
star
22

stash

Shell I/O clipboard
Shell
5
star
23

dotfiles

Personal dotfiles
Emacs Lisp
5
star
24

signal-desktop-docker

Scaffold to run Signal Desktop in a Docker container and persist data
Dockerfile
4
star
25

playground

Disposable Docker sandbox for quick isolated testing with X support
Dockerfile
4
star
26

dry-makefile

Opinionated Makefile for simple C/C++ projects
Makefile
3
star
27

synchttp

Synchronous Node.js HTTP and WebSocket library for API testing, scripting or automation
JavaScript
2
star