summaryrefslogtreecommitdiff
path: root/source4/script/gdb_backtrace
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r22997: only if the output of which has a leading '/' the output is useful...Stefan Metzmacher1-1/+1
metze (This used to be commit 34968bef6dc673374c6d017df87a99a60905d3b7)
2007-10-10r19149: ladebug needs to have the stoponattach flag setStefan Metzmacher1-6/+11
to generate the current backtrace without waiting for a signal... metze (This used to be commit d86100289a3a857456e2d4441c290ca2ea2330ff)
2007-10-10r19128: - make the gdb_backtrace script more portableStefan Metzmacher1-19/+68
- try /proc/${PID}/exe first - fallback to the binary given on the commandline - fallback searching the binary with 'which' from the commandline argument - use 'ladebug' debugger on Tru64 metze (This used to be commit f792a9532d0e263984c37d32bcf059b955e20b2c)
2007-10-10r10527: don't attempt self gdb attach if running under valgrind. This wasAndrew Tridgell1-0/+5
causing fort to get rather unhappy (This used to be commit cc3e15e19cfde45fdfa63ca0a44dbbbefa723d6a)
2007-10-10r8680: try harder to find the binary for gdb in the backtraceAndrew Tridgell1-0/+11
(This used to be commit e84871dd3232de73104bee81dd877cc329cd1970)
2007-10-10r8678: setup for gdb backtrace in 'make test'Andrew Tridgell1-0/+17
(This used to be commit acf8c8fd4995acef47390df5a7d4e611c597367d)