mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
27 lines
354 B
Plaintext
27 lines
354 B
Plaintext
# General options
|
|
set verbose off
|
|
set confirm off
|
|
set disassembly-flavor intel
|
|
set output-radix 0x10
|
|
set input-radix 10.
|
|
|
|
# helpful shortcuts
|
|
define lsbp
|
|
info breakpoints
|
|
end
|
|
document lsbp
|
|
List all breakpoints
|
|
end
|
|
|
|
define iframe
|
|
info frame
|
|
info args
|
|
info locals
|
|
end
|
|
define reg
|
|
info registers
|
|
end
|
|
|
|
source ~/.peda/peda.py
|
|
source ~/.gdbinit.local
|