Update README.md
[cmdllinux.git] / bash_n_examples / gdb / .gdbinit.old2
blob402bf83723b0ae4e7b458bc72117f720ddc2754c
1 set logging on
2 set pagination off
3 file 8cc
4 b parse.c:2704
5 run -w -D _FILE_OFFSET_BITS=64 -D _XOPEN_SOURCE=700 -D _GNU_SOURCE -o mount.o -c mount.c
6 while true
7     step