Skip to content

Instantly share code, notes, and snippets.

@inspector-ambitious
Created October 17, 2025 08:20
Show Gist options
  • Select an option

  • Save inspector-ambitious/4b4e56215a916821ced282531f0cb66a to your computer and use it in GitHub Desktop.

Select an option

Save inspector-ambitious/4b4e56215a916821ced282531f0cb66a to your computer and use it in GitHub Desktop.
.gdbinit
set pagination off
set disassembly-flavor intel
set disassemble-next-line on
set print pretty on
set confirm off
set history save on
set history filename ~/.gdb_history
tui enable
tui new-layout default src 1 {-horizontal asm 2 regs 1} 2 status 1 cmd 1
tui new-layout no-src {-horizontal asm 2 regs 1} 2 status 1 cmd 1
layout default
focus cmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment