summaryrefslogtreecommitdiff
path: root/selftest/gdb_backtrace
AgeCommit message (Collapse)AuthorFilesLines
2011-06-24selftest: Cope with no binary argument being supplied to gdb_backtraceAndrew Bartlett1-11/+25
Modern versions of gdb are better than us at working out what binary is running, and so it is more reliable to omit the binary argument. This change is required because samba4 no longer supplies this argument. Andrew Bartlett
2011-02-22selftest: Improve gdb_backtrace to run in batch modeAndrew Bartlett1-2/+3
Following Tridge's advice, we need to have no input (/dev/null) and -batch for reliable opeation on big backtraces. We should also use --pid, and let gdb find the binary Andrew Bartlett
2010-11-28build: update gdb_backtrace to make it search for gdb66 as it work on freebsdMatthieu Patou1-0/+17
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Nov 28 16:37:08 CET 2010 on sn-devel-104
2010-11-28fix bad shellMatthieu Patou1-0/+1
2010-11-28add handling for solarisMatthieu Patou1-1/+11
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Nov 28 13:32:21 CET 2010 on sn-devel-104
2010-03-01selftest/gdb_backtrace: call "info locals" tooStefan Metzmacher1-0/+1
metze
2008-10-28selftest: move gdb_* and valgrind_* scripts to selftest/Stefan Metzmacher1-0/+87
metze