Newer
Older
Import / research / embedded / .gdbinit
@John John on 29 Dec 2020 177 bytes bulk import from macbookpro checkouts
# Saved breakpoints file created on Sat Oct 21 10:08:42 EST 2017

set input-radix 012
set $current_radix = $input_radix

break main
break _start

set input-radix $current_radix