Skip to content

Screenshots

snare edited this page Apr 27, 2016 · 10 revisions

LLDB

Voltron with LLDB in iTerm panes, snare style.

lldb

Very basic setup with LLDB and a register view in separate iTerm windows.

lldb_basic

Some command views using $ voltron view command "frame variable" --lexer c and $ voltron view command 'source list -a $rip -c 25' --lexer c in iTerm panes. The --lexer parameter specifies a Pygments lexer to use to highlight the output.

lldb_command

LLDB setup running in tmux panes (set up with tmuxinator).

lldb_tmux

GDB

Register view with -i option:

gdb_reg_info

WinDbg

Voltron with CDB (WinDbg) in ConEmu panes

windbg

VDB (Vivisect)

Voltron with VDB in ComEmu panes

vdb