summaryrefslogtreecommitdiff
path: root/solenv/bin/gdb-core-bt.sh
AgeCommit message (Collapse)Author
2015-01-07Fix shellcheck -s sh warningsJulien Nabet
Change-Id: Ib5c016f13dba4919422006527fad95e94d9a927f Reviewed-on: https://gerrit.libreoffice.org/13656 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-30Better Shell error messages in case argument is missingStephan Bergmann
...like before 62df5aabcdb3dc99ada137a5fa06707ec671d1fe "gdb-core-bt.sh expects three arguments now" Change-Id: I0e75813e36278e53db3fa13a60a58a84e90d7538
2013-06-13Generate full backtraces, including local variablesStephan Bergmann
Change-Id: Ia655865b621b1c8e37a52715b89534a00dcda1d7
2013-04-22fix shell script execute permissionsNoel Grandin
looks like it was inadvertantly removed by commit 62badf38283ef31e50d40e62f5d8bc3824c615d7 "Move to MPLv2 license headers, with ESC decision and author's permission" Change-Id: Iac1d010cf6f4b03e0e7e14e26552f7be31aafb79
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-18gdb-core-bt: don't talk about core files without a reason.Miklos Vajna
When exit code is <128, then the test probably just failed, it did not get a SIGSEGV or similar signal, so it's expected that no core file is created. Change-Id: Ie9e3599bd6738c04afacb95000d09f9dd2a5c426
2013-04-03Show backtraces for core files from CppunitTests, tooStephan Bergmann
Change-Id: Idff2831913b6fb6e5b522ae36fffeb345e3a1140