Re: [PATCH] Disable gdb pagination temporarily in gdbinit.in

2019-01-04 Thread Richard Sandiford
Jakub Jelinek writes: > Hi! > > After upgrading gdb recently gdb ./cc1 etc. asks me to > --Type for more, q to quit, c to continue without paging-- > on start, because the stuff it prints by default + all the > File tree.h will be skipped when stepping. > File is-a.h will be skipped when stepping

[PATCH] Disable gdb pagination temporarily in gdbinit.in

2019-01-03 Thread Jakub Jelinek
Hi! After upgrading gdb recently gdb ./cc1 etc. asks me to --Type for more, q to quit, c to continue without paging-- on start, because the stuff it prints by default + all the File tree.h will be skipped when stepping. File is-a.h will be skipped when stepping. File line-map.h will be skipped wh