b4ff86cf73
With GNU gdb (Debian 13.2-1) 13.2, I noticed this trace on console when using --backtrace Warning: 'set logging on', an alias for the command 'set logging enabled', is deprecated. Use 'set logging enabled on'. Change-Id: Ic03911ea94aff57dee8f594744147302ef01a1ed Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160143 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
21 lines
355 B
Text
21 lines
355 B
Text
set pagination off
|
|
catch throw
|
|
commands
|
|
bt
|
|
cont
|
|
end
|
|
catch catch
|
|
commands
|
|
bt
|
|
cont
|
|
end
|
|
echo log will be saved as gdbtrace.log, this will take some time, patience...\n
|
|
set logging redirect on
|
|
set logging file gdbtrace.log
|
|
set logging enabled on
|
|
set logging overwrite on
|
|
run
|
|
bt
|
|
quit
|
|
set logging enabled off
|
|
echo log is saved as gdbtrace.log\n
|