fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / desktop / scripts / gdbtrace
blobf5fbf6325d114485c24b2f5b26f6cb82e1039d49
1 set pagination off
2 echo log will be saved as gdbtrace.log, this will take some time, patience...\n
3 handle SIGPIPE SIGXCPU SIG33 SIG35 SIGPWR nostop noprint
4 set logging redirect on
5 set logging file gdbtrace.log
6 set logging on
7 set logging overwrite on
8 run
9 bt
10 thread apply all bt
11 quit
12 set logging off
13 echo log is saved as gdbtrace.log\n