bnc#382137 DocxAttributeOutput: don't store address of local variable
[LibreOffice.git] / solenv / bin / gdb_cxa-atexit_trace-stdout
blob25cfe98974cebfd2365def70268782e21d0ed122
1 set pagination off
2 break __cxa_atexit
3 commands
4     bt
5     cont
6 end
7 run
8 quit