Update README.md
[cmdllinux.git] / bash_n_examples / gdb / .gdbinit.old4
blob12f46ca3ccdef0b9b16fcf531c9206b658c1c0f8
1 set logging on
2 set pagination off
3 file 8cc
4 b main.c:168
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