summaryrefslogtreecommitdiff
path: root/selftest/gdb_backtrace
Commit message (Collapse)AuthorAgeFilesLines
* selftest/gdb_*: make use of 'mktemp'Stefan Metzmacher2016-12-011-2/+10
| | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
* selftest: Cope with no binary argument being supplied to gdb_backtraceAndrew Bartlett2011-06-241-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
* selftest: Improve gdb_backtrace to run in batch modeAndrew Bartlett2011-02-221-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
* build: update gdb_backtrace to make it search for gdb66 as it work on freebsdMatthieu Patou2010-11-281-0/+17
| | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Nov 28 16:37:08 CET 2010 on sn-devel-104
* fix bad shellMatthieu Patou2010-11-281-0/+1
|
* add handling for solarisMatthieu Patou2010-11-281-1/+11
| | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Nov 28 13:32:21 CET 2010 on sn-devel-104
* selftest/gdb_backtrace: call "info locals" tooStefan Metzmacher2010-03-011-0/+1
| | | | metze
* selftest: move gdb_* and valgrind_* scripts to selftest/Stefan Metzmacher2008-10-281-0/+87
metze